Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions modules/op-installing-pipelines-as-code-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,40 @@ You can also install the `tkn-pac` `tkn-pac` version `0.23.1` binaries for the s
The binaries are compatible with `tkn` version `0.23.1`.
====

In addition, you can install `tkn-pac` using the following methods:

[CAUTION]
====
The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
====

* Install on Linux or Mac OS using the `brew` package manager:
+
[source,terminal]
----
$ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
----
+
You can upgrade the package by running the following command:
+
[source,terminal]
----
$ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
----

* Install as a container using `podman`:
+
[source,terminal]
----
$ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME}/.kube:/tmp/kube \
-it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
----
+
You can also use `docker` as a substitute for `podman`.

* Install from the GitHub repository using `go`:
+
[source,terminal]
----
$ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
----
// In addition, you can install `tkn-pac` using the following methods:

// [CAUTION]
// ====
// The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
// ====

// * Install on Linux or Mac OS using the `brew` package manager:
// +
// [source,terminal]
// ----
// $ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
// ----
// +
// You can upgrade the package by running the following command:
// +
// [source,terminal]
// ----
// $ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
// ----

// * Install as a container using `podman`:
// +
// [source,terminal]
// ----
// $ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME}/.kube:/tmp/kube \
// -it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
// ----
// +
// You can also use `docker` as a substitute for `podman`.

// * Install from the GitHub repository using `go`:
// +
// [source,terminal]
// ----
// $ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
// ----