Skip to main content

Syntax

suprsend translation list [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-c, --content stringInclude content in the outputfalse
-l, --limit intLimit the number of translations to list20
-m, --mode stringMode to list translations forlive
-f, --offset intOffset the number of translations to list
-o, --output stringOutput type (pretty, yaml, json)pretty

Example

# List translations in staging workspace (default)
suprsend translation list

# List translations in production workspace
suprsend translation list --workspace production

# List draft translations with limit
suprsend translation list --mode draft --limit 50

# List translations in JSON format
suprsend translation list --output json

# List translations with content included
suprsend translation list --content true