CLI for Program Video
npm install @program-video/cli
Command-line interface for Program — AI-powered video creation platform
---
``bash`
npm install -g @program-video/cli
Or run directly with npx:
`bash`
npx @program-video/cli
`bashSign in (opens browser for device authorization)
program auth login
Commands
$3
`bash
List all projects
program project listCreate a new project
program project create --title "My Video"Get project details
program project get
`$3
`bash
List available workflow templates
program workflow listRun a workflow
program workflow run --project Check workflow execution status
program workflow status Watch execution progress
program workflow status --watch
`$3
`bash
List available tools
program tool listExecute a tool
program tool exec --project --params '{"key": "value"}'
`$3
`bash
List messages in project chat
program message list --project Send a message to project chat
program message send "Your message" --project
`$3
`bash
View CLI documentation
program docs
`Options
All commands support these options:
| Option | Description |
|--------|-------------|
|
--json | Output in JSON format (for scripting) |
| --help | Show command help |Credentials
Credentials are stored locally in
~/.program/credentials.json`.Videos created through the Program CLI may be used for commercial purposes.
Proprietary - Copyright © 2026 Latent Supply Pty Ltd