Skip to content

Commit

Permalink
bash completion support
Browse files Browse the repository at this point in the history
  • Loading branch information
sklevenz committed May 19, 2019
1 parent 26ed67d commit dadb952
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ A go program that generates terraform files using go templates
brew install klaeff/tap/terraformer
```

### bash completion


´´´
eval "$(`)"
´´´

- add to your provile
- or
- `brew install bash-completion`
- `terraformer --completion-script-bash > /usr/local/etc/bash_completion.d/terraformer`


## usage

```
Expand Down Expand Up @@ -166,7 +179,7 @@ terraformer --version
- (ok) implement tf generation
- (ok) basics, test
- more terraform samples & use cases
- bash completion support (via homebrew)
- (ok= bash completion support (via homebrew)
- man pages support

![terraformer](doc/terraformer-logo-small.png)
Expand Down

0 comments on commit dadb952

Please sign in to comment.