Package com.pulumi.automation
Class LocalPulumiCommandOptions
java.lang.Object
com.pulumi.automation.LocalPulumiCommandOptions
Options to configure a
LocalPulumiCommand instance.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new builder forLocalPulumiCommandOptions.booleanIftrue, skips the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.
-
Field Details
-
Empty
-
-
Method Details
-
builder
Returns a new builder forLocalPulumiCommandOptions.- Returns:
- the builder
-
isSkipVersionCheck
public boolean isSkipVersionCheck()Iftrue, skips the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.- Returns:
- whether to skip the version check
-