powerpipe variable

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

Usage

powerpipe variable list [args]
powerpipe variable show variable_name [args]

Sub-Commands

CommandDescription
listList variables from the current mod and its direct dependents.
showShow details of a variable from the current mod or its direct dependents.

powerpipe variable list

List variables from the current mod and its direct dependents.

Examples

List variables:

powerpipe variable list

List all variables in JSON format:

powerpipe variable list --output json

List variables using settings from a workspace:

powerpipe variable list --workspace my_workspace

powerpipe variable show

Show details of a variable from the current mod or its direct dependents.

Examples

Show details of a single variable in the current mod:

powerpipe variable show mandatory_tags

Show details of a single variable in a direct dependency mod:

powerpipe variable show aws_tags.mandatory_tags

Show details of a variable in JSON format:

powerpipe variable show mandatory_tags --output json

Show details of a variable using settings from a workspace:

powerpipe variable show mandatory_tags -workspace my_workspace