create
Last updated
Was this helpful?
Creates a project within an organization.
terrakube project create --organization <ORG> --name <NAME> [flags]--organization
-o
String
Yes
Organization ID or name.
--name
-n
String
Yes
Project name.
--description
-d
String
No
Project description.
terrakube project create -o "$ORG_ID" \
--name "core-infrastructure" \
--description "Core cloud setup" \
--output jsonLast updated
Was this helpful?
Was this helpful?