mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-28 13:00:06 -04:00
aa62e997901cec677fc0736a7baa97520adf10fd
Fix errors during async interactive startup leaving the prompt in a bad state. Refactor the ResultsStreamer to avoid needing to call Done() before restarting the prompt. Closes #716. Closes #728
Revert changes made for multiline control errors, as these are not incorporated in go-kit. Closes #706
Update transaction creation code to not use a context with a timeout - this timeout was applied to transaction lifetime as well as creation time. #733
Fix for spinner not getting shown if interactive prompt is waiting for init to finish before query. Closes #671
Update plugin install to temp files underneath the plugin directory during plugin install. Closes #600. Closes #527
Error message should be more verbose/helpful when failing due to connection name with hyphens/invalid chars in them. closes #504
Update the update check output formatting to be consistent when there is both a plugin and steampipe update. closes #423
Add acceptance test for "When an aggregator connection is evaluating a wildcard, only include connections with compatible type". Closes #720
Steampipe CLI quick start
- Get started →
- Install your favorite plugins
- Documentation: Table definitions & examples
- Community: Slack Channel
- Get involved: Issues
Developing
Prerequisites:
- Golang Version 1.16 or higher.
Clone:
git clone git@github.com:turbot/steampipe
cd steampipe
Build, which automatically installs the new version to your /usr/local/bin/steampipe directory:
make
Check the verison
$ steampipe -v
steampipe version 0.7.0
Install a plugin
$ steampipe plugin install steampipe
Try it!
steampipe query
> .inspect steampipe
+-----------------------------------+-----------------------------------+
| TABLE | DESCRIPTION |
+-----------------------------------+-----------------------------------+
| steampipe_registry_plugin | Steampipe Registry Plugins |
| steampipe_registry_plugin_version | Steampipe Registry Plugin Version |
+-----------------------------------+-----------------------------------+
> select * from steampipe_registry_plugin;
Contributing
Please see the contribution guidelines and our code of conduct. All contributions are subject to the AGPLv3 open source license.
Guides:
help wanted issues:
Languages
Go
63.7%
HCL
26.4%
Shell
7.5%
Puppet
0.7%
HTML
0.6%
Other
1%
