mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-29 14:44:46 +01:00
17 lines
389 B
Markdown
17 lines
389 B
Markdown
# 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 |