Skip to content
ARC / Agent documentation
Agent index ↗Back to Arc ↗

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)

text
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

ArgumentRequiredDefaultChoices
pathnonull
--base-urlno"http://127.0.0.1:6969"
--jsonnofalse
--timeoutno2.0