Usage · The TUI

The TUI

azdocs browse [--snapshot <id|latest>]

An interactive terminal browser over a stored snapshot.

stateDiagram-v2
    [*] --> Snapshots
    Snapshots --> Estate: Enter
    Estate --> Snapshots: s
    Estate --> Findings: f
    Findings --> Estate: Esc
    Findings --> Estate: Enter — jump to resource
  • Snapshots — pick which snapshot to explore
  • Estate — three panes: subscription/resource-group tree, filterable resource list, and a detail pane with tags, related edges, and the full pretty-printed properties JSON
  • Findings — severity-ordered; Enter jumps to the affected resource

Use --tenant <reference-or-tenant-id> to select the estate. Explicit snapshot IDs remain usable offline without credentials; a supplied tenant selection enforces ownership. See tenant history.

Keys

KeyAction
↑↓ / jkMove
TabCycle panes
EnterDrill in / open
/Incremental filter (name, type, tags)
fFindings screen
sSnapshot picker
EscBack / clear
qQuit

Next: Snapshots

Imported from the azdocs repository during this build.View source on GitHub