What the CLI does
The CLI is the fastest way to:- inspect active instruments
- get quotes
- place paper-trading orders
- review balances and positions
- stream market activity in the terminal
Setup
~/.joyride/config.toml.
Common commands
Config precedence
Values resolve in this order:- CLI flags
- Environment variables
~/.joyride/config.toml- Built-in defaults
Output modes
tablefor human-readable terminal outputjsonfor scripts and agents
Transport model
- Chain, quote, and streaming commands use WebSocket
- Account and history workflows may call the HTTP API
- The CLI uses the same normalized core client types as the rest of the SDK