🚀. 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 the Program desktop app (local-only)

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

Program

@program-video/cli

Local command-line interface for Program

npm version npm downloads

Installation

npm install -g @program-video/cli

Or run directly:

npx @program-video/cli@latest <command>

Requirements

The CLI talks to the local Program desktop app and its local database. Make sure Program is running before executing commands.

Commands

Tools

# List available tools
program tool list

# Read a composition
program tool exec readComposition --project <composition-id>

# Execute a tool with JSON params
program tool exec updateScene --project <composition-id> --params '{"sceneId":"...","code":"..."}'

Templates

# List local templates
program template list

# Run a template
program template run <template-id>

# Watch a template execution
program template status <execution-id> --watch

Research

# List research items
program research list

# Add a research item
program research add --url https://example.com

Node Graph

# List nodes in a composition
program node list --composition <composition-id>

# Execute a node
program node execute <node-id> --composition <composition-id>

Documentation

program docs

Options

OptionDescription
--jsonOutput JSON for scripting
--helpShow command help

Notes

  • This package is local-only and does not provide cloud auth commands.
  • Tool execution is logged back into the Program desktop chat when supported by the running app.

License

Proprietary - Copyright © 2026 Latent Supply Pty Ltd

Keywords

video

FAQs

Package last updated on 02 Apr 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