steampipe

The steampipe connection import resource allows you to bulk import connections from Steampipe connections. This allows you to import the plugin connections from your Steampipe installation into Flowpipe.

Arguments

NameTypeRequired?Description
sourceStringOptionalPath to the config file(s) with the connections to import. Defaults to ~/.steampipe/config/*.spc.
connectionsList<String>OptionalA list of connection names to import. You may use the * globbing wildcard in these entries. The default is ["*"] (all connections).
prefixStringOptionalA string to prepend to the connection name to create the connection name.

Examples

Import ALL Steampipe connections

or

Import ALL Steampipe connections and prefix them

Import specific Steampipe connections only