Downloads:
4,089
Downloads of v 1.49.0:
28
Last Update:
09 Nov 2024
Package Maintainer(s):
Software Author(s):
- Hetzner Cloud GmbH
Tags:
hcloud cli hetzner cloud server manager command line interface- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
hetznercloud cli (hcloud)
- 1
- 2
- 3
1.49.0 | Updated: 09 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,089
Downloads of v 1.49.0:
28
Maintainer(s):
Software Author(s):
- Hetzner Cloud GmbH
hetznercloud cli (hcloud) 1.49.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Hetzner Cloud GmbH. The inclusion of Hetzner Cloud GmbH trademark(s), if any, upon this webpage is solely to identify Hetzner Cloud GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install hetznercloud cli (hcloud), run the following command from the command line or from PowerShell:
To upgrade hetznercloud cli (hcloud), run the following command from the command line or from PowerShell:
To uninstall hetznercloud cli (hcloud), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download hcloud --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade hcloud -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade hcloud -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install hcloud
win_chocolatey:
name: hcloud
version: '1.49.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'hcloud' do
action :install
source 'INTERNAL REPO URL'
version '1.49.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller hcloud
{
Name = "hcloud"
Version = "1.49.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'hcloud':
ensure => '1.49.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 09 Nov 2024.
hcloud
is a command-line interface for interacting with Hetzner Cloud.
Getting Started
- Visit the Hetzner Cloud Console at console.hetzner.cloud,
select your project, and create a new API token. - Configure the
hcloud
program to use your token:
hcloud context create my-project
- You’re ready to use the program. For example, to get a list of available server
types, run:
hcloud server-type list
See hcloud help
for a list of commands.
NOTE: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the Contact Maintainers
functionality to alert me.
Log in or click on link to see number of positives.
- hcloud.1.49.0.nupkg (377488249b06) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
hetznercloud cli (hcloud) 1.49.0 | 28 | Saturday, November 9, 2024 | Approved | |
hetznercloud cli (hcloud) 1.48.0 | 28 | Friday, October 25, 2024 | Approved | |
hetznercloud cli (hcloud) 1.47.0 | 60 | Friday, August 30, 2024 | Approved | |
hetznercloud cli (hcloud) 1.46.0 | 58 | Thursday, July 25, 2024 | Approved | |
hetznercloud cli (hcloud) 1.45.0 | 39 | Wednesday, July 17, 2024 | Approved | |
hetznercloud cli (hcloud) 1.44.2 | 45 | Thursday, July 4, 2024 | Approved | |
hetznercloud cli (hcloud) 1.44.1 | 31 | Wednesday, June 26, 2024 | Approved | |
hetznercloud cli (hcloud) 1.44.0 | 49 | Thursday, June 20, 2024 | Approved | |
hetznercloud cli (hcloud) 1.43.1 | 77 | Wednesday, April 24, 2024 | Approved | |
hetznercloud cli (hcloud) 1.43.0 | 54 | Wednesday, April 3, 2024 | Approved | |
hetznercloud cli (hcloud) 1.42.0 | 64 | Friday, February 2, 2024 | Approved | |
hetznercloud cli (hcloud) 1.41.1 | 75 | Thursday, December 21, 2023 | Approved | |
hetznercloud cli (hcloud) 1.41.0 | 51 | Thursday, December 14, 2023 | Approved | |
hetznercloud cli (hcloud) 1.40.0 | 66 | Wednesday, November 15, 2023 | Approved | |
hetznercloud cli (hcloud) 1.39.0 | 76 | Wednesday, October 25, 2023 | Approved | |
hetznercloud cli (hcloud) 1.38.3 | 54 | Monday, October 16, 2023 | Approved | |
hetznercloud cli (hcloud) 1.38.2 | 53 | Saturday, October 14, 2023 | Approved | |
hetznercloud cli (hcloud) 1.37.0 | 90 | Thursday, August 17, 2023 | Approved | |
hetznercloud cli (hcloud) 1.36.0 | 82 | Thursday, June 22, 2023 | Approved | |
hetznercloud cli (hcloud) 1.35.0 | 58 | Tuesday, June 13, 2023 | Approved | |
hetznercloud cli (hcloud) 1.34.1 | 78 | Thursday, June 1, 2023 | Approved | |
hetznercloud cli (hcloud) 1.34.0 | 74 | Monday, May 15, 2023 | Approved | |
hetznercloud cli (hcloud) 1.33.2 | 54 | Wednesday, May 10, 2023 | Approved | |
hetznercloud cli (hcloud) 1.33.1 | 86 | Monday, April 17, 2023 | Approved | |
hetznercloud cli (hcloud) 1.33.0 | 71 | Wednesday, April 12, 2023 | Approved | |
hetznercloud cli (hcloud) 1.32.0 | 65 | Saturday, March 18, 2023 | Approved | |
hetznercloud cli (hcloud) 1.31.1 | 102 | Thursday, December 8, 2022 | Approved | |
hetznercloud cli (hcloud) 1.30.4 | 89 | Friday, November 11, 2022 | Approved | |
hetznercloud cli (hcloud) 1.30.3 | 111 | Tuesday, August 16, 2022 | Approved | |
hetznercloud cli (hcloud) 1.30.2 | 76 | Monday, August 8, 2022 | Approved | |
hetznercloud cli (hcloud) 1.30.1 | 83 | Thursday, July 14, 2022 | Approved | |
hetznercloud cli (hcloud) 1.30.0 | 74 | Tuesday, June 28, 2022 | Approved | |
hetznercloud cli (hcloud) 1.29.5 | 97 | Monday, April 25, 2022 | Approved | |
hetznercloud cli (hcloud) 1.29.4 | 93 | Tuesday, April 12, 2022 | Approved | |
hetznercloud cli (hcloud) 1.29.0 | 157 | Wednesday, November 3, 2021 | Approved | |
hetznercloud cli (hcloud) 1.28.1 | 121 | Friday, September 3, 2021 | Approved | |
hetznercloud cli (hcloud) 1.28.0 | 110 | Wednesday, August 18, 2021 | Approved | |
hetznercloud cli (hcloud) 1.27.0 | 94 | Monday, August 16, 2021 | Approved | |
hetznercloud cli (hcloud) 1.26.1 | 86 | Friday, August 6, 2021 | Approved | |
hetznercloud cli (hcloud) 1.26.0 | 81 | Tuesday, August 3, 2021 | Approved | |
hetznercloud cli (hcloud) 1.25.1 | 99 | Thursday, July 1, 2021 | Approved | |
hetznercloud cli (hcloud) 1.25.0 | 93 | Wednesday, June 30, 2021 | Approved | |
hetznercloud cli (hcloud) 1.24.0 | 113 | Saturday, June 19, 2021 | Approved | |
hetznercloud cli (hcloud) 1.23.0 | 127 | Friday, May 28, 2021 | Approved | |
hetznercloud cli (hcloud) 1.22.1 | 130 | Tuesday, April 6, 2021 | Approved | |
hetznercloud cli (hcloud) 1.21.1 | 128 | Wednesday, March 17, 2021 | Approved | |
hetznercloud cli (hcloud) 1.21.0 | 119 | Wednesday, March 10, 2021 | Approved | |
hetznercloud cli (hcloud) 1.20.0 | 157 | Saturday, January 16, 2021 | Approved | |
hetznercloud cli (hcloud) 1.16.2 | 183 | Thursday, July 9, 2020 | Approved |
Copyright (c) 2018 Hetzner Cloud GmbH
-
- hcloud.portable (≥ 1.49.0)
Ground Rules:
- This discussion is only about hetznercloud cli (hcloud) and the hetznercloud cli (hcloud) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or hetznercloud cli (hcloud), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.