Everstack

CLI Reference

Everstack command-line interface reference.

The Everstack CLI (evs) is a cloud-provider-style tool for managing your Everstack resources from the terminal. Install it, authenticate once, and control agents, sandboxes, deployments, and more.

evs --help

Commands

Self-hosted operator commands

Installation

curl -fsSL https://get.everstack.ai/install.sh | bash

Or with Homebrew:

brew install everstacklabs/tap/evs

See installation for options and manual install steps.

Global flags

These flags are available on every command:

FlagDescription
--no-update-checkDisable automatic update checks (env: EVS_NO_UPDATE_CHECK)
--configPath to a server config YAML file (repeatable; self-hosted operator use)
--help / -hHelp for any command
--version / -vPrint version and exit

Authentication

Run evs login --api-url <instance-url> once. The sandbox and memory commands then use the endpoint and credential saved for the active context automatically.

The sandbox and memory commands also accept per-command connection overrides:

FlagDescription
--api-keyAPI key (env: EVS_API_KEY)
--api-urlAPI server URL (env: EVS_API_URL)
--tenant-idTenant ID override

See evs login for browser and API-key authentication.

On this page