Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DomainCmd = &cobra.Command{
Use: "domain",
Short: "Show and configure domain names for services",
Example: ` we domain (to list domains)
we domain add foo.com
we domain rm foo.com`,
PreRunE: preRun,
RunE: run,
}
DomainCmd controls the domains for a given project
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.