From 128ea503975ab753200c7c31d62c3cc615895084 Mon Sep 17 00:00:00 2001 From: ozzieba Date: Thu, 29 Nov 2018 12:23:12 -0500 Subject: [PATCH] add shell completion to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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)