Skip to content

tolgee/tolgee-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3f5fad Β· Feb 19, 2025

History

79 Commits
Sep 12, 2024
Oct 4, 2024
Feb 19, 2025
Feb 19, 2025
Oct 4, 2024
Sep 12, 2024
Feb 21, 2024
Jan 21, 2025
Jan 20, 2023
Sep 27, 2022
Sep 6, 2023
Sep 12, 2024
Oct 12, 2022
May 18, 2023
Sep 12, 2024
Dec 4, 2024
Dec 4, 2024
Jan 21, 2025
May 18, 2023
Oct 4, 2024
Oct 4, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024

Repository files navigation

Tolgee 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!

Tolgee CLI screenshot

Installation

The Tolgee CLI is published as a NPM package. You simply need to install it, and you're good to go!

# npm
npm i --global @tolgee/cli

# Yarn
yarn global add @tolgee/cli

# pnpm
pnpm add --global @tolgee/cli

See our documentation for more information.

Usage

Once installed, you'll have access to the tolgee command. Run tolgee help to see all the supported commands, their options and arguments.

Make sure to give the docs a look!

Contributing

Contributions are welcome! Check out HACKING.md for some information about the project internals and information about the workflow.


πŸ§€