mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-27 19:00:07 -04:00
5456569528103ffce5eabf6da76a8e6bfcb63628
Bumps [github.com/gertd/go-pluralize](https://github.com/gertd/go-pluralize) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/gertd/go-pluralize/releases) - [Commits](https://github.com/gertd/go-pluralize/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/gertd/go-pluralize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When initialising db, check whether the ImageRef of the installed db is correct and if not, reinstall. Closes #2026
Update control running to retry acquireSession in case of error, and report error in case of failure. Closes #1951
If updated db package of same postgres version is detected, install binaries without doing a full DB install. Closes #2038
Move backup trimming to after the backup has been written - prevents backups folder being created unnecessarily. Closes #2049
Fix pasting a query during cli initialization causing it to be duplicated on the screen. Closes #1980
Update reports functionality. Add reflection tables for report entities. Automatically install report assets. Closes #1265. Closes #567 Closes #1364
Adds updates to Dockerfile for postgres 14 and also disables telemetry signals for built containers. Closes #1941
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%
