@@ -50,7 +50,18 @@ Complete reference of all available commands, organized by category.
5050
5151| Command | Description |
5252| ---| ---|
53- | ` hb logs ` | View logs from latest experiment or project-wide with scope flags (--last, --category, --days, --from, --until, --assessment \< id\> , --finding \< id\> ) |
53+ | ` hb logs ` | List logs from the latest experiment |
54+ | ` hb logs <experiment-id> ` | View logs for a specific experiment |
55+ | ` hb logs --assessment <id> ` | List logs for a specific assessment |
56+ | ` hb logs --finding <id> ` | List logs linked to a specific finding |
57+ | ` hb logs --verdict pass\|fail ` | Filter by verdict |
58+ | ` hb logs --category <name> ` | Filter by test category (substring match) |
59+ | ` hb logs --from DATE --until DATE ` | Filter by date range (ISO 8601) |
60+ | ` hb logs --days N ` | Shorthand for last N days |
61+ | ` hb logs --last N ` | Show logs from last N experiments |
62+ | ` hb logs --format json\|html\|table ` | Output format (default: table) |
63+ | ` hb logs -o FILE ` | Save output to file |
64+ | ` hb logs upload <file> ` | Upload conversation logs for evaluation |
5465| ` hb posture ` | View security posture score and grade |
5566| ` hb posture --trends ` | View historical posture timeline |
5667| ` hb coverage ` | View test coverage summary and gaps |
@@ -71,26 +82,8 @@ Complete reference of all available commands, organized by category.
7182| ` hb guardrails ` | Export learned security rules and patterns |
7283| ` hb campaigns ` | View current ASCAM campaign plan |
7384| ` hb campaigns terminate ` | Stop running campaign |
74- | ` hb logs upload ` | Upload production conversations for evaluation |
7585| ` hb monitor ` | Start, pause, or resume continuous monitoring |
7686
77- ## AI Discovery
78-
79- | Command | Description |
80- | ---| ---|
81- | ` hb connect --vendor <name> ` | Scan cloud platform for AI services |
82- | ` hb connectors ` | List registered cloud connectors |
83- | ` hb connectors create ` | Register new cloud connector with credentials |
84- | ` hb connectors test <id> ` | Test connector connectivity |
85- | ` hb connectors update <id> ` | Update connector name, credentials, or status |
86- | ` hb connectors delete <id> ` | Delete a connector |
87- | ` hb inventory ` | List discovered AI assets with filters |
88- | ` hb inventory view <id> ` | View detailed asset information |
89- | ` hb inventory update <id> ` | Update governance fields (owner, sanctioned, policy) |
90- | ` hb inventory posture ` | View AI discovery posture score |
91- | ` hb inventory onboard <id> ` | Create security testing project from asset |
92- | ` hb inventory archive <id> ` | Archive an inventory asset |
93-
9487## SIEM / Sentinel
9588
9689| Command | Description |
0 commit comments