CLI reference.
Every meridian-cli command, with the flags you'll actually reach for.
Installing the CLI
The CLI is a single static binary. Install it the same way you install the agent — script or manual.
Verify:
Top-level commands
The five commands you’ll actually use
Global flags
These work on every subcommand:
Configuration file
The CLI reads from ~/.config/meridian/cli.toml. Most teams check this
file into a personal dotfiles repo.
Tip. The CLI respects
MERIDIAN_*environment variables, which trump the config file. CI systems should rely on env vars; humans on the file.