Downloads:
4,907
Downloads of v 1.48.0:
24
Last Update:
25 Oct 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
hcloud (Portable)
- 1
- 2
- 3
1.48.0 | Updated: 25 Oct 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,907
Downloads of v 1.48.0:
24
Maintainer(s):
Software Author(s):
- Hetzner Cloud GmbH
hcloud (Portable) 1.48.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
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install hcloud (Portable), run the following command from the command line or from PowerShell:
To upgrade hcloud (Portable), run the following command from the command line or from PowerShell:
To uninstall hcloud (Portable), 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.portable --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.portable -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.portable -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.portable
win_chocolatey:
name: hcloud.portable
version: '1.48.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'hcloud.portable' do
action :install
source 'INTERNAL REPO URL'
version '1.48.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller hcloud.portable
{
Name = "hcloud.portable"
Version = "1.48.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'hcloud.portable':
ensure => '1.48.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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
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 25 Oct 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.
$ErrorActionPreference = 'Stop';
$hcloudExe = Get-ChildItem $(Split-Path -Parent $MyInvocation.MyCommand.Definition) | Where-Object -Property Name -Match "hcloud.exe"
if (-Not($hcloudExe))
{
Write-Error -Message "hcloud exe is not found, please contact the maintainer of the package" -Category ResourceUnavailable
}
Write-Host "found hcloud exe in $($hcloudExe.FullName)"
Write-Host "attempting to remove it"
Remove-Item $hcloudExe.FullName
Log in or click on link to see number of positives.
- hcloud.portable.1.48.0.nupkg (c92d5a79b865) - ## / 66
- hcloud-windows-amd64.zip (05d9a575030d) - ## / 68
- hcloud-windows-386.zip (b4522891d9e3) - ## / 68
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 |
---|---|---|---|---|
hcloud (Portable) 1.48.0 | 24 | Friday, October 25, 2024 | Approved | |
hcloud (Portable) 1.47.0 | 57 | Friday, August 30, 2024 | Approved | |
hcloud (Portable) 1.46.0 | 55 | Thursday, July 25, 2024 | Approved | |
hcloud (Portable) 1.45.0 | 35 | Wednesday, July 17, 2024 | Approved | |
hcloud (Portable) 1.44.2 | 41 | Thursday, July 4, 2024 | Approved | |
hcloud (Portable) 1.44.1 | 37 | Wednesday, June 26, 2024 | Approved | |
hcloud (Portable) 1.44.0 | 43 | Thursday, June 20, 2024 | Approved | |
hcloud (Portable) 1.43.1 | 67 | Monday, April 22, 2024 | Approved | |
hcloud (Portable) 1.43.0 | 57 | Wednesday, April 3, 2024 | Approved | |
hcloud (Portable) 1.42.0 | 72 | Thursday, February 1, 2024 | Approved | |
hcloud (Portable) 1.41.1 | 78 | Thursday, December 21, 2023 | Approved | |
hcloud (Portable) 1.41.0 | 47 | Wednesday, December 13, 2023 | Approved | |
hcloud (Portable) 1.40.0 | 85 | Tuesday, November 14, 2023 | Approved | |
hcloud (Portable) 1.39.0 | 72 | Wednesday, October 25, 2023 | Approved | |
hcloud (Portable) 1.38.3 | 57 | Monday, October 16, 2023 | Approved | |
hcloud (Portable) 1.38.2 | 46 | Friday, October 13, 2023 | Approved | |
hcloud (Portable) 1.37.0 | 99 | Thursday, August 17, 2023 | Approved | |
hcloud (Portable) 1.36.0 | 89 | Thursday, June 22, 2023 | Approved | |
hcloud (Portable) 1.35.0 | 73 | Tuesday, June 13, 2023 | Approved | |
hcloud (Portable) 1.34.1 | 75 | Thursday, June 1, 2023 | Approved | |
hcloud (Portable) 1.34.0 | 70 | Monday, May 15, 2023 | Approved | |
hcloud (Portable) 1.33.2 | 58 | Tuesday, May 9, 2023 | Approved | |
hcloud (Portable) 1.33.1 | 97 | Monday, April 17, 2023 | Approved | |
hcloud (Portable) 1.33.0 | 74 | Wednesday, April 12, 2023 | Approved | |
hcloud (Portable) 1.32.0 | 79 | Friday, March 17, 2023 | Approved | |
hcloud (Portable) 1.31.1 | 119 | Wednesday, December 7, 2022 | Approved | |
hcloud (Portable) 1.30.4 | 83 | Friday, November 11, 2022 | Approved | |
hcloud (Portable) 1.30.3 | 115 | Tuesday, August 16, 2022 | Approved | |
hcloud (Portable) 1.30.2 | 78 | Monday, August 8, 2022 | Approved | |
hcloud (Portable) 1.30.1 | 109 | Wednesday, July 13, 2022 | Approved | |
hcloud (Portable) 1.30.0 | 87 | Tuesday, June 28, 2022 | Approved | |
hcloud (Portable) 1.29.5 | 106 | Monday, April 25, 2022 | Approved | |
hcloud (Portable) 1.29.4 | 93 | Friday, April 1, 2022 | Approved | |
hcloud (Portable) 1.29.0 | 148 | Wednesday, November 3, 2021 | Approved | |
hcloud (Portable) 1.28.1 | 134 | Friday, September 3, 2021 | Approved | |
hcloud (Portable) 1.28.0 | 114 | Tuesday, August 17, 2021 | Approved | |
hcloud (Portable) 1.27.0 | 92 | Monday, August 16, 2021 | Approved | |
hcloud (Portable) 1.26.1 | 112 | Thursday, August 5, 2021 | Approved | |
hcloud (Portable) 1.26.0 | 88 | Tuesday, August 3, 2021 | Approved | |
hcloud (Portable) 1.25.1 | 101 | Thursday, July 1, 2021 | Approved | |
hcloud (Portable) 1.25.0 | 97 | Wednesday, June 30, 2021 | Approved | |
hcloud (Portable) 1.24.0 | 112 | Thursday, June 17, 2021 | Approved | |
hcloud (Portable) 1.23.0 | 118 | Friday, May 28, 2021 | Approved | |
hcloud (Portable) 1.22.1 | 128 | Tuesday, April 6, 2021 | Approved | |
hcloud (Portable) 1.22.0 | 107 | Wednesday, March 31, 2021 | Approved | |
hcloud (Portable) 1.21.1 | 139 | Wednesday, March 17, 2021 | Approved | |
hcloud (Portable) 1.21.0 | 100 | Wednesday, March 10, 2021 | Approved | |
hcloud (Portable) 1.20.0 | 163 | Tuesday, November 3, 2020 | Approved | |
hcloud (Portable) 1.19.1 | 158 | Monday, August 31, 2020 | Approved | |
hcloud (Portable) 1.19.0 | 127 | Wednesday, August 26, 2020 | Approved | |
hcloud (Portable) 1.18.0 | 137 | Monday, August 10, 2020 | Approved | |
hcloud (Portable) 1.17.0 | 180 | Thursday, July 9, 2020 | Approved | |
hcloud (Portable) 1.16.2 | 175 | Thursday, July 2, 2020 | Approved |
Copyright (c) 2018 Hetzner Cloud GmbH
This package has no dependencies.
Ground Rules:
- This discussion is only about hcloud (Portable) and the hcloud (Portable) 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 hcloud (Portable), 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.