Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnlinkCmd = &cobra.Command{
Use: "unlink <host> or --project <project> --container <container>",
Short: "Unlinks the given project or container locally",
PreRunE: preRun,
RunE: unlinkRun,
Example: `we unlink
we unlink data
we unlink data.chat`,
}
UnlinkCmd unlinks the given project or container locally
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.