* add hashicorp tools

- terraform
- packer
- consul
- nomad
- vagrant
This commit is contained in:
abhishekamralkar 2020-07-17 00:24:24 +05:30
parent e8bdf2278c
commit 4167d6e6a9
No known key found for this signature in database
GPG Key ID: 110B141B76499134
1 changed files with 4 additions and 0 deletions

4
has
View File

@ -155,6 +155,10 @@ __detect(){
netlify) __dynamic_detect--version "${command}" ;;
netlifyctl) __dynamic_detect-arg_version "${command}" ;;
## Hashicorp Tools
terraform|packer) __dynamic_detect--version "${command}" ;;
vagrant|consul) __dynamic_detect--version "${command}" ;;
nomad) __dynamic_detect--version "${command}" ;;
# commands that need -v flag
unzip) __dynamic_detect-v "${command}" ;;