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.

9 lines (8 loc) 366 B
import type { CliOptions } from '../config/cli-options'; /** * Collects strato-component instances, logs a summary, and optionally sends bizevents. * When `dryRun` is true, only logs — no bizevents are sent. */ export declare function reportStratoComponents(appRoot: string, options: Partial<CliOptions>, { dryRun }?: { dryRun?: boolean; }): Promise<void>;