create
Last updated
Was this helpful?
Creates a new organization.
terrakube organization create --name <NAME> [flags]--name
-n
String
Yes
Name of the organization.
--description
-d
String
No
Description of the organization.
--execution-mode
String
No
Execution mode (remote, local).
--output
-o
String
No
Output format (json, table, yaml, tsv).
terrakube organization create --name "bats" --description "Initial BATS Org" --execution-mode "remote" --output jsonLast updated
Was this helpful?
Was this helpful?