tektoncd-cli

CLI for creating, managing and monitoring Tekton Pipelines

brewmacoslinux
Try with needOr install directly
Source

About

CLI for interacting with TektonCD

Commands

tkn

Examples

List all pipelines in the default namespace$ tkn pipeline list
Start a pipeline run and follow its logs$ tkn pipeline start my-pipeline -f
Describe a specific task in your cluster$ tkn task describe my-task