cli
cli copied to clipboard
A command-line interface for Hetzner Cloud
It would be nice if there was a subcommand for getting all the pricing information that can be retrieved from the pricing API in a tabular form. Also, I'm new...
I am using version 1.30.1 of the cli. We use the following command to remove a cloud server from a load balancer: ```sh hcloud load-balancer remove-target mega-apply-web --server 12345678 ```...
I have two contexts - production - development I have a token for each context - they are correct and of 64bit length - development = `YSSH...` - production =...
Currently (disk) sizes are provided with e.g. "GB" units, which usually mean base 10 ("SI") numbers with 1GB being 1.000.000.000 bytes. Unfortunately the disk sizes provided are base 2 numbers,...
This flag has been deprecated (and not working) since 2018: https://github.com/hetznercloud/cli/pull/147
This PR makes command usage documentation consistent by enforcing [docopt](http://docopt.org/) rules and also defining and documenting other additional conventions. Fixes #708
This PR adds an update checker that checks for a new GitHub release every 24 hours and compares it to the current version.
### TL;DR The following two --help outputs have inconsistent usage description: ``` Usage: hcloud server attach-to-network [FLAGS] SERVER Usage: hcloud network add-subnet NETWORK FLAGS ``` Order of flags and arguments...
### TL;DR As a User, I have the use case of deleting all the resources in one project in one go. Given we don't have projects API available in hcloud-go...
:robot: I have created a release *beep* *boop* --- ## [1.42.1](https://github.com/hetznercloud/cli/compare/v1.42.0...v1.42.1) (2024-03-05) ### Bug Fixes * removing last rule from firewall fails with invalid_input error ([#696](https://github.com/hetznercloud/cli/issues/696)) ([acab17c](https://github.com/hetznercloud/cli/commit/acab17c361373e5bd3b689708195fa48f18dbafb)) --- This PR...