Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultStackConfigFileExtension = ".yaml" ConfigFileName = "atmos.yaml" SystemDirConfigFilePath = "/usr/local/etc/atmos" WindowsAppDataEnvVar = "LOCALAPPDATA" // GlobalOptionsFlag is a custom flag to specify helmfile `GLOBAL OPTIONS` // https://github.com/roboll/helmfile#cli-reference GlobalOptionsFlag = "--global-options" TerraformDirFlag = "--terraform-dir" HelmfileDirFlag = "--helmfile-dir" ConfigDirFlag = "--config-dir" StackDirFlag = "--stacks-dir" BasePathFlag = "--base-path" DeployRunInitFlag = "--deploy-run-init" AutoGenerateBackendFileFlag = "--auto-generate-backend-file" FromPlanFlag = "--from-plan" HelpFlag1 = "-h" HelpFlag2 = "--help" )
Variables ¶
View Source
var (
LogVerbose = false
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.