Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DomainCmd = &cobra.Command{
Use: "domain",
Short: "Show and configure domain names for services",
Long: `Show and configure domain names for services
Changing these values does not change wedeploy.json hard coded values.
Information about name servers configuration at
http://wedeploy.com/docs/intro/custom-domains.html`,
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.