This command will make preference category changes live. You don’t need to run this command if you already used the --commit=true flag with the category push command.

Syntax

suprsend category commit [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
--commit-message stringCommit message describing the changes
-w, --workspace stringWorkspace to commit categories tostaging

Example

# Commit categories in staging workspace (default)
suprsend category commit

# Commit categories in production workspace
suprsend category commit --workspace production

# Commit categories with a descriptive message
suprsend category commit --commit-message "Added new preference categories"