Vaner

CLI Reference

Core Vaner CLI commands for setup, runtime, and inspection.

Common commands

vaner init --profile minimal --path .
vaner daemon start --no-once --path .
vaner daemon status --path .
vaner daemon stop --path .
vaner query "where is auth enforced?" --path .
vaner inspect --last --path .

Integration commands

vaner proxy --path . --host 127.0.0.1 --port 8471
vaner proxy --context-only --path . --host 127.0.0.1 --port 8472
vaner mcp --path .

Run vaner --help and vaner <subcommand> --help for full flags.

On this page