Skip to main content
Download template translation files from a workspace to local JSON files. Saves one JSON file per translation to the output directory. This action does not delete existing translations; instead, it overwrites translations with the same identifier or creates new ones.

Syntax

suprsend translation pull [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-d, --dir stringDirectory to save translation files to
-f, --forceSkip directory confirmation prompt, use default path
-m, --mode stringVersion mode: draft or livelive

Example

# Pull all live translations to default directory
suprsend translation pull

# Pull translations into custom directory path
suprsend translation pull --dir dev-environment/translations

# Pull translations from production workspace
suprsend translation pull --workspace production

# Pull draft translations
suprsend translation pull --mode draft

# Force pull to default directory without prompting
suprsend translation pull --force