Skip to content

Commit

Permalink
add shell completion to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzieba committed Nov 29, 2018
1 parent 0bdf0d6 commit 128ea50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,19 @@ eksctl apply --cluster-config advanced-cluster.yaml
```
-->

### Shell Completion

To enable bash completion, run the following, or put it in `~/.bashrc` or `~/.profile`:
```
. <(eksctl completion bash)
```

Or for zsh
```
. <(eksctl completion zsh)
```


## Project Roadmap

### Developer use-case (0.2.0)
Expand Down

0 comments on commit 128ea50

Please sign in to comment.