mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
Add alias for tofu apply -auto-approve
This commit is contained in:
parent
6318357523
commit
f0e9313ae8
1 changed files with 18 additions and 17 deletions
|
@ -16,9 +16,10 @@ plugins=(... opentofu)
|
|||
## Aliases
|
||||
|
||||
| Alias | Command |
|
||||
|--------|-----------------------|
|
||||
|--------|----------------------------|
|
||||
| `tt` | `tofu` |
|
||||
| `tta` | `tofu apply` |
|
||||
| `ttaa` | `tofu apply -auto-approve` |
|
||||
| `ttc` | `tofu console` |
|
||||
| `ttd` | `tofu destroy` |
|
||||
| `ttf` | `tofu fmt` |
|
||||
|
|
Loading…
Reference in a new issue