relai info
Print installed CLI information.
relai setup
Configure machine-level preferences and RELAI API credentials.
relai setup --check audits universal as well as language-specific requirements for Python and TypeScript. Missing tools do not prevent setup from saving CLI preferences.
~/.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 plugins install
Install or refresh local RELAI plugin marketplaces for coding agents.
Writes under
~/.relai/plugins/ and prints follow-up commands for Codex or Claude Code. It does not modify those tools unless you run the printed commands.