Install the CLI
Install the CLI
One binary for ingest, query, tail and everything the API exposes.
logstreem wraps the same REST API these docs describe. It is the fastest way to try a query, and the only comfortable way to tail production from a laptop.
brew install logstreem/tap/logstreemFirst run
Shell
logstreem login
logstreem datasets ls
logstreem query "['api-gateway-prod'] | summarize count() by service"Authentication
login, whoami, profiles.
Ingest
Pipe anything into a dataset.
Query
Run LSQL, format the output.
Tail
Follow a live stream.
Reference
Every command and flag.
Global flags
| Flag | Does |
|---|---|
--profile <name> | Use a named profile from ~/.logstreem/config.toml |
--token <token> | Override the stored token for one command |
--json | Raw JSON instead of a table — pipe into jq |
--quiet | Errors only |
--no-color | Disable ANSI colour. NO_COLOR does the same |
-v, --verbose | Log the full request and response, secrets redacted |