mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(opentofu): add destroy -auto-approve alias (#12719)
This commit is contained in:
parent
00b9b62385
commit
7ce26a810d
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ plugins=(... opentofu)
|
|||
| `ttaa` | `tofu apply -auto-approve` |
|
||||
| `ttc` | `tofu console` |
|
||||
| `ttd` | `tofu destroy` |
|
||||
| `ttd!` | `tofu destroy -auto-approve` |
|
||||
| `ttf` | `tofu fmt` |
|
||||
| `ttfr` | `tofu fmt -recursive` |
|
||||
| `tti` | `tofu init` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue