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.Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Command | Alias | Description |
|---|---|---|
version | Show the CLI version | |
context | Manage authentication contexts | |
projects | project | Manage projects |
systems | system | Manage systems |
connections | connection | Manage connections |
users | user | Manage users |
execution-pools | ep | Manage execution pools |
Global flags
These flags are available on every command.| Flag | Short | Default | Description |
|---|---|---|---|
--config | -c | ~/.versori/config.yaml | Path to the config file |
--context | -x | (active context) | Use a specific context for this invocation |
--output | -o | table | Output format: table, json, or yaml |