The highest tagged major version is
v2 .
Discover Packages
github.com/turbot/steampipe
command
module
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: May 13, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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.4.3
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 MPL-2.0 open source license .
Guides:
help wanted issues:
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
definitions
results
* This package is for all interfaces that are imported in multiple packages in the code base This package MUST never import any other `steampipe` package *
* This package is for all interfaces that are imported in multiple packages in the code base This package MUST never import any other `steampipe` package *
Package version :: The version package provides a location to set the release versions for all packages to consume, without creating import cycles.
Package version :: The version package provides a location to set the release versions for all packages to consume, without creating import cycles.
Click to show internal directories.
Click to hide internal directories.