UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

10 lines (8 loc) 236 B
import { PulumiCommandOptions } from "../../base/base-executor"; export interface ConfigExecutorSchema extends PulumiCommandOptions { showSecrets?: boolean; action: string; secret?: boolean; path?: boolean; value?: string; }