feat: add new SDK v2.55.0 commands (~60 subcommands)#79
Merged
platinummonkey merged 1 commit intomainfrom Feb 18, 2026
Merged
Conversation
Implement CLI commands for all new API domains and methods added in datadog-api-client-go v2.55.0. This adds 3 new top-level command groups and expands 9 existing ones. New command groups: - status-pages: pages, components, degradations CRUD - code-coverage: branch and commit coverage summaries - hamr: High Availability Multi-Region connections Enhanced existing commands: - integrations: Jira (accounts, templates) + ServiceNow (instances, templates, users, assignment groups, business services) - cloud: OCI tenancy configs and products - synthetics: suites (V2 API search, CRUD, delete) - security: content packs, bulk rule export, entity risk scores - incidents: global settings, handles, postmortem templates - cases: Jira/ServiceNow linking, project moves, notification rules - cicd: DORA deployment patching, flaky tests updates - slos: SLO status query (V2 API) - rum: replaced playlist/heatmap placeholders with real implementations Also: - Enable ~60 new unstable operations in client - Update docs/COMMANDS.md and CLAUDE.md implementation status - Add tests for all new/modified commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements CLI commands for all new API domains and methods added in datadog-api-client-go v2.55.0 (PR #78). Adds 3 new top-level command groups and ~60 new subcommands across 9 existing domains.
Changes
New command groups
cmd/status_pages.go) — Pages, components, and degradations CRUD (15 subcommands)cmd/code_coverage.go) — Branch and commit coverage summaries (2 subcommands)cmd/hamr.go) — High Availability Multi-Region connections (2 subcommands)Enhanced existing commands
Infrastructure
pkg/client/client.gocmd/root.godocs/COMMANDS.mdandCLAUDE.mdwith new command listingsTesting
go build— cleango vet ./...— cleango test ./... -race— all passgetClient()which supports OAuth; no endpoints on the API key deny-list🤖 Generated with Claude Code