> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands and Flags

> Manage Translations

Manage template [translations](/docs/translations). Subcommands let you list, pull, push, and commit translations for notification templates.

## Syntax

```bash theme={"system"}
suprsend translation [command]
```

## Commands

| Command                                                   | Description                           |
| --------------------------------------------------------- | ------------------------------------- |
| [`translation list`](/reference/cli-translation-list)     | List Translations                     |
| [`translation get`](/reference/cli-translation-get)       | Get translations                      |
| [`translation push`](/reference/cli-translation-push)     | Push translation files to a workspace |
| [`translation pull`](/reference/cli-translation-pull)     | Pull Translation files                |
| [`translation commit`](/reference/cli-translation-commit) | Commit translation                    |

***

## Inherited Global Flags

This command also supports [Global Flags](/reference/cli-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`)
