@pulumi/pulumi - v3.253.0
    Preparing search index...

    Interface PulumiCommandOptions

    interface PulumiCommandOptions {
        root?: string;
        skipVersionCheck?: boolean;
        version?: SemVer;
    }
    Index

    Properties

    root?: string

    The directory to install the CLI in or where to look for an existing installation. Defaults to $HOME/.pulumi/versions/$VERSION.

    skipVersionCheck?: boolean

    Skips the minimum CLI version check, see PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK.

    version?: SemVer

    The version of the CLI to use. Defaults to the CLI version matching the SDK version.