cli
cli copied to clipboard
A CLI for interacting with Tekton!
We have an custom Cask/Brew for us in tektoncd/tool which is nice and dandy but homebrew-core have been pretty swift to merge our PR when needed and it's a step...
### Feature request Add `debug` sub-command for TaskRuns. ### Use case Use the debug capability outlined in [TEP-0042](https://github.com/tektoncd/community/blob/main/teps/0042-taskrun-breakpoint-on-failure.md) to debug TaskRuns. ### UI Example ``` $ tkn tr debug foo...
This issue is meant to serve as a place to discuss possibilities for adding the features of [`oci`](https://github.com/tektoncd/experimental/tree/master/oci) into `tkn`. Closing this issue requires developing a plan (could include a...
### Feature request Why don't we add support for deploying Tekton Pipelines, Chains, Dashboard via tkn CLI? IMHO, it'd be great if I could type: ```shell $ tkn install cd...
# Version and Operating System **tkn Version:** 0.8.0 # Expected Behavior I want to automate task/pipeline runs with tkn. So i want to be able to do smth like ```bash...
### Feature request As a user building my pipeline using the vscode plugin or any UI I'd like to export the pipeline using the tkn CLI and store it on...
We currently disable coulouring when piping or other reasons. It woudl be nice if we can have a way to enable it, i would suggest that we mimic the grep...
# Version and Operating System Both release and HEAD versions, running on Windows. # Expected Behavior tkn, and its chocolatey package, are able to be tested when a PR is...
# Version and Operating System **tkn Version:** 0.7.1 **Operating System:** # Expected Behavior The same concept is named in the same way # Actual Behavior Multiple commands have a subcommand...
`--loglevel` in for example the `openshift client` is a pretty useful option for debugging and introspectability of what the CLI is doing, it's a good example too for other people...