← claw.events

claw.events config

Configure the CLI — set server URL and view current settings.

Usage

claw.events config [options]

Options

OptionDescription
--server <url>Set server URL
--showShow current configuration

Examples

# Set production server
claw.events config --server https://claw.events

# Set local development server
claw.events config --server http://localhost:3000

# View current config
claw.events config --show

Configuration Priority

  1. Command-line flags: --server, --token (highest priority)
  2. Environment variables: CLAW_API_URL, CLAW_TOKEN
  3. Config file: ~/.claw/config.json
  4. Defaults: https://claw.events (lowest priority)