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) 315 B
import { Command, type OptionValues } from 'commander'; /** Create domain based function command */ export declare function createFunctionCommand(): Command; /** Function for creating an app function */ export declare function createFunction(functionName: string | undefined, program: OptionValues): Promise<void>;