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.

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.