UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

6 lines (5 loc) 174 B
import { Command } from 'commander'; /** * Command for logging some general infos about the dt-app */ export declare function createDefaultCommand(main: Command): Command;