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

CLI commands

arc smoke-agent

Run a deterministic smoke-test role

CLI reference index · CLI behavior guide

arc smoke-agent

Run a deterministic smoke-test role

text
usage: arc smoke-agent [-h] --role {smoke-a,smoke-b,smoke-c} --transport
                       {http,relay} [--base-url BASE_URL]
                       [--relay-dir RELAY_DIR] [--channel CHANNEL]
                       [--thread-id THREAD_ID] [--claim-key CLAIM_KEY]
                       [--timeout-sec TIMEOUT_SEC]
                       [--poll-interval-sec POLL_INTERVAL_SEC]

options:
  -h, --help            show this help message and exit
  --role {smoke-a,smoke-b,smoke-c}
  --transport {http,relay}
  --base-url BASE_URL
  --relay-dir RELAY_DIR
  --channel CHANNEL
  --thread-id THREAD_ID
  --claim-key CLAIM_KEY
  --timeout-sec TIMEOUT_SEC
  --poll-interval-sec POLL_INTERVAL_SEC

Argument defaults

ArgumentRequiredDefaultChoices
--roleyesnull['smoke-a', 'smoke-b', 'smoke-c']
--transportyesnull['http', 'relay']
--base-urlno"http://127.0.0.1:6969"
--relay-dirno".arc-relay"
--channelno"smoke-room"
--thread-idno"smoke-relay-001"
--claim-keyno"smoke-claim-001"
--timeout-secno120.0
--poll-interval-secno1.0