You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ to control your resources from the command line or any compatible interface.
5
5
6
6
## Install upctl
7
7
8
-
`upctl` can be installed from a pre-built package in the repositories [GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases) using a package manager or from sources with `go install`:
8
+
`upctl` can be installed from a pre-built package in the repositories [GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases),
9
+
using a package manager, Docker image, or from sources with `go install`:
9
10
10
11
=== "Linux"
11
12
@@ -78,6 +79,25 @@ to control your resources from the command line or any compatible interface.
78
79
docker pull ghcr.io/upcloudltd/upctl:latest
79
80
```
80
81
82
+
=== "mise"
83
+
84
+
Install with [mise](https://mise.jdx.dev):
85
+
86
+
```sh
87
+
mise use upctl # or with -g for global
88
+
´´´
89
+
90
+
=== "aqua"
91
+
92
+
Install with [aqua](https://aquaproj.github.io), `aqua.yaml` example:
93
+
94
+
```yaml
95
+
registries:
96
+
- type: standard
97
+
packages:
98
+
- name: UpCloudLtd/upcloud-cli@v3.14.0
99
+
´´´
100
+
81
101
---
82
102
83
103
After installing `upctl`, you can run `upctl version` command to verify that the tool was installed successfully.
0 commit comments