From 2f5cb51df62286c3b720e16b7b042af333d68c09 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:11:19 -0700 Subject: [PATCH] pulumi-about: add page (#13768) --- pages/common/pulumi-about.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/pulumi-about.md diff --git a/pages/common/pulumi-about.md b/pages/common/pulumi-about.md new file mode 100644 index 000000000..f4d3f3eb4 --- /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`