mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
d86c76fdd1f8ab677a2ee36f032bad1bfd6a9dfd
Connection config watching failing to add connection schema when connections are added. Closes #2295
Automate the updation of brew formula whenever a new steampipe version is released. Closes #2227 (#2218)
Adds updates to Dockerfile for postgres 14 and also disables telemetry signals for built containers. Closes #1941
Update install script to support installation of arm64 for Darwin and aarch64 for Linux. Closes #1887
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.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;
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%
