Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListCmd = &cobra.Command{
Use: "list <host> or --project <project> --container <container>",
Example: `we list --project chat --container data
we list chat
we list data.chat
we list data.chat.wedeploy.me
we list data.chat.wedeploy.io`,
Short: "List projects and containers running on WeDeploy",
PreRunE: preRun,
Run: listRun,
}
ListCmd is used for getting a list of projects and containers
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.