feat(mise): add eksctl to control eks cluster
This commit is contained in:
@@ -10,6 +10,7 @@ if [ ! -d ${LOCAL_SRC_HOME}/elixir-ls/release ]; then
|
||||
fi
|
||||
|
||||
# NOTE: (jpd) create auto-completion
|
||||
# TODO: (jpd) check a way to create a list and loop to create these completions
|
||||
if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/kubectl.fish ]; then
|
||||
echo "setup kubectl completion"
|
||||
kubectl completion fish > ${XDG_CONFIG_HOME}/fish/completions/kubectl.fish
|
||||
@@ -30,5 +31,9 @@ if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/ctlptl.fish ]; then
|
||||
echo "setup ctlptl completion"
|
||||
ctlptl completion fish > ~/.config/fish/completions/ctlptl.fish
|
||||
fi
|
||||
if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/eksctl.fish ]; then
|
||||
echo "setup eksctl completion"
|
||||
eksctl completion fish > ~/.config/fish/completions/eksctl.fish
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
Reference in New Issue
Block a user