mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-24 11:00:53 -05:00
c232da12e95cb0830a5263f55f40edd4d45763a2
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Support installation and resolution of mod dependencies. Add steampipe_reference introspection table. Closes #978. Closes #972
Ensure plugin manager and db service state are managed as a unit - they should always be started and stopped together. Closes #1149
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
Update the update check output formatting to be consistent when there is both a plugin and steampipe update. closes #423
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148. Close #1152. Close #1085
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%
