pulumi-about: add page (#13768)

This commit is contained in:
Nelson Figueroa 2024-09-21 10:11:19 -07:00 committed by GitHub
parent 740662f42b
commit 2f5cb51df6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,20 @@
# 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 --json`
- Print information about the Pulumi environment of a specific stack:
`pulumi about --stack {{stack_name}}`
- Display help:
`pulumi about --help`