Updates a collection item.
terrakube collection-item update --organization <ORG> --collection <COL> --id <ITEM_ID> [flags]
terrakube collection-item update -o "$ORG_ID" \ --collection "$COL_ID" \ --id "$ITEM_ID" \ --key "COMMON_ENV" \ --value "staging" \ --category "ENV" \ --output json
Last updated 13 days ago
Was this helpful?