MAP Docs
MOOT

CLI

`map invoke MOOT` recipes for every operation.

The CLI is a Rust binary at services/map-cli. After map login you can dispatch any operation on MOOT from the shell.

Common flags

FlagEffect
--input <json>Operation payload (or read from stdin)
--version v1.0.0Pin a specific protocol version
--idempotency-key <k>Required for safe retries of state-changing ops
--audit-tailPrint the audit record(s) produced
--output humanPretty-print response (default: json)

Recipes

file

map invoke MOOT file --input '{"example":true}'

File a case: caller, respondent, claim, evidence, requested remedy.

Capability: map.moot.file

plead

map invoke MOOT plead --input '{"example":true}'

File a structured plea or response; evidence channels open through MAVEN.

Capability: map.moot.plead

rule

map invoke MOOT rule --input '{"example":true}'

Issue a ruling; binding under the active charter; appealable under stated terms.

Capability: map.moot.rule

See CLI reference for global flags, login, MCP integration.

On this page