package
0.0.0-20210822210623-eec08504e723
Repository: https://github.com/benjaminbear/compose-go.git
Documentation: pkg.go.dev
# 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.
WithName defines ProjectOptions' name.
WithOsEnv imports environment variables from OS.
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