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:
parent
94a5e30a90
commit
123e625b66
1 changed files with 16 additions and 0 deletions
16
pages/common/pulumi-cancel.md
Normal file
16
pages/common/pulumi-cancel.md
Normal 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`
|
Loading…
Add table
Reference in a new issue