File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : Tekton CLI (tkn)
33
4- draft : true
5-
64author : Jason Andrews
75official_docs : https://tekton.dev/docs/cli/
86
5351
5452## How do I download and install the Tekton CLI?
5553
56- There are multiple ways to install the Tekton CLI. The methods below download the latest stable version directly from the GitHub releases .
54+ You can install the Tekton CLI in multiple ways . The following methods download the latest stable release directly from GitHub.
5755
5856### Install on Arm Linux
5957
@@ -65,6 +63,10 @@ curl -LO https://github.com/tektoncd/cli/releases/download/${TKN_VERSION}/tekton
6563sudo apt install ./tektoncd-cli-${TKN_VERSION# v} _Linux-ARM64.deb
6664```
6765
66+ {{% notice Tip %}}
67+ If the version query fails, you can manually set ` TKN_VERSION ` to a known stable version like ` v0.41.0 ` .
68+ {{% /notice %}}
69+
6870### Install on macOS
6971
7072To install the Tekton CLI on macOS with Apple Silicon:
You can’t perform that action at this time.
0 commit comments