load abstract method
Parses the asset and returns environment data.
Returns a tuple containing:
- Profile name (e.g., "dev", "prod", "default")
- Properties map with configuration key-value pairs
Implementation
ParsedEnvironmentSource load(Asset asset);
Parses the asset and returns environment data.
Returns a tuple containing:
ParsedEnvironmentSource load(Asset asset);