create
Usage
terrakube collection-item create --organization <ORG> --collection <COL> --key <KEY> --value <VAL> --category <CATEGORY> [flags]Flags
Flag
Short
Type
Required
Description
Examples
terrakube collection-item create -o "$ORG_ID" \
--collection "$COL_ID" \
--key "COMMON_ENV" \
--value "prod" \
--category "ENV" \
--description "Collection item description" \
--output jsonLast updated
Was this helpful?