lazylocales CLI is the primary way to interact with LazyLocales. It handles authentication, source file management, translation triggering, and locale file downloads.
Installation
npx:
Commands
Global options
All commands support these flags:Authentication
The CLI uses your login session by default. Credentials are stored in~/.config/lazylocales/.
For CI/CD environments, set the LAZYLOCALES_API_KEY environment variable. The CLI uses it automatically. See CI/CD Setup for details.