releases.shpreview

Teams now manageable as code through CLI, Terraform, and K8s

3 featuresThis release3 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗

You can now manage Dash0 teams as code using the Dash0 CLI, Terraform provider, and Kubernetes operator. Team definitions live in the same repository, review process, and rollout pipeline as everything else.

Each team is modelled as a CRD. You can download the YAML of a team from its page in the Organization settings.

Dash0 CLI: Support added in CLI version v1.16.0 and above. The teamsCopy command tree is experimental and requires the --experimentalCopy (-XCopy) flag. Commands include:

  • dash0 apply -f team.yaml - Create or replace a team
  • dash0 -X teams list - List all teams
  • dash0 -X teams get <origin-or-id> -o yaml - Get a team as YAML
  • dash0 -X teams delete <origin-or-id> --force - Delete a team

Terraform provider: Support in Terraform Provider v1.15.0 and above. Define teams using the dash0_team resource.

Kubernetes operator: Using Dash0 Operator v1.50.0, create the Dash0TeamCopy resource in one of your namespaces alongside a Dash0MonitoringCopy resource.

The "YAML" download on the top-right of the team view in the Organization settings.

Fetched July 28, 2026