Merged
Conversation
9e9ca2d to
bf1d43c
Compare
bf1d43c to
3b1d456
Compare
roneli
approved these changes
Aug 7, 2021
Contributor
roneli
left a comment
There was a problem hiding this comment.
Looks good to me, we should get the tests working, it seems like it prints the console info in a terminal situation which is weird
roneli
reviewed
Aug 7, 2021
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.5.16](cloudquery/cq-provider-digitalocean@v0.5.15...v0.5.16) (2022-06-27) ### Bug Fixes * **deps:** fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.12.5 ([#167](cloudquery/cq-provider-digitalocean#167)) ([5298f7d](cloudquery/cq-provider-digitalocean@5298f7d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
…13.5 (#168) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cq-provider-sdk](https://togithub.com/cloudquery/cq-provider-sdk) | require | patch | `v0.13.4` -> `v0.13.5` | --- ### Release Notes <details> <summary>cloudquery/cq-provider-sdk</summary> ### [`v0.13.5`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.13.5) [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.13.4...v0.13.5) ##### Bug Fixes - Optional forced search_path ([#​415](https://togithub.com/cloudquery/cq-provider-sdk/issues/415)) ([89d6b92](https://togithub.com/cloudquery/cq-provider-sdk/commit/89d6b923e0fa1f878eb7fee12336f2214f1d7ee5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently all global flags that are rarely used are being printed to the screen on every help command which makes it very hard to read the relevant commands.
This PR hides the global flags in all commands help messages and they can be viewed by using
cloudquery options. Very similar idea is used inkubectl optionsfor the same purposes.This hides global flags in all commands and can be show by using
cloudquery options. This is very similar tokubectl optionsdesign.The new top-level help is now nice and clean: