1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/tkn/README.md
Billy Lynch 6dd36452c5 Add tkn to catalog.
Adds a Task to the catalog for the [Tekton CLI](https://github.com/tektoncd/cli).
2019-12-04 05:07:38 -06:00

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"]