cmdcreate

package
v1.0.0-alpha-74 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2016 License: MIT Imports: 22 Imported by: 0

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.

Jump to

Keyboard shortcuts

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