Skip to content

v0.1.0 — initial release

Choose a tag to compare

@jstockdi jstockdi released this 29 Apr 18:15
· 11 commits to main since this 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.