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.

8 lines (7 loc) 282 B
/** * Builds the SSOUrl based on the environment * @param environmentUrl envUrl is used to fetch the ssoUrl * @returns the ssoUrl as a string and undefined if ssoUrl couldn't be fetched * @internal */ export declare function getSSOUrl(environmentUrl: string): Promise<string>;