spall [OPTIONS] <COMMAND>
| Command | Description |
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 |
| Subcommand | Description |
spall api add <name> <source> | Register a new API |
spall api list | List registered APIs |
spall api remove <name> | Unregister an API |
spall api refresh [<name>] | Refresh cached remote spec |
spall api refresh --all | Refresh all cached remote specs |
spall api discover <url> | Discover and register an API via RFC 8631 |
| Subcommand | Description |
spall auth status <api> | Show auth status for an API |
spall auth login <api> | Initiate OAuth2 PKCE login (stub) |
| Subcommand | Description |
spall history list | List recent requests |
spall history show <id> | Show full request details |
spall history clear | Erase all history |
See Global Flags for the full list of --spall-* options.