Skip to content

Instantly share code, notes, and snippets.

@danielwagn3r
Last active March 11, 2021 08:08
Show Gist options
  • Save danielwagn3r/46d5781676d0660c1c31d301df199b50 to your computer and use it in GitHub Desktop.
Save danielwagn3r/46d5781676d0660c1c31d301df199b50 to your computer and use it in GitHub Desktop.
Scoop App manifests

hcloud: Command-line interface for Hetzner Cloud

Prerequisites

Installation

scoop install  https://gist.githubusercontent.com/danielwagn3r/46d5781676d0660c1c31d301df199b50/raw/70645b8e1979c35d3a56c8b4edd9ebec18429d0c/hcloud.json
{
"version": "1.21.0",
"description": "hcloud: Command-line interface for Hetzner Cloud",
"homepage": "https://github.com/hetznercloud/cli",
"license": {
"identifier": "MIT",
"url": "https://github.com/hetznercloud/cli/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.21.0/hcloud-windows-amd64.zip",
"hash": "7478f92d977d1151c93f3cbb13ecb0b1f8f0f4cff88310e8f8cc1acfcbf023dd"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.21.0/hcloud-windows-386.zip",
"hash": "b990eca66bbc41a0086ac4e79b69b6777dc57b562e78faa84297624c503893c5"
}
},
"bin": "hcloud.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-386.zip"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment