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

update

Updates a collection item.

Usage

terrakube collection-item update --organization <ORG> --collection <COL> --id <ITEM_ID> [flags]

Examples

terrakube collection-item update -o "$ORG_ID" \
  --collection "$COL_ID" \
  --id "$ITEM_ID" \
  --key "COMMON_ENV" \
  --value "staging" \
  --category "ENV" \
  --output json

Last updated

Was this helpful?