cmdgenerate

package
v1.0.0-alpha-112 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2017 License: MIT Imports: 23 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL