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.

17 lines (16 loc) 539 B
/** * * @param platformUrl The URL of the platform used * @param localUrl The Local URL that the user will used on development * @param printFunctions Text containing all the available functions * @param printActions */ export declare function logReadyForDevelopmentInfo(config: { appId: string; root: string; sourceRoot: string; actionsDir: string; documentsDir: string; widgetSettingsDir: string; environmentUrl: string; }, platformUrl: string, localUrl: string, locationAppIds: string): Promise<void>;