CLI: Other commands

Last updated: June 23, 2025Author: Jakub Pomykała

Auto-translate

simplelocalize auto-translate --apiKey PROJECT_API_KEY

Auto-translate specified languages

Pass one or more language keys in --languageKeys parameter, to auto-translate selected texts.

simplelocalize auto-translate --apiKey PROJECT_API_KEY --languageKeys en,fr,de,pl

Initialize configuration file

Command creates a sample configuration file in the current directory.

simplelocalize init

Get project details

Command gets project details and prints them to the console.

simplelocalize status --apiKey PROJECT_API_KEY

Purge translations

Command removes all translations, translation keys and languages from the project

simplelocalize purge --apiKey PROJECT_API_KEY

# skip confirmation
simplelocalize purge --apiKey PROJECT_API_KEY --force
Was this helpful?