Saltar a contenido

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.

rai manifest validate

# Validate a specific file
rai manifest validate --file path/to/manifest.yaml

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.

rai manifest env

Use this command to diagnose missing credentials before running adapter commands.


See also: rai init, rai adapter, rai doctor