Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DomainCmd = &cobra.Command{ Use: "domain", Aliases: []string{"set"}, Short: "Configure custom domains for projects", Long: `Configure custom domains for projects use "we domain" to list domains on the infrastructure. Changing these values does not change container.json hard coded values. Information about name servers configuration at http://wedeploy.com/docs/intro/custom-domains.html`, Example: ` we domain 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.