phm07

Results 53 comments of phm07

Since we have to wait for the API to implement this feature, I will close this issue as not planned for now. Once the API supports it, we will add...

I'm not sure if it is a good idea to add this to the CLI, as this command is very dangerous and probably not that often used. Also it's not...

Should be fixed with #720. Can you please confirm that it works for you with - `go install github.com/hetznercloud/cli/cmd/hcloud@6cea4cd` - or `go run github.com/hetznercloud/cli/cmd/hcloud@6cea4cd load-balancer update-service staging-keycloak --http-certificates 1261648 --listen-port...

#795 will add the feature you described. Changes to how the configuration works were necessary to allow for a clean and extendable implementation. Here's how you will be able to...

> If we decide to extend our CLI in this way, I would like to propose another feature. Being able to define context based default ssh-keys, like it is already...

Configurable sort preferences were introduced in #795

Feature was implemented in #795 - see my comment here: https://github.com/hetznercloud/cli/pull/421#issuecomment-2220279864 Since the feature is now implemented I will close this issue as completed. Thanks for your suggestion!

We already improved the command usage descriptions in #709. They now uniformly comply to the [docopt](http://docopt.org/) standard. The error you see comes straight from the API because we currently do...

> What is the rationale behind this change ? > > I am not sure if this is valid. As the `*_ips` fields are only required depending on the `direction`....

> I also noticed that the viper library already ships our previous toml library, so might be shipping both. Are we ok with the binary size? I'll put the toml...