Commit graph

4 commits

Author SHA1 Message Date
bb2ca48200
fix(cli): completion requires HCLOUD_TOKEN (#19)
The current setup of the CLI requires the user to set HCLOUD_TOKEN for
every single invocation of the binary. Even if we just want to
autocomplete some arguments or even generate the completion scripts in
CI.

This fixes the bug by only initializing the hcloud-go client in the
"cleanup" and "upload" subcommands.
2024-05-10 18:06:38 +02:00
847b696c74 feat(cli): docs grouping and version 2024-05-05 00:05:09 +02:00
c9ab40b539 feat: documentation and cleanup command 2024-05-04 22:13:33 +02:00
4b77b81689 refactor: change package names 2024-05-02 21:42:36 +02:00
Renamed from cmd/hcloud-image/cmd/cleanup.go (Browse further)