Releases: Battle-Creek-LLC/ddog
Releases · Battle-Creek-LLC/ddog
v0.4.0
What's Changed
- Bump rustls-webpki from 0.103.12 to 0.103.13 by @dependabot[bot] in #5
- Add --interval time-series bucketing to logs aggregate by @jstockdi in #7
- Release v0.4.0 by @jstockdi in #8
New Contributors
- @dependabot[bot] made their first contribution in #5
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0 — read-only dashboards and monitors
Added
ddog dashboards get <id>/ddog dashboards list [--query]— read dashboard definitions (incl. widget queries).ddog monitors list [--name|--tag|--monitor-tag]/ddog monitors get <id>— read monitors and theiroverall_state.
Both are read-only, over Datadog's v1 API, reusing the same auth/config/output flags as ddog logs.
v0.1.0 — initial release
v0.1.0 — 2026-04-29
First tagged release of ddog, a Datadog CLI for humans and AI agents.
The same command emits a colorized table at a TTY and compact NDJSON
when piped — no flags required.
Added
ddog logs search— query Datadog logs with filter expressions, time
windows, and pagination.ddog logs tail— stream new log entries matching a query.ddog logs get— fetch a single log entry by ID.ddog logs aggregate— group/count logs over a time window.- Auth resolution chain: CLI flags > env (
DD_API_KEY,DD_APP_KEY,
DD_SITE) > named profile from the config file > defaults. - Prebuilt binaries for Linux (x86_64, aarch64), macOS (x86_64, aarch64),
and Windows (x86_64).
Metrics, monitors, events, and incidents are planned for later releases.