🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@program-video/cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@program-video/cli

CLI for Program Video

unpublished
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-88.24%
Maintainers
1
Weekly downloads
 
Created
Source

@program-video/cli

CLI for the Program video creation platform.

Installation

# Build and link globally
pnpm build
pnpm link --global

# Verify installation
program --version

Development

# Watch mode
pnpm dev

# Type checking
pnpm typecheck

# Lint
pnpm lint

Configuration

VariableDescriptionDefault
PROGRAM_BASE_URLOAuth provider URLhttp://localhost:3000
PROGRAM_CONVEX_URLConvex deployment URLUses NEXT_PUBLIC_CONVEX_URL

Credentials are stored in ~/.program/credentials.json.

Commands

# Authentication
program auth login          # OAuth browser flow
program auth status --json  # Check auth state
program auth logout         # Clear credentials

# Projects
program project list --json
program project create --title "My Video" --json

# Workflows
program workflow list --json
program workflow run <templateId> --project <id> --json
program workflow status <execId> --watch --json

# Tools (direct composition manipulation)
program tool list --json
program tool exec <name> --project <id> --params '{}' --json

# Messages
program message send "text" --project <id> --json

Documentation

  • Full Command Reference: skill/references/COMMANDS.md
  • Usage Examples: skill/references/EXAMPLES.md
  • Known Issues: KNOWN_ISSUES.md
  • Video Quality Guide: VIDEO_QUALITY.md

Agent Integration

This CLI is designed to be used by AI agents via the Program skill:

  • Agents read skill/SKILL.md to learn available commands
  • All commands support --json for machine-readable output

Keywords

video

FAQs

Package last updated on 04 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts