cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI for interacting with Tekton!

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

Bumps the go-k8s-dependencies group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.34.2 to 0.34.3 Commits cf951b1 Update dependencies to v0.34.3 tag See full diff in compare view...

lgtm
approved
size/M
release-note-none
ok-to-test
kind/misc
dependencies

Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.9.6-0.20250729224751-181c5d3339b3 to 1.10.3. Release notes Sourced from github.com/sigstore/sigstore's releases. v1.10.3 What's Changed v1.10.3 adds ValidatePubKey back to the cryptoutils package to avoid a breaking API change. Add...

lgtm
approved
size/XXL
release-note-none
ok-to-test
kind/misc
dependencies

When streaming pipelineRun or taskRun logs, closing the stop channel to terminate the informer was causing "Failed to watch" error messages to be logged with "context canceled". This was noisy...

size/M
release-note

Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.6 to 0.20.7. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.20.7 What's Changed Fix ArgsEscaped lint directive by @​Subserial in google/go-containerregistry#2137 transport: Fix broken links to distribution docs...

lgtm
approved
size/XL
release-note-none
ok-to-test
kind/misc
dependencies

Bumps [github.com/sigstore/fulcio](https://github.com/sigstore/fulcio) from 1.7.1 to 1.8.3. Release notes Sourced from github.com/sigstore/fulcio's releases. v1.8.3 Changelog v1.8.3 fixes https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw 3622f6e62cf74ff1477422a8c3aad4ca338ed047 update changelog for v1.8.3 release (#2234) 765a0e57608b9ef390e1eeeea8595b9054c63a5a Merge commit from fork (#2233)...

lgtm
approved
size/XXL
release-note-none
ok-to-test
kind/misc
dependencies

# Changes This PR adds the cherry-pick command workflow to cli (addresses tektoncd/plumbing#3004). **What's included:** - New `cherry-pick-command.yaml` workflow using the centralized plumbing reusable workflow - Enables `/cherry-pick ` command...

approved
size/M
release-note-none
kind/misc

### Motivation We currently use @chmouel [personal Fedora-Copr repo](https://copr.fedorainfracloud.org/coprs/chmouel/tektoncd-cli/) for distributing our packages. To improve organization and management, we should migrate our current setup to a **dedicated, Tekton-specific Copr repository**....

kind/feature

# Changes Fixes #2520 - Remove hack/setup-kind.sh and replaced by tektoncd/plumbing version # Submitter Checklist These are the criteria that every PR should meet, please check them off as you...

lgtm
size/L
needs-rebase
ok-to-test
release-note

### Feature request Add a new subcommand to the tkn cli to verify/validate pipeline syntax. There is a dru-run flag, but it requires k8s cluster or at least credentials. Instead...

kind/feature

### Feature request tektoncd/pipeline has introduced a new CRD, [StepAction](https://github.com/tektoncd/pipeline/blob/main/docs/stepactions.md) like Tasks and Pipelines. TKn cli should support some commands for StepAction. ### Use case - List the StepActions -...

kind/feature