Skip to content
Skip to content

VRSJO CLI

Manage your VRSJO workspace, deploy content, and automate workflows from the terminal.

Install

npm install -g @vrsjo/cli
VRSJO --version

Commands

CommandDescription
VRSJO loginAuthenticate with your VRSJO workspace
VRSJO statusShow current workspace and auth status
VRSJO deployDeploy local content changes to production
VRSJO pullPull latest content from the workspace
VRSJO pushPush local drafts to the remote workspace
VRSJO validateLint and validate content before deploying

Global Flags

FlagDescription
--workspace <id>Target a specific workspace by ID
--token <token>Pass API token directly (overrides env var)
--jsonOutput results as JSON
--verbose, -vEnable verbose logging
--help, -hShow command help