Welcome
The Verentis CLI
One terminal tool for administering Verentis, building and debugging apps and engines against a real workspace, and publishing packages to the marketplace.
The Verentis CLI (@verentis/cli, the verentis command) is three tools in one:
Manage accounts, workspaces, users, invitations, API keys and settings from the terminal.
Build and debug apps and execution engines against a real workspace from your local machine.
Pack, sign, publish and install .vpkg packages to the Verentis marketplace.
Install
npm install -g @verentis/cli
Requires Node.js 22 or newer. The binary is verentis.
Start here
Install & sign in
Install the CLI, then run verentis login to authenticate — a browser
device sign-in by default, or an API key / token for CI.
Set your defaults
Use verentis use to pin a default workspace and account so
you can stop repeating --workspace and --account on every command.
Do the thing
Administer your tenancy, work with files and executions, run the developer loop, or publish to the marketplace.
Find your way around
Install, sign in, and set your default context.
Workspaces, users, invitations, API keys, settings, and the raw API escape hatch.
Browse and move workspace files, run executions, and inspect engines.
Run and debug engine/app scripts locally against real workspace files.
Publisher setup, signing keys, packaging, and publishing to the marketplace.
Every command, its arguments, and its options at a glance.
Building extensions?
The CLI is how you build and ship them. The concepts behind apps and execution engines — the manifest model, MIME resolution, SDKs — live in the developer documentation.