Jonas L.

Results 545 comments of Jonas L.

I agree that we should support non-interactive mode, I think have an "assume yes" to bypass any yes/no prompt would be helpful in this scenario. But this might require a...

This is currently low priority, as one can always use the HCLOUD_TOKEN environment variable when running a script. Using a context for a script seem to be a really specific...

I am having the same problem with the context flag: ```sh $ hcloud config get token --allow-sensitive --context hc-personal # Nope $ hcloud --context hc-personal config get token --allow-sensitive #...

Here is an example: https://github.com/hetznercloud/packer-plugin-hcloud/compare/main...tmp-use-actionutil.allforresource

We might want to make this configurable, e.g. we have a difference between the terraform logs and our CLI. Maybe using a logging library is easier?

I am against enforcing this, this will lead to git conflict that will either have to be retried with renovate or resolved manually. I prefer to be able to merge...

> Once a dependency is merged, renovate will rebase and re-run go mod tidy on the other PRs anyway. That's one of my points, I don't want to wait for...

I think the workflow in itself is also something we are against. Having this extra possibility of failing CI is annoying. A solution in between could be to run a...

As discussed with @phm07, he is taking over the maintenance of the dependencies. Since I'll not be the one merging the updates, I don't see any blocker for merging this.

Yes, I'll handle this. Do not lose too much time :)