pulumi-update
Alias for deploying infrastructure changes
TLDR
Update stack (alias for up)
$ pulumi update
Update with auto-approval$ pulumi update --yes
Update a specific stack$ pulumi update --stack [stack_name]
Preview changes as JSON$ pulumi update --json
SYNOPSIS
pulumi update [options]
DESCRIPTION
pulumi update is an alias for pulumi up. Creates or updates infrastructure by comparing desired state with current resources and applying changes.
SEE ALSO
pulumi(1), pulumi-up(1), pulumi-preview(1), pulumi-destroy(1)
