Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvCmd = &cobra.Command{
Use: "env",
Short: "Environment variables for containers",
Long: `Environment variables for containers
Use "we env" to list environment variables on the infrastructure.
Changing these values does not change container.json hard coded values.
You must restart containers for changed values to apply.`,
Example: ` we env
we env set foo bar
we env rm foo`,
PreRunE: preRun,
RunE: run,
}
EnvCmd controls the envs for a given project
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.