Linux command
pulumi-update 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Update stack (alias for up)
pulumi update
Update with auto-approval
pulumi update --yes
Update a specific stack
pulumi update --stack [stack_name]
Preview changes as JSON
pulumi update --json
说明
pulumi update is an alias for pulumi up. Creates or updates infrastructure by comparing desired state with current resources and applying changes.
FAQ
What is the pulumi-update command used for?
pulumi update is an alias for pulumi up. Creates or updates infrastructure by comparing desired state with current resources and applying changes.
How do I run a basic pulumi-update example?
Run `pulumi update` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pulumi-update examples?
This page includes 4 examples for pulumi-update, plus related commands for nearby Linux tasks.