Skip to main content
Retrieve all template translations from a workspace. Returns translation content keyed by locale code. Use --mode to switch between draft and live versions.

Syntax

suprsend translation get [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
--mode stringVersion mode (draft or live)live
-o, --output stringOutput format (json, yaml)json
Use -o json for machine-readable JSON output, -o yaml for YAML.

Example

# Get all translations
suprsend translation get

# Get draft translations
suprsend translation get --mode draft

# Get translations in YAML format
suprsend translation get --output yaml

# Get translations from production workspace
suprsend translation get --workspace production