Puskar Basu
Puskar Basu
## Changelog _Bug fixes_ * Remove unnecessary INFO log statements in Memoize func. This fixes logging in the plugin export tools. ([#813](https://github.com/turbot/steampipe-plugin-sdk/issues/813)) ## Checklist - [x] Perform pre-release manual Smoke...
Review all `--output` formats across different commands(control, query, benchmark, dashboard) list and run.
Should benchmark/control/query outputs support pretty/plain like list output? `powerpipe query run` has default output of snapshot, we expect `pretty`
Steps to reproduce: - Go to the directory containing the mod - Run `steampipe mod install` - Run `powerpipe benchmark list` - Powerpipe crashes - nil pointer dereference
Add ability to check if target name is mod name in benchmark and control runs. This would enable us to run `powerpipe benchmark run aws_compliance` if it is installed. This...