1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 18:15:24 +02:00
tldr/pages/common/pulumi-about.md
2025-05-10 22:36:11 +05:30

20 lines
481 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 {{[-j|--json]}}`
- Print information about the Pulumi environment of a specific stack:
`pulumi about {{[-s|--stack]}} {{stack_name}}`
- Display help:
`pulumi about {{[-h|--help]}}`