Skip to main content

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