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) 223 B
/** * @param environmentUrl envUrl is used to fetch the ssoUrl * @returns the ssoUrl as a string and undefined if ssoUrl couldn't be fetched */ export declare function getSSOUrl(environmentUrl: string): Promise<string>;