cli
cli copied to clipboard
A CLI for interacting with Tekton!
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...)...
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...
[`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)
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
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.
### 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...
### 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....
### 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...
# 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...
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...