Show / Hide Table of Contents

Class LocalPulumiCommandOptions

Options to configure a LocalPulumiCommand instance.

Inheritance
object
LocalPulumiCommandOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Commands
Assembly: Pulumi.Automation.dll
Syntax
public class LocalPulumiCommandOptions

Properties

View Source

Root

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.