dtctl
Installation
SKILL.md
Dynatrace Control with dtctl
Operate dtctl, the kubectl-style CLI for Dynatrace. This skill teaches core dtctl command patterns and operations.
Recommended Initialization
At the start of a task, run these checks to establish context and permissions:
# Discover all available commands, flags, and resources
dtctl commands --brief -o json
# Show current context
dtctl config current-context
# Show context details
dtctl config describe-context $(dtctl config current-context) --plain