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

Be able from the cli auto generate some Pipeline/tasks from a source code folder detecting what kind of source code it is (i.e: go, java, python, ruby, rust, project etc...)...

kind/feature
lifecycle/frozen
area/roadmap

Work on the V1 API is tracked here : https://github.com/orgs/tektoncd/projects/10 Once `tektoncd/pipeline` releases a `v1`, the cli needs to be able to support it. Creating this issue already as we...

kind/feature
priority/important-longterm
lifecycle/frozen
area/api
area/roadmap

[`catlin`](https://github.com/tektoncd/catlin) is a command-line tool that Lints Tekton Resources and Catalogs. Explore if it makes sense to have it integrated in `tkn` (or just keep it as an extension)

kind/feature
lifecycle/frozen
area/roadmap

Consistency across all CLI resources for list, delete, and describe subcommands We should work to make sure each resource introduced to the CLI always features these three subcommands

kind/feature
lifecycle/frozen
area/roadmap

Today, `chains` is rather bare, only `payload` and `signature` are supported. This issue is to tracked what can the `tkn` CLI allow in terms of integration with chains.

kind/feature
lifecycle/frozen
area/roadmap

### Feature request #### ` Integrate results with tkn ` as we already have hub integrated with tkn as a plugin we can do the same with results. Currently, the...

kind/feature
lifecycle/frozen
area/roadmap

### Feature request It should be possible to create a `TaskRun` (using `tkn task start`) from a oci bundle. Today, we can create a `TaskRun` from an in-cluster `Task` definition....

kind/feature
lifecycle/frozen
area/roadmap

### Feature request It would be nice to have a `tkn` command to port-forward to an EventListener. Currently, users have to use kubectl directly and either have to find the...

kind/feature
lifecycle/frozen

# Versions and Operating System - Kubernetes version: any - Tekton Pipeline version: any - Operating System: MacOS # Expected Behavior When using a VPN on MacOS as many corporations...

kind/bug
lifecycle/frozen

Right now when we hit `make generated` it generates golden files for test scenarios and also updates the already existent files for test scenarios. But if there is some name...

good first issue
lifecycle/frozen
area/testing
kind/cleanup