dtctl
Manage Dynatrace workflows, dashboards, and queries from the terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core