mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
v0.4.x
query history only ignores a history item if it is identical to the most recent history item. fixes "runtime error: slice bounds out of range [1:0]". Closes #40
Ensure update notification is never displayed when running in query
batch mode. It was running the update check once if no update file existed. Closes #428
Update file watching to only use fsnotify to watch files - implement folder watch within steampipe. Closes #380
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.4.3
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 MPL-2.0 open source license.
Guides:
help wanted issues:
Languages
Go
63.8%
HCL
26.6%
Shell
7.2%
Puppet
0.7%
HTML
0.6%
Other
1%
