Overview

CLI and integrations

Install the CLI#

npm install --global @tolgee/cli

Output: the tolgee command becomes available in your shell.

Log in and pull translations#

The public integration guide shows a project API key, project ID, and destination path as inputs.

tolgee login "<PROJECT_API_KEY>"
tolgee pull --project-id=<PROJECT_ID> --path ./i18n

Output: translations are pulled into the ./i18n directory.

SDKs and integrations#

Tolgee’s public documentation exposes guides for JavaScript, iOS, Android, and framework integrations. The public platform repository also includes integration guides for React, Next.js, Vue, Svelte, Angular, Figma, and other targets. Availability and setup vary by SDK; use the official integration documentation for the current path.

API-driven workflows#

For automation, use the API reference and the current REST API specification. Keep credentials out of client-side code.

Next steps#

Updated

Was this page helpful?