Install with the installer script (recommended)
The fastest way to get started is the official installer script, which downloads the correct pre-built binary for your platform and places it on yourPATH:
source ~/.bashrc / source ~/.zshrc) after the script completes.
Install from source
If you prefer to build the CLI yourself, usecargo install:
~/.cargo/bin/detail.
Verify the installation
Confirm that the CLI is installed and on yourPATH:
Update the CLI
Rundetail update to immediately pull the latest release:
--format json) suppresses the notice to keep machine-readable output clean.
Shell completions
The CLI can generate completion scripts for Bash, Zsh, Fish, Elvish, and PowerShell. Add the appropriate line to your shell’s startup file so completions load in every new session:Config file location
The CLI stores its configuration and authentication token in a single TOML file:| Platform | Path |
|---|---|
| Linux / macOS | ~/.config/detail-cli/config.toml |
| Windows | %LOCALAPPDATA%\detail-cli\config.toml |
XDG_CONFIG_HOME environment variable is set, it takes precedence over the default location on all platforms.
You can hand-edit
config.toml to override advanced settings such as the API URL. The CLI preserves any comments and custom keys you add.
