diff --git a/README.md b/README.md index 918e849937..abff36fcf9 100644 --- a/README.md +++ b/README.md @@ -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)