LinuxCommandLibrary

pulumi-up

Create or update the resources in a stack.

TLDR

Preview and deploy changes to a program and/or infrastructure

$ pulumi up
copy


Automatically approve and perform the update after previewing it
$ pulumi up --yes
copy


Preview and deploy changes in a specific stack
$ pulumi up --stack [stack]
copy


Don't display stack outputs
$ pulumi up --suppress-outputs
copy

Copied to clipboard