Class LocalPulumiCommandOptions
Options to configure a LocalPulumiCommand instance.
Inherited Members
Namespace: Pulumi.Automation.Commands
Assembly: Pulumi.Automation.dll
Syntax
public class LocalPulumiCommandOptions
Properties
View SourceRoot
The directory where to install the Pulumi CLI to or where to find an existing installation.
Declaration
public string? Root { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SkipVersionCheck
If true, skips the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.
Declaration
public bool SkipVersionCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Version
The version of the Pulumi CLI to install or the minimum version requirement for an existing installation.
Declaration
public SemVersion? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| SemVersion |