- Get started →
- Install your favorite plugins
- Documentation: Table definitions & examples
- Community: Slack Channel
- Get involved: Issues
Prerequisites:
- Golang Version 1.17 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 version
$ steampipe -v
steampipe version 0.10.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;
Please see the contribution guidelines and our code of conduct. All contributions are subject to the AGPLv3 open source license.
Guides:
help wanted
issues: