Skip to main content
The Versori CLI lets you manage projects, systems, connections, users, and more directly from your terminal. It supports the full project lifecycle — from creation and local development through deployment and monitoring.

Installation

Install the CLI on macOS, Linux, or Windows.

Quickstart

Set up authentication and run your first command.

Commands

Full reference for all available commands.

Project Workflow

Learn the typical workflow for managing projects.

Overview

CommandAliasDescription
versionShow the CLI version
contextManage authentication contexts
projectsprojectManage projects
systemssystemManage systems
connectionsconnectionManage connections
usersuserManage users
execution-poolsepManage execution pools

Global flags

These flags are available on every command.
FlagShortDefaultDescription
--config-c~/.versori/config.yamlPath to the config file
--context-x(active context)Use a specific context for this invocation
--output-otableOutput format: table, json, or yaml
Run versori <command> --help for detailed usage of any command.