VRSJO CLI
Manage your VRSJO workspace, deploy content, and automate workflows from the terminal.
Install
npm install -g @vrsjo/cli
VRSJO --version
Commands
| Command | Description |
|---|
VRSJO login | Authenticate with your VRSJO workspace |
VRSJO status | Show current workspace and auth status |
VRSJO deploy | Deploy local content changes to production |
VRSJO pull | Pull latest content from the workspace |
VRSJO push | Push local drafts to the remote workspace |
VRSJO validate | Lint and validate content before deploying |
Global Flags
| Flag | Description |
|---|
--workspace <id> | Target a specific workspace by ID |
--token <token> | Pass API token directly (overrides env var) |
--json | Output results as JSON |
--verbose, -v | Enable verbose logging |
--help, -h | Show command help |