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