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.

5 lines (4 loc) 265 B
/** Displays a warning when security hardening is disabled via --no-security-hardening */ export declare function logNoSecurityHardeningWarning(noSecurityHardening: boolean): void; /** The dev command */ export declare function dev(): Promise<() => Promise<void>>;