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.

9 lines (8 loc) 266 B
/** * Returns the platform url */ export declare function getPlatformUrl(environmentUrl: string, locationAppIds: string): string; /** * Returns the local dev server url */ export declare function getLocalUrl(isSsl: boolean, port: number, host?: string): string;