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.
7 lines (6 loc) • 358 B
TypeScript
/**
* Returns the path to the app.config.schema.json file within the dt-app package.
*/
export declare function getAppConfigSchemaPath(root: string, projectName?: string): string;
/** Finds app config json schema in node_modules/dt-app and copies it to the .dt-app */
export declare function copyJsonConfigSchema(root: string, projectName?: string): void;