| name | editframe-cli |
| description | Command-line tools for Editframe video development. Render compositions to MP4 locally, preview in the browser, transcribe audio, and deploy to the cloud. |
| license | MIT |
| metadata | {"author":"editframe","version":"1.0"} |
Editframe CLI
Quick Start
npx editframe render -o output.mp4
npx editframe render --url http://localhost:4321 -o output.mp4
npx editframe preview
npx editframe transcribe video.mp4 -o captions.json
Installation
The CLI is included in all Editframe project templates. To use standalone:
npx @editframe/cli <command>
Or install globally:
npm install -g @editframe/cli
Global Options
-t, --token <token> — API token (or EF_TOKEN env var)
--ef-host <host> — Editframe host (default: https://editframe.com)
-V, --version — Show version
-h, --help — Show help
Commands
Local Development
Media
Cloud
Utilities