cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI for interacting with Tekton!

Results 109 cli issues
Sort by recently updated
recently updated
newest added

### 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...

kind/feature

# 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...

kind/bug

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...

size/L
do-not-merge/hold
needs-rebase
release-note

### 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...

kind/feature

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...

help wanted
good first issue
lifecycle/frozen

# 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...

kind/feature
lifecycle/frozen

# 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...

size/L
ok-to-test
release-note

### 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...

kind/feature
lifecycle/frozen
area/roadmap

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...

size/L
release-note

this will fix the pre-commit run Fixes #2303 ```release-note NONE ``` Signed-off-by: Chmouel Boudjnah

size/S
release-note-none