kaidaguerre
kaidaguerre
We currently have the following context 'hooks' - `StatusHooks`, which is used to display the spinner during interactive query execution - `SnapshotProgress` used to display snapshot generation progress messages -...
The following shell script ``` export STEAMPIPE_INSTALL_DIR=foo_test rm -rf foo_test steampipe service start steampipe plugin install chaos steampipe query "select time_col from chaos_cache_check limit 1" steampipe query --output json "select...
see #2324
- a new `snapshot` output format (`--output`) will be added to `steampipe check`, `steampipe query`, and `steampipe dashboard` - `snapshot` is the 'standard' json output format for snapshots, as we...
This sometimes occurs when running ` teampipe check benchmark.cis_v150` with no service running It seems to be a deadlock between the refresh connection query and the benchmark query Log: ```...
All mods: ``` Kais-MacBook-Pro:custom_mod3 kai$ sp mod install Installed 3 mods: local └── github.com/kaidaguerre/[email protected] └── github.com/kaidaguerre/[email protected] └── github.com/kaidaguerre/[email protected] ``` just steampipe-mod-m3 ``` Kais-MacBook-Pro:custom_mod3 kai$ sp mod install Installed 1 mod:...