LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-update

Alias for deploying infrastructure changes

TLDR

Update stack (alias for up)
$ pulumi update
copy
Update with auto-approval
$ pulumi update --yes
copy
Update a specific stack
$ pulumi update --stack [stack_name]
copy
Preview changes as JSON
$ pulumi update --json
copy

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

Copied to clipboard
Kai