Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RemoveCmd = &cobra.Command{
Use: "remove",
Short: "Delete project or services",
PreRunE: preRun,
RunE: run,
Example: ` we remove --url data.chat.wedeploy.me
we remove --project chat
we remove --project chat --service data`,
}
RemoveCmd is the remove command to undeploy a project or service
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.