Installing Verblaze CLI
The Verblaze CLI tool allows you to manage your translations directly from your terminal. You can use it to create new pages, import existing translations, and manage your project efficiently.
Installation
Install the Verblaze CLI using pip, Python's package installer:
pip install verblaze
Requirements
- Python 3.7 or higher
- pip package manager
- Active Verblaze account
- CLI token (can be generated from project settings)
Verify Installation
After installation, verify that the CLI is properly installed by running:
verblaze --help
Next Steps
After installing the CLI, you'll need to:
- Generate a CLI token from your project settings
- Authenticate the CLI with your token
- Start managing your translations via command line