phm07
phm07
We came to the conclusion that we want to provide a user-friendly way to represent oneOf schemas. (Same for managed/uploaded certificates). Since this is a bigger topic and only makes...
I'll implement the property in the CLI as we so we can check if it works Edit: See https://github.com/hetznercloud/cli/pull/1082
Closing for now, since we are still using the 1.21 toolchain. We can revisit this if we want to upgrade our toolchain.
Creating a context in non-interactive mode would mean that you would have to pass the token as a command argument. This is potentially unsafe and bad practice, since the token...
@jnovermars Can you try installing hcloud with: ```go install github.com/hetznercloud/cli/cmd/hcloud@token-from-env``` Then you can try using the following command: ```HCLOUD_TOKEN="x" hcloud context create dummy --token-from-env``` This should allow you to create...
I'm not sure what causes this. It might be a Cobra issue.
> I am against enforcing this, this will lead to git conflict that will either have to be retried with renovate or resolved manually. No, this will prevent conflicts, because...
> If we always run `go mod tidy` we force all dependents to upgrade their dependencies as well, to the versions we have defined here. `go mod tidy` doesn't upgrade...
> Having this extra possibility of failing CI is annoying The only possibility for the CI run to fail would be if you add, remove or upgrade dependencies, in which...
Waiting for #798 to be merged before this PR can be rebased & merged