Verentis

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:

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

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.