organization create

Create an organization

Usage

 terrakube organization create [flags]

Flags

  -d, --description string   Description of the new organization
  -h, --help                 help for create
  -n, --name string          Name of the new organization (required)

Examples

Create a new organization

terrakube organization create -n myorg -d "org description"

Last updated