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) 279 B
import * as commander from 'commander'; /** Creates the CLI <dev> command */ export declare function createDevCommand(): commander.Command; /** Prepare all the configs for the dev command */ export declare function devPreparation(program: commander.OptionValues): Promise<void>;