mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
feat(terraform): add workspace alias
This commit is contained in:
parent
69a6359f7c
commit
e18e72c859
2 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ plugins=(... terraform)
|
|||
| `tfs` | `terraform state` |
|
||||
| `tft` | `terraform test` |
|
||||
| `tfsh` | `terraform show` |
|
||||
| `tfw` | `terraform workspace` |
|
||||
| `tfwl` | `terraform workspace list` |
|
||||
| `tfws` | `terraform workspace select` |
|
||||
|
||||
|
||||
## Prompt function
|
||||
|
|
|
|||
|
|
@ -31,3 +31,6 @@ alias tfv='terraform validate'
|
|||
alias tfs='terraform state'
|
||||
alias tft='terraform test'
|
||||
alias tfsh='terraform show'
|
||||
alias tfw='terraform workspace'
|
||||
alias tfwl='terraform workspace list'
|
||||
alias tfws='terraform workspace select'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue