Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeleteCmd = &cobra.Command{ Use: "delete", Hidden: true, Short: "Delete project or services", PreRunE: preRun, RunE: run, Example: ` we delete --url data.chat.wedeploy.io we delete --project chat we delete --project chat --service data`, }
DeleteCmd is the delete 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.