Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StopCmd = &cobra.Command{
Use: "stop",
Short: "Stop a project or container",
PreRunE: stopUnlinker.PreRun,
RunE: stopUnlinker.Run,
Example: ` we dev stop
we dev stop --project chat
we dev stop --project chat --container data
we dev stop --container data`,
}
StopCmd is the stop command to unlink a project or container
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.