Toni Kangas
Toni Kangas
This PR would escape bash v2 completions when there are only one completion left and use line-break to separate completions when passing them to `compgen`. This should fix issues described...
Other shell completions escape whitespace in completions, but bash completions seems to add completions with whitespace as multiple suggestions or multiple arguments depending on bash version. I would expect also...
This does not change how these inputs are used: providing these values in the provider block has already been optional if credentials were defined as environment variables.
As of DBaaS 1.2.0 all properties are in snake case.
- [ ] `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
Waiting for next major release. Could refactor so that this only prepares the tests for removing the fields, so that this could be merged already.