1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 09:35:44 +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

16 lines
382 B
Markdown

# 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}}`