Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = &cobra.Command{
Use: "create <host>",
Short: "Creates a project or container",
Long: `Use "we create" to create projects and containers.
You can create a project anywhere on your machine and on the cloud.
Containers can only be created from inside projects and
are stored on the first subdirectory of its project.
--directory should point to either the parent dir of a project directory to be
created or to a existing project directory.`,
PreRunE: createRunner.PreRun,
RunE: createRunner.Run,
Example: `we create projector.cinema.wedeploy.io
we create --project cinema --container projector room`,
}
CreateCmd creates a project or container
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.