UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

6 lines (4 loc) 167 B
import { PulumiCommandOptions } from "../../base/base-executor"; export interface PreviewExecutorSchema extends PulumiCommandOptions { expectNoChanges?: boolean; }