romm-cli 0.15.2

Rust-based CLI and TUI for the ROMM API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# API Configuration
API_BASE_URL=http://localhost:8000

# Authentication - Choose one method:

# Method 1: Bearer Token (most common)
API_TOKEN=your-bearer-token-here

# Method 2: Basic Auth (username/password)
# API_USERNAME=your-username
# API_PASSWORD=your-password

# Method 3: API Key in custom header
# API_KEY=your-api-key-here
# API_KEY_HEADER=X-API-Key