Add alias for tofu apply -auto-approve

This commit is contained in:
Robert Brandsø 2024-10-01 11:47:47 +02:00 committed by GitHub
parent 6318357523
commit f0e9313ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,23 +15,24 @@ plugins=(... opentofu)
## Aliases ## Aliases
| Alias | Command | | Alias | Command |
|--------|-----------------------| |--------|----------------------------|
| `tt` | `tofu` | | `tt` | `tofu` |
| `tta` | `tofu apply` | | `tta` | `tofu apply` |
| `ttc` | `tofu console` | | `ttaa` | `tofu apply -auto-approve` |
| `ttd` | `tofu destroy` | | `ttc` | `tofu console` |
| `ttf` | `tofu fmt` | | `ttd` | `tofu destroy` |
| `ttfr` | `tofu fmt -recursive` | | `ttf` | `tofu fmt` |
| `tti` | `tofu init` | | `ttfr` | `tofu fmt -recursive` |
| `tto` | `tofu output` | | `tti` | `tofu init` |
| `ttp` | `tofu plan` | | `tto` | `tofu output` |
| `ttv` | `tofu validate` | | `ttp` | `tofu plan` |
| `tts` | `tofu state` | | `ttv` | `tofu validate` |
| `ttsh` | `tofu show` | | `tts` | `tofu state` |
| `ttr` | `tofu refresh` | | `ttsh` | `tofu show` |
| `ttt` | `tofu test` | | `ttr` | `tofu refresh` |
| `ttws` | `tofu workspace` | | `ttt` | `tofu test` |
| `ttws` | `tofu workspace` |
## Prompt functions ## Prompt functions