UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

12 lines (9 loc) 277 B
import { PulumiCommandOptions } from './src/base/base-executor.js'; interface UpExecutorSchema extends PulumiCommandOptions { skipPreview?: boolean; yes?: boolean; suppressOutputs?: boolean; json?: boolean; debug?: boolean; } export type { UpExecutorSchema as U };