Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvCmd = &cobra.Command{
Use: "env",
Short: "Show and configure environment variables for services",
Long: `Show and configure environment variables for services. You must restart the service afterwards.`,
Example: ` we env (to list environment variables)
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.