relai info
Print installed CLI information.
relai setup
Configure machine-level preferences and RELAI API credentials.
| Option | Description |
|---|---|
--theme {THEME} | Save CLI color theme. Values: light, dark. |
--api-url {API_URL} | Save the RELAI API URL. |
--api-key {API_KEY} | Save the RELAI API key. |
~/.relai/config.toml and local plugin marketplaces under ~/.relai/plugins/. Do not paste or commit API keys.
Common failures: invalid credentials, missing required tools, non-interactive runs without enough flags, or permission issues writing home-directory config.
relai update
Update the installed CLI to the latest release.
--force to reinstall even when the current version already matches the latest release.
Common failures: unsupported platform, missing release artifact, network failure, checksum failure, or permission issues replacing the binary.
relai onboarding
Clone the finance-agent sample and print a guided onboarding flow.
relai plugins install
Install or refresh local RELAI plugin marketplaces for coding agents.
| Option | Description |
|---|---|
--agent {AGENT} | Marketplace to install. Values: all, codex, claude. Default: all. |
~/.relai/plugins/ and prints follow-up commands for Codex or Claude Code. It does not modify those tools unless you run the printed commands.