mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-22 06:02:51 +00:00
6dd36452c5
Adds a Task to the catalog for the [Tekton CLI](https://github.com/tektoncd/cli).
548 B
548 B
tkn
This task performs operations on Tekton resources using
tkn
.
Install the Task
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/tkn/tkn.yaml
Inputs
Parameters
name | description | default |
---|---|---|
tkn-image | tkn CLI container image to run this task. |
gcr.io/tekton-releases/dogfooding/tkn |
ARGS | The arguments to pass to the tkn CLI. |
["help"] |