This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
steampipe
Watch
1
Star
0
Fork
0
You've already forked steampipe
mirror of
https://github.com/turbot/steampipe.git
synced
2026-03-27 02:00:09 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d7d2b6b04a0cd1d73ef5ab1c7b487c8e563dea4
steampipe
/
display
History
kaidaguerre
aa6137e189
When cli displays error messages from plugins, they should be prefixed with plugin name. Do not show plugin error messages in JSON/CSV output.
Closes
#1110
.
Closes
#1071
2021-11-16 10:30:43 +00:00
..
column.go
Add support for parallel control execution. Only spawn a single plugin per steampipe connection - defer plugin spawning to a PluginManager service. CLoses#1073,
Closes
#1001
2021-11-04 11:29:28 +00:00
display.go
When cli displays error messages from plugins, they should be prefixed with plugin name. Do not show plugin error messages in JSON/CSV output.
Closes
#1110
.
Closes
#1071
2021-11-16 10:30:43 +00:00
installreport.go
Refactor display code for
plugin update
and
plugin install
.
Closes
#274
2021-03-26 12:41:29 +00:00
pager.go
Add support to fall back to
more
(if available) - where
less
is not available in the environment.
Closes
#1072
2021-11-11 14:44:14 +00:00
spinner.go
Fixes issue where spinner message is not shown for FDW update.
Closes
#643
2021-07-19 13:42:02 +01:00
terminal.go
Add support for variables.
Closes
#754
2021-08-06 11:10:53 +01:00