cli
cli copied to clipboard
A CLI for interacting with Tekton!
### Feature request As described in [pipelinespec documentation](https://tekton.dev/docs/pipelines/pipeline-api/#tekton.dev/v1.PipelineSpec): ``` DisplayName is a user-facing name of the pipeline that may be used to populate a UI. ``` I think it would...
# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.25.11+1485cc9 WARNING: version difference between client (1.28) and server...
# Versions and Operating System Operating system: Fedora tkn version: 0.30.1 - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: v1.25.7 Kustomize Version: v4.5.7 Server Version: v1.24.12+ceaf338 ``` -...
tkn version: 0.30.1 `keep` and `keep-since` support is introduced in https://github.com/tektoncd/cli/pull/1533 though, when we supply `keep` and `keep-since` simultaneously the out come always equivalent to `keep`, `keep-since` ignored Pipelinerun: https://github.com/tektoncd/cli/blob/f4d092c77d359a48dfdecf708f72293ebf872f5a/pkg/cmd/pipelinerun/delete.go#L329-L338...
# Versions and Operating System - Kubernetes version: **Output of `tkn version`** ``` Client Version: v1.25.0 Kustomize Version: v4.5.7 Server Version: v1.26.1 ``` - Tekton Pipeline version: **Output of `tkn...
### Feature request We're using Tekton Operator Pruner to delete old PipelineRuns from the cluster. Tekton Operator Pruner uses Tekton CLI to delete PipelineRuns. However, it's impossible to delete PipelineRuns...
# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.25.11+1485cc9 WARNING: version difference between client (1.28) and server...
### Feature request cli currently only supports v1beta1 task and pipeline sign and verify, we need to support v1 as well ### Use case ### UI Example
# Expected Behavior When starting the tkn at the command line for starting a pipeline in the test namespace, everything is ok. The command is: $ tkn -n test pipeline...
# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: v1.25.4 Kustomize Version: v4.5.7 Server Version: v1.26.3 ``` - Tekton Pipeline version: **Output of `tkn...