UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

12 lines (9 loc) 276 B
import { PulumiCommandOptions } from './src/base/base-executor.js'; interface ConfigExecutorSchema extends PulumiCommandOptions { showSecrets?: boolean; action: string; secret?: boolean; path?: boolean; value?: string; } export type { ConfigExecutorSchema as C };