CLI
Babelize CLI
Manage Babelize projects, trigger translation runs, and monitor babel status — all from your terminal.
The Babelize CLI (babelize) gives you full access to the Babelize platform from your terminal. Run translations, manage projects, raise PRs, and inspect billing — without ever opening a browser.
Quick Start
# Install globally
npm install -g @babelize/cli
# Or use without installing
npx @babelize/cli loginCommands Overview
Authentication
Login, logout, session management, and provider tokens
Projects
Create, sync, archive, and manage your i18n projects
Engine Runs
Start translation runs, preview changes, and watch phase-by-phase progress
Pull Requests
List, raise, and update GitHub PRs with locale files
Billing & Plans
View plans, usage, transactions, and upgrade your subscription
Advanced
Members, languages, Translation Memory, notifications, analytics, admin
Global Flags
Every command supports these flags:
| Flag | Description |
|---|---|
--json | Output raw JSON (great for scripting) |
--api-url <url> | Connect to a different API (default: https://api.babelize.co/api) |
--token <token> | Pass an explicit auth token instead of using stored credentials |
--verbose / -v | Show full request/response details |
--no-color | Disable ANSI colors |
--version / -V | Print CLI version |
--help / -h | Show help for any command |
Last updated: 2026-06-19
How is this guide?