ReferenceCLI Commands

CLI Commands

Complete reference for the manifest CLI.

manifest init

Initialize a new aim.yaml in the current directory.

manifest init [--template <name>] [--force]
OptionDescription
-t, --template <name>Use a reference manifest as template
--forceOverwrite existing aim.yaml

manifest generate

Auto-generate an AIM manifest from codebase analysis.

manifest generate [--path <dir>] [--output <file>] [--force]

Detects languages, frameworks, linters, test frameworks, and generates appropriate rules.

manifest validate

Validate against the AIM v1.0 schema.

manifest validate [file] [--strict] [--schema <path>]
OptionDescription
--strictFail on warnings
--schema <path>Custom schema file

manifest compile

Resolve inheritance, dependencies, and produce a compiled manifest.

manifest compile [file] [-o <path>]

manifest wrap

Generate platform-specific context injection.

manifest wrap <platform> [-m <file>] [-o <dir>] [-e <env>] [--dry-run]

Platforms: claude-code, cursor, windsurf, generic

manifest enforce

Run governance checks against files.

manifest enforce <path> [-m <file>] [--report] [-e <env>]
OptionDescription
--reportOutput JSON governance report
-e, --environmentOverride environment context

Exit code 1 if blocking violations found.

manifest tier

Inspect capabilities at a specific tier level.

manifest tier [filter] [-m <file>] [-t <0-3>]

manifest diff

Compare two manifests and show differences.

manifest diff <fileA> <fileB>

manifest inspect

Show what an agent sees at each tier.

manifest inspect [file] [--tier <n>] [--capability <name>] [--tokens]

manifest doctor

Verify tools, auth, and environment health.

manifest doctor [file]

manifest publish

Publish to the Manifest Registry.

manifest publish [file] [--dry-run]

manifest install

Install from the registry.

manifest install <name[@version]> [--save] [-o <dir>]

Search the registry.

manifest search <query> [--tags <t>] [--domain <d>] [--limit <n>]