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.

5 lines (4 loc) 283 B
import type { ResolvedCliOptions } from './cli-options'; export type ValidationLevel = 'default' | 'deployment' | 'none'; /** Validates CLI config. */ export declare function validateConfig(config: ResolvedCliOptions, validationLevel?: ValidationLevel): Promise<ResolvedCliOptions>;