Added plugin for tekton ci/cd CLI

This commit is contained in:
Jorge Francisco Varela Gutiérrez 2022-08-23 14:02:15 -05:00
commit 0b67d08f13
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Autocompletion for tkn, the command line interface for Tekton Cloud Natice CI/CD (https://tekton.dev/)
# Author: https://github.com/jvarela01
if [ $commands[tkn] ]; then
source <(tkn completion zsh)
compdef _tkn tkn
fi