Pipeline CLI Reference
AI content generation, video analysis, transcription, YAML pipelines, and agentic video production — all from the command line.
Installation
The CLI is bundled with QCut. Commands use a <group> <action> syntax:
Quick Start
Every qcut gen, qcut flow, and qcut analyze command deducts credits — so you have to log in before running any of them. Follow Step 1 first, then come back to Step 2.
1. Log in
Every AI command deducts credits from your account. Sign up once (free tier includes 50 credits/month), then log in from the CLI.
@qcut.app credentials emailed to you. Each test account is pre-loaded with 1000 credits on the free plan.
export QCUT_TEST_EMAIL=test@qcut.appexport QCUT_TEST_PASSWORD='...'qcut system login --email "$QCUT_TEST_EMAIL" --password "$QCUT_TEST_PASSWORD"
qcut system check-keys --json — a successful login shows your user email and remaining credits.
curl -H "Authorization: Bearer $(qcut system get-key --name QCUT_AUTH_TOKEN --reveal)" https://qcut-license-server.zdhpeter.workers.dev/api/credits/balance2. Run a command
Each of these requires an active session — if you skipped Step 1 the CLI will exit with API key missing (exit code 4).
3. Log out when done
Clears the stored QCUT_AUTH_TOKEN from ~/.qcut/.env.
Progressive Help System
3-level structured help available with --help --json.