UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

7 lines (5 loc) 180 B
import { PulumiCommandOptions } from "../../base/base-executor"; export interface RefreshExecutorSchema extends PulumiCommandOptions { skipPreview?: boolean; yes?: boolean; }