mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
b92ff8a07477bfd52ffeae9042a04544f2ca50ff
Fixes issue where table names with special characters are not handled correctly in auto-complete and
.inspect. Closes #1109
Update workspace-database argument to handle connection strings starting with both postgres and postgresql. Closes #1199
Avoid conflict between plugin manager connection watcher and steampipe concurrently refreshing connections by ignoring initial file watcher event. Closes #1168
Fixes issue where a
check cancel was not waiting for query cancellation to finish, resulting in the service not stopping. Closes #1171
Support installation and resolution of mod dependencies. Add steampipe_reference introspection table. Closes #978. Closes #972
Fixes issue where table names with special characters are not handled correctly in auto-complete and
.inspect. Closes #1109
Fixes issue where table names with special characters are not handled correctly in auto-complete and
.inspect. Closes #1109
Fixes issue where table names with special characters are not handled correctly in auto-complete and
.inspect. Closes #1109
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%
