Skip to main content
Promote template translation changes from draft to live mode. Finalizes all pending translation changes in the workspace. You don’t need to run this command if you already used the --commit=true flag with the translation push command.

Syntax

suprsend translation commit [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-m, --commit-message stringMessage describing the changes being committed

Example

# Commit translations in staging workspace (default)
suprsend translation commit

# Commit translations in production workspace
suprsend translation commit --workspace production

# Commit translations with a descriptive message
suprsend translation commit --commit-message "Updated all French translations"