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

orion-cli config

Manages the CLI’s own settings in ~/.orion/config.toml.

Synopsis

orion-cli config <set-server|show|get|set> [args]

Description

A stored api_key is used by every command, but the flag and ORION_API_KEY both win over it. The file is plain TOML in your home directory — on a shared machine, prefer the environment variable.

Subcommands

SubcommandDescription
set-server <url>Set the Orion server URL.
showShow the current CLI configuration.
get <key>Print a single value, for scripting.
set <key> <value>Set a value: server_url, default_output, api_key, or api_key_header.

Examples

orion-cli config set-server http://localhost:8080

Last verified 14 September 2026