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-04-09 01:00:10 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5c56bebe2ecdf29c7f6a07536ee6e4df12c25be
steampipe
/
pkg
/
interactive
History
Binaek Sarkar
a5c56bebe2
Fixes issue where spinner was not showing up in interactive prompt while a query was executing.
Closes
#3259
2023-03-24 14:43:23 +00:00
..
highlighter.go
Restructure steampipe repo to use pkg folder.
Closes
#2204
2022-06-27 11:36:03 +01:00
interactive_client_autocomplete.go
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates.
Closes
#3184
.
Closes
#3185
2023-03-03 18:45:40 +00:00
interactive_client_cancel.go
Restructure steampipe repo to use pkg folder.
Closes
#2204
2022-06-27 11:36:03 +01:00
interactive_client_init.go
Rationalising 'status hooks'. Do not show spinner when setting status, instead require an explicit
Show
.
#2432
2023-03-14 11:48:14 +00:00
interactive_client.go
Fixes issue where spinner was not showing up in interactive prompt while a query was executing.
Closes
#3259
2023-03-24 14:43:23 +00:00
interactive_helpers.go
Rationalise and optimize autocomplete.
Closes
#3149
2023-02-24 15:31:47 +00:00
run.go
Ensure correct exit code is returned when a mod plugin requirements are not met.
Closes
#2986
2023-01-18 14:43:44 +00:00