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) 355 B
import type { AppInfo } from '@dynatrace-sdk/client-app-engine-registry'; /** The deploy command */ export declare function deploy(shouldBuild: boolean, shouldSign?: true): Promise<void>; /** Concatenate all error messages from the subResourceStatuses array */ export declare function getFailedResourceStatusMessage(appInfo: AppInfo | undefined): string;