LinuxCommandLibrary

pulumi-about

Display Pulumi version and diagnostic information

TLDR

Print information about the Pulumi environment

$ pulumi about
copy

Print information about the Pulumi environment in JSON format
$ pulumi about --json
copy

Print information about the Pulumi environment of a specific stack
$ pulumi about --stack [stack_name]
copy

Display help
$ pulumi about --help
copy

SYNOPSIS

pulumi about

DESCRIPTION

The pulumi-about command provides detailed information about the Pulumi Command Line Interface (CLI) environment.
This includes the Pulumi version, the operating system, the architecture of the system where Pulumi is running and other relevant details.
It's useful for troubleshooting, debugging, and ensuring compatibility with different platforms and plugins. The output also includes the current Go version used, the location of the Pulumi executable, the location of the Pulumi configuration directory, and any environment variables that affect Pulumi's behavior. This command is primarily intended for users needing to diagnose issues or provide environment details when seeking support.
Essentially it is a shortcut to retrieving important Pulumi settings and related system information to help provide a better picture of the local pulumi environement

CAVEATS

The output might contain sensitive information like file paths. Ensure to redact such information before sharing the output publicly.

EXAMPLE USAGE

Running pulumi about will print all the relevant information to the console. There are no parameters to configure the way that this command works.

SEE ALSO

pulumi(1)

Copied to clipboard