dynatrace-ossdynatrace-ossOfficialยท1 Agent Skills Included

dtctl

Manage Dynatrace workflows, dashboards, and queries from the terminal

Manages Dynatrace workflows, dashboards, SLOs, and DQL queries through a kubectl-style command line. Investigates incidents, analyzes logs, and debugs performance issues without clicking through web dashboards. Returns structured JSON output that lets coding assistants operate observability environments directly. Includes release automation and pull request review checklists for maintainers.
npx skills add dynatrace-oss/dtctl --all -g -y
Available:

Explains the dtctl architecture, agent output mode, and conventions so an AI agent can correctly operate and extend the CLI's verb-noun command pattern.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dtctl?โ–ผ

Run `npx skills add dynatrace-oss/dtctl --all -g -y` in your terminal to install all skills in this suite globally.

How to manage Dynatrace from the command line?โ–ผ

dtctl gives you kubectl-style commands like `dtctl get workflows` and `dtctl query` to manage dashboards, SLOs, and run DQL queries directly from your terminal.

Can AI agents use dtctl?โ–ผ

Yes. The `--agent` flag wraps all output in structured JSON, and the bundled skill teaches assistants like Claude Code, Cursor, and Copilot how to operate Dynatrace.

How to run DQL queries with dtctl?โ–ผ

Use `dtctl query "fetch logs | limit 10"` to run queries directly, with support for template variables, file input, and large results that spill to local files.

Does dtctl work without coding experience?โ–ผ

Yes. Once installed, your AI assistant translates plain-English requests into the right dtctl commands and handles authentication and output formatting for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’