mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 22:00:10 -05:00
64a545221d25691fdf6cd554bbbd08c8a2703d64
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.3 to 0.4.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.3...v0.4.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add support for parallel control execution. Only spawn a single plugin per steampipe connection - defer plugin spawning to a PluginManager service. CLoses#1073, Closes #1001
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.8%
HCL
26.6%
Shell
7.2%
Puppet
0.7%
HTML
0.6%
Other
1%
