cli
cli copied to clipboard
A CLI for interacting with Tekton!
Bumps [github.com/ktr0731/go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder) from 0.8.0 to 0.9.0. Release notes Sourced from github.com/ktr0731/go-fuzzyfinder's releases. v0.9.0 Changelog a4a4a57 support WithPreselected option (#243) 2825517 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /tools (#242) 79e86f0...
# Changes - **.github/workflows: update codeql job** - **.github/workflows: add slack and retest workflows** - **.github/workflows: add a ci workflow…** Closes #2452 # Submitter Checklist These are the criteria that...
This script seems to exist in the [plumbing repo](https://github.com/tektoncd/plumbing/blob/bc3715f673f2ae21180f8ae07c43a02361cbd9c4/tekton/images/kind-e2e/setup-kind.sh). Any reason we wouldn't want to reference it instead of copying it? Additional Context: This comment was made in [PR #2516](https://github.com/tektoncd/cli/pull/2516#discussion_r2007504175).
### Feature request Add ability for tkn to generate a Markdown representation of any Task, Pipeline, or group of such objects (ex: hub, bundle). ### Use case - Generate Markdown...
Kind of related to https://github.com/tektoncd/plumbing/issues/2156, it would reduce cost and be slightly better integrated if we were switching to use GitHub workflow for this. See `tektoncd/pipeline`: https://github.com/tektoncd/pipeline/blob/main/.github/workflows/e2e-matrix.yml.
Hello Do you have API specs in the `oapi` or `protobuf` format ? :thinking: I'd like to integrate tekton into my tooling and would like to work with specs, if...
# Changes Add a new long flag `--display-name` to show pipelinerun logs, when `--display-name=true` , show logs with task display name. # Submitter Checklist These are the criteria that every...
### Feature request Since the contents of a tekton bundle will have to fit within an etcd value, `tkn bundle push` should validate that the extracted bundle will not be...
### Feature request It should be possible to use the `tkn bundle push` command to generate an Image Manifest with the [OCI media type](https://github.com/opencontainers/image-spec/blob/main/manifest.md). Since these bundle images are not...