# Functions
NewProjectOptions creates ProjectOptions.
ProjectFromOptions load a compose project based on command line options.
WithConfigFileEnv allow to set compose config file paths by COMPOSE_FILE environment variable.
WithDefaultConfigPath searches for default config files from working directory.
WithDiscardEnvFiles sets discards the `env_file` section after resolving to the `environment` section.
WithDotEnv imports environment variables from .env file.
WithEnv defines a key=value set of variables used for compose file interpolation.
WithEnvFile set an alternate env file.
WithInterpolation set ProjectOptions to enable/skip interpolation.
WithLoadOptions provides a hook to control how compose files are loaded.
WithName defines ProjectOptions' name.
WithNormalization set ProjectOptions to enable/skip normalization.
WithOsEnv imports environment variables from OS.
WithResolvedPaths set ProjectOptions to enable paths resolution.
WithWorkingDirectory defines ProjectOptions' working directory.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultFileNames defines the Compose file names for auto-discovery (in order of preference).
DefaultOverrideFileNames defines the Compose override file names for auto-discovery (in order of preference).
# Structs
ProjectOptions groups the command line options recommended for a Compose implementation.
# Type aliases
No description provided by the author