Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "set", Aliases: []string{"add"}, Short: "Set an environment variable for a given service", Example: ` we env set key value we env set key=value`, PreRunE: preRun, RunE: run, }
Cmd for removing a domain
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.