Update CLI help for provider command#174
Merged
yevgenypats merged 3 commits intocloudquery:mainfrom Aug 15, 2021
irmatov:update_provider_help
Merged
Update CLI help for provider command#174yevgenypats merged 3 commits intocloudquery:mainfrom irmatov:update_provider_help
provider command#174yevgenypats merged 3 commits intocloudquery:mainfrom
irmatov:update_provider_help
Conversation
Closed
roneli
approved these changes
Aug 11, 2021
Contributor
roneli
left a comment
There was a problem hiding this comment.
LGTM, @yevgenypats any comments?
yevgenypats
suggested changes
Aug 11, 2021
Contributor
yevgenypats
left a comment
There was a problem hiding this comment.
Looks good. A few wording changes suggestions.
cmd/provider.go
Outdated
| "github.com/spf13/cobra" | ||
| ) | ||
|
|
||
| var providerHelpMsg = "Provider command that unifies provider subcommands." |
Contributor
There was a problem hiding this comment.
"top-level command to interact with providers"
cmd/provider.go
Outdated
| Short: providerHelpMsg, | ||
| Long: providerHelpMsg, | ||
| Example: ` | ||
| # Downloads all providers mentioned in the configuration file: |
Contributor
There was a problem hiding this comment.
Downloads all providers specified in config.hcl:
cmd/provider_download.go
Outdated
| "github.com/spf13/viper" | ||
| ) | ||
|
|
||
| var providerDownloadHelpMsg = "Downloads all providers mentioned in the configuration file." |
Contributor
There was a problem hiding this comment.
Downloads all providers specified in config.hcl
cmd/provider_download.go
Outdated
| Short: providerDownloadHelpMsg, | ||
| Long: providerDownloadHelpMsg, | ||
| Example: ` | ||
| # Downloads all providers mentioned in the configuration file: |
Contributor
There was a problem hiding this comment.
Downloads all providers specified in config.hcl
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
…11.2 (#174) 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.11.1` -> `v0.11.2` | --- ### Release Notes <details> <summary>cloudquery/cq-provider-sdk</summary> ### [`v0.11.2`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.11.2) [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.11.1...v0.11.2) ##### Features - Calculate max goroutines based on file limit ([#​337](https://togithub.com/cloudquery/cq-provider-sdk/issues/337)) ([fb429b8](https://togithub.com/cloudquery/cq-provider-sdk/commit/fb429b882599ff88c1032e7509d6034a12af5147)) </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).
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.5.9](cloudquery/cq-provider-k8s@v0.5.8...v0.5.9) (2022-06-15) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.2 ([#174](cloudquery/cq-provider-k8s#174)) ([8496fae](cloudquery/cq-provider-k8s@8496fae)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.3 ([#176](cloudquery/cq-provider-k8s#176)) ([cc27338](cloudquery/cq-provider-k8s@cc27338)) --- 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
🤖 I have created a release *beep* *boop* --- ## [0.5.18](cloudquery/cq-provider-digitalocean@v0.5.17...v0.5.18) (2022-06-30) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.13.0 ([#173](cloudquery/cq-provider-digitalocean#173)) ([7088abf](cloudquery/cq-provider-digitalocean@7088abf)) --- 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
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.
No description provided.