Interface PulumiCommandOptions

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

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.

Generated using TypeDoc