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.
9 lines (8 loc) • 349 B
TypeScript
import type AdmZip from 'adm-zip';
/**
* Saves the artifact to the output folder
* @param root The root of the app
* @param appArtifact The file we want to save
* @param publish Output when action is triggered by publish command
*/
export declare function saveArtifactToOutputFolder(root: string, appArtifact: AdmZip, publish?: boolean): void;