datadog-ci
$ npm i -g @datadog/datadog-ciCI tests, source maps, and deploy markers from the terminal.
- datadog-ci fits infra well, especially for ci tests, source maps, and deploy markers from the terminal.
- It is the official CLI from Datadog.
- Easy to automate.
- Good fit for coding-agent workflows and repeatable scripts.
- Output is mostly text-first, so verify results before scripting around it.
Datadog-ci guide
The official CLI from Datadog. CI tests, source maps, and deploy markers from the terminal.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- ci tests, source maps, and deploy markers from the terminal.
- You need observability in both local dev and CI.
- You need ci tests.
- You need source maps.
- You need deploy markers.
Quick reference
npm i -g @datadog/datadog-cidatadog-ci --helpdatadog-ci synthetics run-testsOpen CLI × skills.sh
Open CLI integrates datadog-ci with the right skills.sh companions so you get the tool and the workflow together.
Monitoring & Observability
Verified pairingOpen CLI integrates datadog-ci with this skills.sh skill because it is the clearest fit for how datadog-ci is usually used. Use metrics, traces, and health checks to understand what your CLI changed.
$ npx skills add https://github.com/supercent-io/skills-template --skill monitoring-observabilityUse datadog-ci together with the Monitoring & Observability skills.sh skill. Start with safe inspection commands, summarize what you find, and ask before any step with side effects.
Why this tool
- datadog-ci fits infra well, especially for ci tests, source maps, and deploy markers from the terminal.
- It is the official CLI from Datadog.
- Easy to automate.
Watch-outs
- Sign in before real work.
- Needs network access.
- Output is mostly plain text.
Example workflow
1. datadog-ci synthetics run-testsSafe start
Install datadog-ci.
Run `datadog-ci --help` first.
Start with `datadog-ci synthetics run-tests`.
Authenticate datadog-ci before asking the agent to do real work.