Skip to content

Commit e20451f

Browse files
authored
Merge pull request #52396 from sounix000/4602-tkn-pac-productized
RHDEVDOCS-4602 `tkn-pac` CLI installation instructions need to use only productized artifacts
2 parents 98d22a6 + 1f61329 commit e20451f

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

modules/op-installing-pipelines-as-code-cli.adoc

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,40 @@ You can also install the `tkn-pac` `tkn-pac` version `0.23.1` binaries for the s
2222
The binaries are compatible with `tkn` version `0.23.1`.
2323
====
2424
25-
In addition, you can install `tkn-pac` using the following methods:
26-
27-
[CAUTION]
28-
====
29-
The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
30-
====
31-
32-
* Install on Linux or Mac OS using the `brew` package manager:
33-
+
34-
[source,terminal]
35-
----
36-
$ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
37-
----
38-
+
39-
You can upgrade the package by running the following command:
40-
+
41-
[source,terminal]
42-
----
43-
$ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
44-
----
45-
46-
* Install as a container using `podman`:
47-
+
48-
[source,terminal]
49-
----
50-
$ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME}/.kube:/tmp/kube \
51-
-it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
52-
----
53-
+
54-
You can also use `docker` as a substitute for `podman`.
55-
56-
* Install from the GitHub repository using `go`:
57-
+
58-
[source,terminal]
59-
----
60-
$ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
61-
----
25+
// In addition, you can install `tkn-pac` using the following methods:
26+
27+
// [CAUTION]
28+
// ====
29+
// The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
30+
// ====
31+
32+
// * Install on Linux or Mac OS using the `brew` package manager:
33+
// +
34+
// [source,terminal]
35+
// ----
36+
// $ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
37+
// ----
38+
// +
39+
// You can upgrade the package by running the following command:
40+
// +
41+
// [source,terminal]
42+
// ----
43+
// $ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
44+
// ----
45+
46+
// * Install as a container using `podman`:
47+
// +
48+
// [source,terminal]
49+
// ----
50+
// $ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME}/.kube:/tmp/kube \
51+
// -it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
52+
// ----
53+
// +
54+
// You can also use `docker` as a substitute for `podman`.
55+
56+
// * Install from the GitHub repository using `go`:
57+
// +
58+
// [source,terminal]
59+
// ----
60+
// $ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
61+
// ----

0 commit comments

Comments
 (0)