Skip to content
Draft
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions docs/tutorials/setup-hcloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

This tutorial will guide you through the process of setting up the hcloud CLI on your local machine.

<!-- BEGIN mktoc -->

- [Setup the hcloud CLI](#setup-the-hcloud-cli)
- [Prerequisites](#prerequisites)
- [1. Install the hcloud CLI](#1-install-the-hcloud-cli)
- [1.1 Manual installation](#11-manual-installation)
- [1.2 Installation using Go](#12-installation-using-go)
- [1.3 Installation using Homebrew](#13-installation-using-homebrew)
- [1.4 Installation using scoop](#14-installation-using-scoop)
- [1.5 Using hcloud with Docker](#15-using-hcloud-with-docker)
- [2. (Optional) Setup auto-completion](#2-optional-setup-auto-completion)
- [2.1 Bash](#21-bash)
- [2.2 Zsh](#22-zsh)
- [2.3 Fish](#23-fish)
- [2.4 PowerShell](#24-powershell)
- [3. Create a context](#3-create-a-context)
- [4. Verify everything works](#4-verify-everything-works)
<!-- END mktoc -->

## Prerequisites

Before you begin, ensure you have the following:
Expand Down
1 change: 1 addition & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ go = "1.25.5"
"github:goreleaser/goreleaser" = "v2.13.2" # renovate: datasource=github-releases depName=goreleaser/goreleaser
"github:anchore/quill" = "v0.5.1" # renovate: datasource=github-releases depName=anchore/quill
"github:jstemmer/go-junit-report" = "v2.1.0" # renovate: datasource=github-releases depName=jstemmer/go-junit-report
"github:KevinGimbel/mktoc" = "5.1.1" # renovate: datasource=github-releases depName=KevinGimbel/mktoc
Loading