load abstract method

ParsedEnvironmentSource load(
  1. Asset asset
)

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);