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
- Yarn
- pnpm
npm install --global @tolgee/cli
yarn global add @tolgee/cli
pnpm add --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!