ArmorIQ LogoArmorIQ SDK
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 status

Reads 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 exit

Each 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

CommandFlagDescription
armoriq logs--followKeep streaming new log lines
armoriq logs--no-followPrint current log content and exit

On this page