2024-09-21 10:11:19 -07:00
|
|
|
# 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:
|
|
|
|
|
2025-05-10 20:06:11 +03:00
|
|
|
`pulumi about {{[-j|--json]}}`
|
2024-09-21 10:11:19 -07:00
|
|
|
|
|
|
|
- Print information about the Pulumi environment of a specific stack:
|
|
|
|
|
2025-05-10 20:06:11 +03:00
|
|
|
`pulumi about {{[-s|--stack]}} {{stack_name}}`
|
2024-09-21 10:11:19 -07:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2025-05-10 20:06:11 +03:00
|
|
|
`pulumi about {{[-h|--help]}}`
|