mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
454 B
Markdown
20 lines
454 B
Markdown
# 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`
|