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.

7 lines (6 loc) 164 B
import * as commander from 'commander'; /** * Creates the CLI <create> command * @internal */ export declare function createProjectCommand(): commander.Command;