Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 430 Bytes

File metadata and controls

26 lines (17 loc) · 430 Bytes

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"