Linux command
pulumi-cancel 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Cancel current update
pulumi cancel
Cancel in specific stack
pulumi cancel -s [stack]
Force cancel
pulumi cancel --yes
说明
pulumi cancel cancels an ongoing stack update. Useful when an update is stuck or needs to be aborted. Cancellation may leave resources in an unknown state.
参数
- -s, --stack _name_
- Target stack.
- -y, --yes
- Skip confirmation.
FAQ
What is the pulumi-cancel command used for?
pulumi cancel cancels an ongoing stack update. Useful when an update is stuck or needs to be aborted. Cancellation may leave resources in an unknown state.
How do I run a basic pulumi-cancel example?
Run `pulumi cancel` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --stack _name_ do in pulumi-cancel?
Target stack.