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) • 405 B
TypeScript
import type { Action } from '@dynatrace/openkit-js';
import * as commander from 'commander';
/** The function that creates the CLI for the [update] command */
export declare function createUpdateCommand(): commander.Command;
/** Prompts the user to take action in case of uncommitted changes. */
export declare function checkForUncommittedChanges(skipPrompt: boolean, rootAction?: Action): Promise<void>;