package
0.0.0-20200902144940-ad3de8621596
Repository: https://github.com/kelda/compose-go.git
Documentation: pkg.go.dev
# Functions
NewProjectOptions creates ProjectOptions.
ProjectFromOptions load a compose project based on command line options.
WithDotEnv imports environment variables from .env file.
WithEnv defines a key=value set of variables used for compose file 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).
# Structs
ProjectOptions groups the command line options recommended for a Compose implementation.
# Type aliases
No description provided by the author