diff --git a/pages/common/pulumi-about.md b/pages/common/pulumi-about.md new file mode 100644 index 0000000000..f4d3f3eb4d --- /dev/null +++ b/pages/common/pulumi-about.md @@ -0,0 +1,20 @@ +# pulumi about + +> Print information about the Pulumi environment. +> More information: . + +- Print information about the Pulumi environment: + +`pulumi about` + +- Print information about the Pulumi environment in JSON format: + +`pulumi about --json` + +- Print information about the Pulumi environment of a specific stack: + +`pulumi about --stack {{stack_name}}` + +- Display help: + +`pulumi about --help`