cli
cli copied to clipboard
A CLI for interacting with Tekton!
closes #1406 # Changes It figures out the pod name by using the label selectors from the deployment, which is in turn figured out from the generated name of the...
We should provide filtering solutions for all list/delete commands associated with CLI
# Changes Add utils functions for getting Config and Cache dirs Might want to also standardize the dirs on `tkn` rather than config using `tkn` and cache using `tekton` Resolves...
### Feature request Support all usual commands in case of [tekton matrix](https://tekton.dev/docs/pipelines/matrix/). ### Use case Interact with Tekton pipelines that make use of [matrix](https://tekton.dev/docs/pipelines/matrix/). ### UI Example I think the...
* tkn task start always asks for the configuration of the workspaces, even if you have: ```yaml default-task-run-workspace-binding: | emptyDir: {} ``` In the config-defaults. If there is another way...
### Feature request Right now, if we do tkn help, it shows the available plugin list but does not show any description, or info for that, as we show for...
### Feature request `tkn` should support [custom tasks](https://tekton.dev/docs/pipelines/pipelines/#using-custom-tasks). This can mean multiple thing that we can track here and on other issues. - Listing `Run` object (or there name) and...
# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.1", GitCommit:"86ec240af8cbd1b60bcc4c03c20da9b98005b92e", GitTreeState:"clean", BuildDate:"2021-12-16T11:41:01Z", GoVersion:"go1.17.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1",...
Try the plugin where tkn binary is : i.e: you uncompress a tarball or install tkn-foo and tkn in ~/Downloads/ and run `~/Downloads/tkn foo` it would work even if ~/Downloads...
# Versions and Operating System - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:49:13Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0",...