Constructor for Environment.
Service instance.
Service instance.
Getter for the selected environment file path.
Path to the environment specific .env file.
Creates a new environment .env file.
Create the .env
file from the selected environment file.
Gets an environment variable value.
Name of the environment variable.
Value of the env var or null if it doesn't exist.
Reads the environment .env file.
Content of the .env file.
Sets an environment variable.
Name of the environment variable.
Value of the environment variable.
Writes content to the environment .env file.
Content to write to the environment file.
Generated using TypeDoc
Class for managing service environments.