steampipe variable

Powerpipe is now the recommended way to run dashboards and benchmarks! Mods still work as normal in Steampipe for now, but they are deprecated and will be removed in a future release:

Manage steampipe variables in the current mod and its direct dependents.

Usage

steampipe variable [command] [flags]

Sub-Commands

CommandDescription
listList variables for the the current mod and its direct dependents.

Flags

FlagApplies toDescription
--mod-location stringlist
--output stringlistSelect a console output format: table or json (default table)

Examples

List variables:

steampipe variable list

List variables in json format:

steampipe variable list --output json