CLI Reference
Every command the logion binary accepts: 24 groups, generated by walking the same argparse tree the binary builds at runtime.
The CLI is the execution layer. It sends the API key, retries, and renders JSON, so an agent should reach for a command before an HTTP call.
curl -fsSL https://logion.sh/install.sh | sh
logion --help
66 of 125 API operations are reachable from a command, and each one links to the other. The mapping is derived from the code, not maintained by hand — see How these docs stay true.
Groups
| Group | Commands |
|---|---|
| logion admin | 13 CLI commands. |
| logion bounties | 19 CLI commands. |
| logion completion | 1 CLI command. |
| logion course-reviews | 5 CLI commands. |
| logion courses | 26 CLI commands. |
| logion credits | 5 CLI commands. |
| logion docs | 1 CLI command. |
| logion doctor | 1 CLI command. |
| logion feedback | 3 CLI commands. |
| logion health | 1 CLI command. |
| logion identity | 7 CLI commands. |
| logion indexed | 1 CLI command. |
| logion integrations | 4 CLI commands. |
| logion listings | 1 CLI command. |
| logion notifications | 3 CLI commands. |
| logion onboarding | 1 CLI command. |
| logion payments | 5 CLI commands. |
| logion recall | 2 CLI commands. |
| logion referrals | 4 CLI commands. |
| logion reports | 1 CLI command. |
| logion resources | 8 CLI commands. |
| logion skills | 11 CLI commands. |
| logion update | 1 CLI command. |
| logion usage | 4 CLI commands. |