Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenerateCmd = &cobra.Command{
Use: "generate",
Short: "Generates a project or container",
Long: `Use "we generate" to generate projects and containers.
You can generate a project anywhere on your machine and on the cloud.
Containers can only be generated 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
generated or to a existing project directory.`,
PreRunE: generateRunner.PreRun,
RunE: generateRunner.Run,
Example: `we generate --project cinema --container projector room`,
}
GenerateCmd generates a project or container
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.