Skip to main content
Download preference category translations from a workspace to local JSON files. Creates one file per locale (e.g., es.json, fr.json) in the output directory.

Syntax

suprsend category translation pull [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-d, --dir stringDirectory to save translation files tosuprsend/category/translation
-f, --forceSkip directory confirmation prompt, use default path

Example

# Pull all translation files to default directory
suprsend category translation pull

# Pull translations into custom directory path
suprsend category translation pull --dir categories/translations

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