BabelizeBabelize
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 login

Commands Overview

Global Flags

Every command supports these flags:

FlagDescription
--jsonOutput 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 / -vShow full request/response details
--no-colorDisable ANSI colors
--version / -VPrint CLI version
--help / -hShow help for any command

Last updated: 2026-06-19

How is this guide?

On this page