Skip to content

Instantly share code, notes, and snippets.

@pichuang
Created August 11, 2021 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pichuang/d9ca1339bdb1c2df5055c8c43cdd3623 to your computer and use it in GitHub Desktop.
Save pichuang/d9ca1339bdb1c2df5055c8c43cdd3623 to your computer and use it in GitHub Desktop.
#!/bin/bash
helm completion bash > /etc/bash_completion.d/helm
kubectl completion bash > /etc/bash_completion.d/kubectl
octant completion bash > /etc/bash_completion.d/octant
tanzu completion bash > /etc/bash_completion.d/tanzu
k9s completion bash > /etc/bash_completion.d/k9s
kapp completion bash > /etc/bash_completion.d/kapp
velero completion bash > /etc/bash_completion.d/velero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment