houey / steampipe

Steampipe command line interface (CLI)

Home Page:https://steampipe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Steampipe CLI quick start

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.5.1

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:

About

Steampipe command line interface (CLI)

https://steampipe.io

License:GNU Affero General Public License v3.0


Languages

Language:Go 85.8%Language:SourcePawn 8.9%Language:Shell 4.1%Language:PLSQL 0.7%Language:JavaScript 0.6%Language:Makefile 0.0%