Verentis

Documentation

Installation

Install the Verentis CLI from npm and verify it works.

The CLI ships as the npm package @verentis/cli and installs the verentis binary.

Requirements

Node.js>= 22

The CLI is an ESM Node application. Check with node --version.

npmbundled with Node

Or any compatible package manager (pnpm, yarn).

Install

npm install -g @verentis/cli

Verify:

verentis --version
verentis --help

No global install

You can run the CLI without a global install using npx @verentis/cli <command>, which is handy in CI pipelines that pin a version.

Upgrade

npm install -g @verentis/cli@latest

Next

Once installed, sign in to connect the CLI to a Verentis environment.