UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

8 lines (5 loc) 208 B
import { PulumiCommandOptions } from './src/base/base-executor.js'; interface PreviewExecutorSchema extends PulumiCommandOptions { expectNoChanges?: boolean; } export type { PreviewExecutorSchema as P };