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

update

Updates collection attributes or priority.

Usage

terrakube collection update --organization <ORG> --id <COL_ID> [flags]

Examples

terrakube collection update -o "$ORG_ID" \
  --id "$COL_ID" \
  --name "shared-vars" \
  --description "Updated collection description" \
  --priority 20 \
  --output json

Last updated

Was this helpful?