@pulumi/pulumi
    Preparing search index...

    Interface LocalProgramArgs

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

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

    Properties

    Properties

    stackName: string

    The associated stack name.

    workDir: string

    The working directory of the program.