Get desktop application:
View/edit binary Protocol Buffers messages
* WhoAmI returns detailed information about the currently logged-in Pulumi identity.
(message has no fields)
WhoAmIResult contains detailed information about the currently logged-in Pulumi identity.
* Info returns information about the given stack.
* Info returns information about the given stack.
(message has no fields)
* SetAllConfig sets multiple configuration values for a stack.
(message has no fields)
* Install installs the Pulumi plugins and dependencies.
(message has no fields)
(message has no fields)
* Preview performs a dry-run update to a stack, returning the expected changes.
Parallel is the number of resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
Message (optional) to associate with the preview operation
Return an error if any changes occur during this preview
Specify resources to replace
Specify an exclusive list of resource URNs to update
Allows updating of dependent targets discovered but not specified in the Target list
Run one or more policy packs as part of this update
Refresh will run a refresh before the preview.
describes a Pulumi engine event, such as a change to a resource or diagnostic message.
* Refresh updates the resources in a stack to match the current state of the cloud provider.
parallel is the number of resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
message (optional) to associate with the preview operation
Return an error if any changes occur during this refresh
Specify an exclusive list of resource URNs to refresh
describes a Pulumi engine event, such as a change to a resource or diagnostic message.
* Up creates or updates the resources in a stack, returning the actual changes.
parallel is the number of resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
message (optional) to associate with the preview operation
Return an error if any changes occur during this update
Specify resources to replace
Specify an exclusive list of resource URNs to update
target_dependents allows updating of dependent targets discovered but not specified in the Target list
// Use the update plan at the given path. optional string plan = 7; Run one or more policy packs as part of this update.
refresh will run a refresh before the update.
continue_on_error will continue to perform the update operation despite the occurrence of errors.
describes a Pulumi engine event, such as a change to a resource or diagnostic message.
* Destroy deletes all resources in a stack.
Parallel is the number of resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
Message (optional) to associate with the destroy operation
Specify an exclusive list of resource URNs to destroy
Allows updating of dependent targets discovered but not specified in the Target list
Refresh will run a refresh before the destroy.
continue_on_error will continue to perform the update operation despite the occurrence of errors.
Remove the stack and its configuration after all resources in the stack have been deleted.
describes a Pulumi engine event, such as a change to a resource or diagnostic message.
Used in:
The config's key.
Parse the key as a paths in a map or list rather than as a raw string.
A literal value.
A value read from the environment or local disk.
Whether the config is a secret.
Used in:
The name of an environment variable to read>
The path to a file to read.
Used in:
Used in:
Used in:
,Used in:
Describes the cause of the error from Pulumi CLI with structured details.
Used in:
StackSummary is a description of a stack and its current status.
Used in:
,Used in:
Used in:
, , ,