CLI Overview
The ARIS CLI (@aris/cli) provides developer tools for setup, testing, and configuration from your terminal.
Install
npx:
Setup
Set your API key:Commands
aris init
Interactive setup — framework detection, embed snippet, MCP config
aris test
Validate connection — API key, IDX, listing search
aris config
View or update widget settings
aris whoami
Show account and connection info
Environment variables
| Variable | Description |
|---|---|
ARIS_API_KEY | Required. Your developer API key |
ARIS_BROKERAGE_ID | Brokerage ID (skips the init prompt) |
ARIS_BASE_URL | Override the API endpoint |