CLI
armoriq status & logs
Inspect registered state and stream activity logs
armoriq status and armoriq logs
armoriq status
Shows what's currently registered with the control plane — org, project, MCPs, policy summary, and the last successful registration timestamp.
armoriq statusReads from ~/.armoriq/state.json. If nothing has been registered yet, it
will tell you to run armoriq register.
armoriq logs
Streams the CLI activity log from ~/.armoriq/cli.log.
armoriq logs # default: follow if stdout is a TTY
armoriq logs --follow # force-follow
armoriq logs --no-follow # print once and exitEach line is a JSON record with a timestamp, event type, and details (login, register, validation failures, etc.). Useful for debugging flaky setup or auditing who-registered-what on a shared machine.
Flags
| Command | Flag | Description |
|---|---|---|
armoriq logs | --follow | Keep streaming new log lines |
armoriq logs | --no-follow | Print current log content and exit |