1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 15:35:24 +02:00
tldr/pages/common/pulumi-up.md
Sharun 9db3b97da5
pulumi-up: add page; pulumi: add subcommand mention (#11605)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 16:07:02 +01:00

382 B

pulumi up

Create or update the resources in a stack. More information: https://www.pulumi.com/docs/cli/commands/pulumi_up/.

  • Preview and deploy changes to a program and/or infrastructure:

pulumi up

  • Automatically approve and perform the update after previewing it:

pulumi up --yes

  • Preview and deploy changes in a specific stack:

pulumi up --stack {{stack}}