mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 21:15:22 +02:00
17 lines
382 B
Markdown
17 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}}`
|