Namespace Pulumi.Automation.Commands
Classes
API
Runs Pulumi CLI commands, one method per command. The invocation itself is provided by the boilerplate half of this partial class.
BaseOptions
The invocation configuration shared by every command: where to run the CLI, what environment to run it with, and where to send its output. Every generated options class derives from this so a single argument carries both the command's flags and its invocation configuration.
CommandResult
LocalPulumiCommand
A PulumiCommand implementation that uses a locally installed Pulumi CLI.
LocalPulumiCommandOptions
Options to configure a LocalPulumiCommand instance.
PulumiCancelOptions
Options for the pulumi cancel command.
PulumiCommand
PulumiImportOptions
Options for the pulumi import command.
PulumiNewOptions
Options for the pulumi new command.
PulumiOrgGetDefaultOptions
Options for the pulumi org get-default command.
PulumiOrgOptions
Options for the pulumi org command.
PulumiOrgSearchAIOptions
Options for the pulumi org search ai command.
PulumiOrgSearchOptions
Options for the pulumi org search command.
PulumiOrgSetDefaultOptions
Options for the pulumi org set-default command.