upcloud-cli
upcloud-cli copied to clipboard
UpCloud command line client (upctl)
- [ ] Change target branch to `main`
Add `kubernetes config` command to be printed via stdout or written in a given file.
Changed config test to check if any username and any password are set as environmental values conflicted with the original version.
When I just tried to use the cli again I got a core dump, I'm not sure if its specific to my system, but if I use `go install` to...
- [ ] `examples/README.md` - [ ] Add link from main `README.md` to `examples/` - [ ] Update/remove examples in main `README.md`
Examples usage: ``` $ upctl db properties pg Property Create only Type Example ───────────────────────────────────── ───────────── ───────────────── ────────────────────────────────────────────────────── admin_password yes string or null z66o9QXqKM admin_username yes string or null avnadmin automatic_utility_network_ip_filter...
This is one idea on how to start cleaning up `internal/commands/all/all.go`. This would just distribute building of the commands to multiple places so not sure if this would be good...
This would move inline text manual snapshots into files managed by [cupaloy](https://github.com/bradleyjkemp/cupaloy). Makes it easier to manage snapshots without manual copy-pasting and would make it easier to add different snapshots...
- [x] Depends on #139 - [ ] Depends on fix for https://github.com/spf13/cobra/issues/1740 - [ ] Remove replace directive from go.mod Implements #134