cli icon indicating copy to clipboard operation
cli copied to clipboard

A command-line interface for Hetzner Cloud

Results 81 cli issues
Sort by recently updated
recently updated
newest added

### TL;DR ``` $ hcloud server ssh -v myserver hcloud: unknown shorthand flag: 'v' in -v ``` ### Expected behavior It would be nice to be able to pass arbitrary...

feature

If `HCLOUD_DEBUG` is enabled and `HCLOUD_DEBUG_FILE` is set, the log file is truncated if it already exists. This leads to previous logs being lost. Instead, it should append to the...

bug

### TL;DR Our release binaries show an error when executed on macos. ### Expected behavior The binaries should run without issues on macos. ### Observed behavior macos shows an error...

bug

### TL;DR In some use cases, waiting for actions to complete does not make sens, for example deleting a server can be done in a fire and forget manner to...

feature
pinned

### TL;DR The golanglint-ci configuration has a lot of disabled linters. We must enable the linters again to keep improving the quality of the codebase. I recommend re-enabling a single...

test
refactor

### TL;DR The `included_traffic` displayed in the server type describe command is using a different `base` for the size unit from the rest of the sizes. ### Expected behavior Have...

bug
pinned

### TL;DR `hcloud config get token --allow-sensitive --context ` does not autocomplete with the context name, but with filenames. ### Expected behavior The auto-completion should propose context names. ### Observed...

bug

Right now, `hcloud primary-ip create` does not allow setting the `auto_delete` property.

feature

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | patch | `v1.60.1` -> `v1.60.3` | --- ### Release Notes golangci/golangci-lint (golangci/golangci-lint) ###...