cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI for interacting with Tekton!

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

setup replacement for arm64 to aarch64 to be in line with replacements for x86 arch this fixes https://github.com/tektoncd/plumbing/issues/1222 and https://github.com/tektoncd/cli/issues/1738 and https://github.com/tektoncd/pipeline/issues/5568 this is potentially breaking change as build arm...

size/XS
lgtm
approved
do-not-merge/hold
release-note-none
ok-to-test

Hi, I'm raising this to review https://github.com/tektoncd/cli/blame/main/.goreleaser.yml#L21 the replacements: ``` darwin: Darwin linux: Linux windows: Windows 386: i386 amd64: x86_64 ``` This is preventing url generation on CI builds like...

kind/bug

### Feature request This feature adds `Sign` and `Verify` to cli as subcommands to allow users sign and verity Tekton resources via tkn. ### Use case This feature is related...

kind/feature

Achieve the [OpenSFF Best Practices Badge](https://bestpractices.coreinfrastructure.org/en). Add the badge to the main project README.

priority/important-soon

# Versions and Operating System - Kubernetes version: 1.22 ``` 1.22 ``` - Tekton Pipeline version: **Output of `tkn version` or `kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'`** ```...

kind/bug

# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.4-dirty", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"dirty", BuildDate:"2021-03-15T10:03:32Z", GoVersion:"go1.16.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192",...

kind/bug

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.0 to 1.57.1. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.57.1 golangci-lint is a free and open-source project, built by people in their free time. Also, the linter...

size/S
release-note-none
ok-to-test
kind/misc
dependencies

# Changes Added additional formatting options such as --prefix for `tkn p logs`, which prefixes each log line with the task name and step name to match the output format...

size/XL
release-note-none
ok-to-test

# Versions and Operating System - Kubernetes version: ``` Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.6+5157800", GitCommit:"eddac29feb4bb46b99fb570999324e582d761a66", GitTreeState:"clean", BuildDate:"2022-10-11T13:02:03Z", GoVersion:"go1.18.7", Compiler:"gc", Platform:"linux/amd64"} ``` - Tekton Pipeline version: **Output of `tkn version` or...

kind/bug
lifecycle/rotten

# Changes This commit adds v1 support for sign and verify. close https://github.com/tektoncd/cli/issues/2214 # Submitter Checklist These are the criteria that every PR should meet, please check them off as...

kind/feature
size/L
release-note