Skip to main content

Commands Reference

Complete list of all CLI commands, grouped by module.

Each module has its own command reference page with usage and option details derived from OpenAPI.

Special Commands

soat configure

Add or update a profile in ~/.soat/config.json.

soat list-commands

Print all available API commands.

soat listen

Start a local webhook listener for testing deliveries.

Usage

# Basic webhook listener
soat listen --port 8787 --path /webhook

# Filter only session generation lifecycle events
soat listen --port 8787 --path /webhook --filter sessions.generation.*

# Verify webhook signatures and output JSON lines
soat listen --port 8787 --path /webhook --secret "<webhook-secret>" --json

Modules