rai manifest
Manage .raise/manifest.yaml — the project configuration file that declares adapters, integrations, external fetch allowlists, and project metadata. Changes to the manifest affect all CLI and MCP operations in the project.
rai manifest validate¶
Validate the current .raise/manifest.yaml against the manifest schema. Reports errors and warnings.
Common validation errors include missing required fields, unknown adapter types, malformed remote URLs, and references to adapters that are not installed.
rai manifest env¶
Show environment variable bindings declared in the manifest — which env vars are required, their current values (masked), and whether they are set.
Use this command to diagnose missing credentials before running adapter commands.
See also: rai init, rai adapter, rai doctor