From bd0d807d2b7889714fa4dacbb80d1f21d9009024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 31 Jan 2025 12:59:03 +0200 Subject: [PATCH] docs: add mise and aqua installs, more prominent docker --- docs/index.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a1ff1865a..15b1645c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" @@ -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.