1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 18:55:27 +02:00

pulumi-cancel: add page (#14789)

This commit is contained in:
spartan_c0der 2024-11-11 14:48:54 -05:00 committed by GitHub
parent 94a5e30a90
commit 123e625b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# pulumi cancel
> Cancel a stack's currently running update, if any.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_cancel/>.
- Cancel a stack's currently running update, if any:
`pulumi cancel {{stack_name}}`
- Skip confirmation prompts, and proceed with cancellation anyway:
`pulumi cancel --yes`
- Display help:
`pulumi cancel --help`