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 1
1
---
2
2
title : Tekton CLI (tkn)
3
3
4
- draft : true
5
-
6
4
author : Jason Andrews
7
5
official_docs : https://tekton.dev/docs/cli/
8
6
53
51
54
52
## How do I download and install the Tekton CLI?
55
53
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.
57
55
58
56
### Install on Arm Linux
59
57
@@ -65,6 +63,10 @@ curl -LO https://github.com/tektoncd/cli/releases/download/${TKN_VERSION}/tekton
65
63
sudo apt install ./tektoncd-cli-${TKN_VERSION# v} _Linux-ARM64.deb
66
64
```
67
65
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
+
68
70
### Install on macOS
69
71
70
72
To install the Tekton CLI on macOS with Apple Silicon:
You can’t perform that action at this time.
0 commit comments