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
22 changes: 21 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ to control your resources from the command line or any compatible interface.

## Install upctl

`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`:
`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, Docker image, or from sources with `go install`:

=== "Linux"

Expand Down Expand Up @@ -78,6 +79,25 @@ to control your resources from the command line or any compatible interface.
docker pull ghcr.io/upcloudltd/upctl:latest
```

=== "mise"

Install with [mise](https://mise.jdx.dev):

```sh
mise use upctl # or with -g for global
´´´

=== "aqua"

Install with [aqua](https://aquaproj.github.io), `aqua.yaml` example:

```yaml
registries:
- type: standard
packages:
- name: UpCloudLtd/upcloud-cli@v3.14.0
´´´

---

After installing `upctl`, you can run `upctl version` command to verify that the tool was installed successfully.
Expand Down