HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pulumi about — Print information about the Pulumi environment. More information: <https://www.pulumi.com/docs/iac/c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandpulumi aboutcliinformationprintaboutpulumi

Problem

How to use the pulumi about command: Print information about the Pulumi environment. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_about/>.

Solution

pulumi about — Print information about the Pulumi environment. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_about/>.

Print information about the Pulumi environment:
pulumi about


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]}}

Code Snippets

Print information about the Pulumi environment

pulumi about

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]}}

Context

tldr-pages: common/pulumi about

Revisions (0)

No revisions yet.