-
Notifications
You must be signed in to change notification settings - Fork 92
Revise Windows installation instructions for hcloud #1259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -45,14 +45,22 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew: | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| brew install hcloud | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 1.4 Installation using scoop | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 1.4 Installation in Windows using winget or scoop | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| On Windows, you can install `hcloud` using scoop: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| On Windows, you can install `hcloud` using winget (Windows Package Manager) or scoop: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| winget install HetznerCloud.CLI | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| scoop install hcloud | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > [!NOTE] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > The WinGet package entry is not maintained by Hetzner but points to the official releases in GitHub | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > See: https://github.com/microsoft/winget-pkgs/tree/master/manifests/h/HetznerCloud/CLI | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+50
to
+63
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I would like to make this a warning and move it above the installation command. The user should read this carefully.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe it would make sense to add that versions might be late or can be skipped entirely. Looking at the repo, for example v1.56.0 is missing: https://github.com/microsoft/winget-pkgs/tree/master/manifests/h/HetznerCloud/CLI
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alternatively we could release winget packages ourselves, like it was already requested: #958 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ### 1.5 Using hcloud with Docker | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Instead of installing hcloud on the host, you can also use our docker image at `hetznercloud/cli`. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.