1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 17:50:07 +00:00
ohmyzsh/plugins/tkn/README.md

17 lines
389 B
Markdown
Raw Normal View History

2022-08-23 19:02:15 +00:00
# Tekton CLI
This plugin provides autocompletion for [tkn](https://tekton.dev/docs/cli/). A command for easier interaction with Tekton CI/CD components.
To use it, add `tkn` to the plugins array of your zshrc file:
```bash
plugins=(... tkn)
```
## See Also
+ [tektoncd/cli](https://github.com/tektoncd/cli)
## Contributors
+ [jvarela01](https://github.com/jvarela01) - Plugin Author