commands.sh

pulumi about

all

Print information about the Pulumi environment.

More info →

Options (3)

-j, --jsonboolean

Print information about the Pulumi environment in JSON format

Example: pulumi about {{[-j|--json]}}
-s, --stackboolean

Print information about the Pulumi environment of a specific stack

Example: pulumi about {{[-s|--stack]}} {{stack_name}}
-h, --helpboolean

Display help

Example: pulumi about {{[-h|--help]}}

Examples (4)

Print information about the Pulumi environment

Print information about the Pulumi environment in JSON format

pulumi about [-j|--json]

Print information about the Pulumi environment of a specific stack

pulumi about [-s|--stack] stack_name

Display help

pulumi about [-h|--help]
made by @shridhargupta | data from tldr-pages