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) • 399 B
TypeScript
/**
* Validates that the given environmentUrl in the dt-app is valid
* @param environmentUrl The environmentUrl provided in the dt-app config
* @param projectRootDirectory The user's project root directory
* @throws Will throw an error if the environmentUrl does not start with HTTP
*/
export declare function validateEnvironmentUrl(environmentUrl: string, projectRootDirectory: string): void;