Erez Rokah

Results 123 issues of Erez Rokah

Cobra uses alphabetical sorting for commands. This is a good default, but can make more important command less visible: ![image](https://user-images.githubusercontent.com/26760571/177174897-ff2a2c6a-da1b-4801-bdd2-c2532f5fc765.png) For example in the above screenshot I would put `init`...

Some of our log messages start with a capital letter and some don't. We should ensure the messages are consistent and use a single style. See example to inconsistency in...

good first issue
theme: logging

### Is your feature request related to a problem? Please describe. We have 10 flags to configure logging: `verbose, enable-console-log, encode-json, enable-file-logging, disable-log-color, log-directory, log-file, max-size, max-backups, max-age` Some use...

enhancement
theme: logging

### Describe the Bug On providers with many tables and relations the CloudQuery fails with `out of shared memory (SQLSTATE 53200)` ### Expected Behavior CloudQuery should not fail with out...

bug

### Describe the Bug Given a long enough fetch and high enough number of diagnostics they are printed too close: ![image](https://user-images.githubusercontent.com/26760571/175010464-0bd23334-f2bb-45bd-887f-f5eb950fd72a.png) ### Expected Behavior There should be enough space between...

bug
good first issue

When someone runs `cloudquery init aws` we generate the following configuration: ```hcl cloudquery { provider "aws" { version = "latest" } .... ``` This means that if we break providers...

### Is your feature request related to a problem? Please describe. We purposely disable the progress bar on non interactive environments or when `enable-console-log` is set: https://github.com/cloudquery/cloudquery/blob/35637d7dba41666c5e44504a2ffce76c509eac30/pkg/ui/output.go#L77 A possible improvement...

enhancement
theme: logging

### Is your feature request related to a problem? Please describe. The `encode-json` only works when `enable-console-log` is enabled, see https://github.com/cloudquery/cloudquery/blob/b5af06b570558612c95407dceb4200f92640f335/internal/logging/logger.go#L61 However neither the name nor the description of the...

enhancement
theme: logging

### Describe the Bug We only partially respect the `NO_COLOR` env variable, see: `cloudquery fetch`: ![image](https://user-images.githubusercontent.com/26760571/172313800-3436449b-26fe-477a-9bcb-965c06109d87.png) `NO_COLOR=1 cloudquery fetch` ![image](https://user-images.githubusercontent.com/26760571/172313870-607e7330-51b7-4029-825a-7b1e33f4e4d5.png) `NO_COLOR=1 cloudquery fetch --enable-console-log` ![image](https://user-images.githubusercontent.com/26760571/172314066-74b6bae2-79d3-42af-9905-f2ea7f24c0d2.png) The latter is especially problematic...

bug
theme: logging

### Describe the Bug When running with `--encode-json` and `--enable-console-log`, for some commands the output is not valid JSON. ### Expected Behavior When running with `--encode-json` and `--enable-console-log` the output...

bug
theme: logging