Skip to main content
Translations are used to manage multilingual content in SuprSend. You can use CLI commands to manage translations - list, push, pull, and commit.

Syntax

suprsend translation [command]

Commands

CommandDescription
translation listList translations in a workspace
translation pushPush translations from local directory to SuprSend
translation pullPull translations from SuprSend to local directory
translation commitCommit translations to make them live

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication (default: $SUPRSEND_SERVICE_TOKEN)
  • -v, --verbosity – Log level (debug, info, warn, error, fatal, panic) (default info)
  • --config – Config file path (default: $HOME/.suprsend.yaml)
  • -n, --no-color – Disable color output (default: $NO_COLOR)
  • -w, --workspace string – Workspace to use (default: staging)