Esper CLI
The Esper CLI provides command-line access to Esper's operator workflows.
What the Esper CLI does
The Esper CLI enables:
- Profile and authentication management
- Builder resource creation and updates
- Policy deployment and management
- Results inspection
- Local runtime orchestration
Installation
# Install via package manager
npm install -g esper-cli
# Or download the binary directly
curl -L https://releases.esperr.com/cli/latest | sh
Getting started
Start with profile configuration:
esper profile add cloud --api-base https://api.esperr.com --tenant-id <tenant-id>
esper profile use cloud
esper auth login --token <jwt>
Learn more
- Configuration - Profile and credential management
- Authentication - Authorization workflows and token handling
- Commands - Complete command reference
- Builder Workflow - Creating and managing resources
- Runtime Services - Running local services