Skip to main content

Installation

caution

The Tolgee CLI is currently experimental and subject to bugs. Breaking changes may happen before stable release!

Help us reach stable version faster by reporting any bug you encounter on the issue tracker. Feedback is also greatly appreciated!

The Tolgee CLI is written as a NodeJS program you can download via npm. You will need NodeJS version 18 or greater. Once installed, you'll have access to the tolgee command globally.

npm install --global @tolgee/cli
info

You can also install the @tolgee/cli package in the current package only. You won't benefit from the global command, and will have to use a package script (or npx) to run commands.

You should make sure to save it as a dev dependency!