commands.sh

pulumi up

all

Create or update the resources in a stack.

More info →

Options (4)

-y, --yesboolean

Automatically approve and perform the update after previewing it

Example: pulumi up {{[-y|--yes]}}
-s, --stackboolean

Preview and deploy changes in a specific stack

Example: pulumi up {{[-s|--stack]}} {{stack}}
-r, --refreshboolean

Refresh the state of the stack's resources before updating

Example: pulumi up {{[-r|--refresh]}}
-h, --helpboolean

Display help

Example: pulumi up {{[-h|--help]}}

Examples (7)

Preview and deploy changes to a program and/or infrastructure

Automatically approve and perform the update after previewing it

pulumi up [-y|--yes]

Preview and deploy changes in a specific stack

pulumi up [-s|--stack] stack

Refresh the state of the stack's resources before updating

pulumi up [-r|--refresh]

Don't display stack outputs

pulumi up --suppress-outputs

Continue updating the resources, even if an error is encountered

pulumi up --continue-on-error

Display help

pulumi up [-h|--help]
made by @shridhargupta | data from tldr-pages