A tool to interact with the Tolgee Platform through CLI
A CLI tool to interact with Tolgee directly from your terminal.
The Tolgee CLI lets you pull strings from the Tolgee platform into your projects, push local strings to the Tolgee platform,
extract strings from your code, and much more!
``shnpm
npm i --global @tolgee/cli
See our documentation for more information.
$3
Alternatively, you can use the Docker image:`sh
Pull the latest image
docker pull tolgee/cli:latestRun directly
docker run --rm tolgee/cli:latest --helpCreate an alias for easier usage
alias tolgee="docker run --rm -v \$(pwd):/workspace -w /workspace tolgee/cli:latest"
`The Docker images are available on Docker Hub and support multiple platforms (linux/amd64, linux/arm64).
Usage
Once installed, you'll have access to the tolgee command. Run tolgee help` to see all the supported commands, theirMake sure to give the docs a look!
----
š§