Get Involved
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
Name | Type | Required? | Description |
---|---|---|---|
source | String | Optional | Path to the config file(s) with the connections to import. Defaults to ~/.steampipe/config/*.spc. |
connections | List<String> | Optional | A list of connection names to import. You may use the * globbing wildcard in these entries. The default is ["*"] (all connections). |
prefix | String | Optional | A string to prepend to the connection name to create the connection name. |
Examples
Import ALL Steampipe connections
or