OPC – A CLI for OpenShift Pipeline

The OPC project merge multiple upstream CLI and specific cli features for OpenShift Pipelines.

It contains :

Build

Use the default target of the Makefile:

i.e:

make

Usage

Same as tkn with the addition of the pac command which redirect to tkn-pac.

Features

Support completion :

opc completions [bash|zsh|...]

Plugins :

opc shows tkn plugins, it doesn’t try to show opc plugins. (may change).

TODO

  • Versioning are a bit all over the place

NOTES

Only add 18mb :

% du $GOPATH/src/github.com/tektoncd/cli/bin/tkn
120M tkn
% du opc
138M opc

GitHub

View Github