~$ brew install turbot/tap/steampipe
~$ steampipe -v
steampipe version 1.0.0
~$ steampipe plugin install steampipe
Installed plugin: steampipe
~$ steampipe query "select name from steampipe_registry_plugin;"
+------------------+| name |+------------------+| turbot/aws || turbot/steampipe || turbot/azure || ... |+------------------+
Steampipe's one step installer downloaded the steampipe
binary, installed it into /usr/local/bin
, and then created a .steampipe
directory in your home directory with all the supporting libraries and configuration needed to get started (including PostgreSQL). Now, get to work!
~$ brew upgrade turbot/tap/steampipe
Our recommended source for latest releases is the turbot/tap
repository, which is kept up to date automatically.
But, because of its popularity, the Homebrew Core team also maintains a formula for Steampipe. It is also available for use, but may lag the latest releases on turbot/tap
due to the approval process.
Steampipe is also available as a binary executable (or you can build from source). To manually install Steampipe, unzip the executable and move it to a directory included in your system's PATH
.
You can access the source, zipped executables and binary checksums from the releases section of the Steampipe Github repo.