cli
cli copied to clipboard
A CLI for interacting with Tekton!
### Feature request It would be a useful feature for us when we use tkn bundle list on an OCI image, that contains multiple tasks/pipelines the output would be a...
# Versions and Operating System - Kubernetes version: ``` build-and-publish$ kubectl version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use...
This patch fix the tkn pr delete command for --keep and --keep-since now both flags are working together and --keep-since has the higher priority fixes : #1990 # Submitter Checklist...
### Feature request When pushing a Tekton bundle using the `tkn bundle` command, users should have an option to add labels to the artifact pointing to the git source for...
As of today, `tkn` is a very **big** binary. ``` $ du bin/tkn 147M bin/tkn $ strip bin/tkn $ du bin/tkn 118M bin/tkn ``` We should try to find some...
# Expected Behavior Related: https://github.com/tektoncd/pipeline/issues/2362 https://github.com/tektoncd/pipeline/pull/2389 Pipelines is adding support for allowing TaskRun properties to be defined for TaskRuns that are part of a PipelineRun. As of the current state...
# Changes Add taskRunSpec argument on `tkn pipeline start` closes https://github.com/tektoncd/cli/issues/951 # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review...
### Feature request Support remote resolution in `pipeline start` and `task start` commands ### Use case Start a pipeline or task through remote resolution. For instance, start a release pipeline...
Add the -E or --exit-with-pipelinerun-error flag to tkn pr logs to exit with the pipelinerun error after showing the logs. # Changes # Submitter Checklist These are the criteria that...
this will fix the pre-commit run Fixes #2303 ```release-note NONE ``` Signed-off-by: Chmouel Boudjnah