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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A command-line interface for managing resources on the Versori platform.
| Command | Alias | Description |
|---|---|---|
version | Show the CLI version | |
context | Manage authentication contexts | |
projects | project | Manage projects (incl. activations, variables, users) |
systems | system | Manage systems |
connections | connection | Manage connections |
users | user | Manage end-users |
kv | Inspect and manage KV store entries | |
issues | issue | List, inspect, and update issues |
notifications | Manage organisation notification channels and project bindings | |
execution-pools | ep | Manage execution pools |
skills | Install AI agent skills (e.g. coding-versori-sdk) |
| 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 |
versori <command> --help for detailed usage of any command.