For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Updates a project.

Usage

terrakube project update --organization <ORG> --id <PRJ_ID> [flags]

Examples

terrakube project update -o "$ORG_ID" \
  --id "$PRJ_ID" \
  --name "core-infrastructure" \
  --description "Updated project description" \
  --output json

Last updated

Was this helpful?