Streams CLI reference
The streams command lists the
Insights streams for a project.
Stream IDs are what you use to scope an
Insights query to specific streams
(hb insights query --stream-ids) and to point an
alarm at the right data. stream_ids is optional on
an alarm — omit it and the alarm queries every stream on the project.
List streams
Section titled “List streams”hb streams list --project-id 12345The table output lists each stream’s ID, name, slug, whether it’s the internal stream, and when it was created.
Required flags:
--project-id— Project ID
Optional flags:
-o, --output— Output format:tableorjson(default:table)