CLI commands
arc resolve
Resolve the Arc room bound to a directory (hook/script-friendly)
CLI reference index · CLI behavior guide
arc resolve
Resolve the Arc room bound to a directory (hook/script-friendly)
usage: arc resolve [-h] [--base-url BASE_URL] [--json] [--timeout TIMEOUT]
[path]
positional arguments:
path directory to resolve (default: current directory)
options:
-h, --help show this help message and exit
--base-url BASE_URL
--json print the full resolve payload as JSON
--timeout TIMEOUT hub timeout in seconds (kept small: hook callers must
never hang a session on a missing daemon)
Argument defaults
| Argument | Required | Default | Choices |
|---|---|---|---|
path | no | null | — |
--base-url | no | "http://127.0.0.1:6969" | — |
--json | no | false | — |
--timeout | no | 2.0 | — |