Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CLI Reference

Top-Level Commands

spall [OPTIONS] <COMMAND>
CommandDescription
spall api ...Manage registered APIs
spall auth ...Authentication commands
spall history ...Request/response history
spall completions ...Generate shell completion scripts
spall <api> <operation> [args]Execute an API operation

spall api

SubcommandDescription
spall api add <name> <source>Register a new API
spall api listList registered APIs
spall api remove <name>Unregister an API
spall api refresh [<name>]Refresh cached remote spec
spall api refresh --allRefresh all cached remote specs
spall api discover <url>Discover and register an API via RFC 8631

spall auth

SubcommandDescription
spall auth status <api>Show auth status for an API
spall auth login <api>Initiate OAuth2 PKCE login (stub)

spall history

SubcommandDescription
spall history listList recent requests
spall history show <id>Show full request details
spall history clearErase all history

Global Flags

See Global Flags for the full list of --spall-* options.

Next Steps