Description of a stack backed by pre-existing local Pulumi CLI program.

interface LocalProgramArgs {
    stackName: string;
    workDir: string;
}

Properties

Properties

stackName: string
workDir: string

Generated using TypeDoc