Linux command
pulumi-about 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show Pulumi version and environment info
pulumi about
Show output as JSON
pulumi about --json
Include transitive plugin dependencies
pulumi about --transitive
Show info for a specific stack
pulumi about --stack [org/project/dev]
说明
pulumi about displays diagnostic information about the local Pulumi environment. Output covers the Pulumi CLI version, the host OS and architecture, the active backend (Pulumi Cloud, S3, Azure Blob, etc.), the current user, and the language runtime plus any installed resource plugins. When run inside a Pulumi project, it also reports the project name, runtime, and the currently selected stack. The information is primarily intended for support tickets and CI debugging — Pulumi staff frequently ask for the output when triaging bug reports.
参数
- -j, --json
- Emit output as JSON, suitable for scripting.
- -t, --transitive
- Include transitive language plugin dependencies in the output.
- -s, --stack _name_
- Run against a specific stack (defaults to the currently selected stack).
FAQ
What is the pulumi-about command used for?
pulumi about displays diagnostic information about the local Pulumi environment. Output covers the Pulumi CLI version, the host OS and architecture, the active backend (Pulumi Cloud, S3, Azure Blob, etc.), the current user, and the language runtime plus any installed resource plugins. When run inside a Pulumi project, it also reports the project name, runtime, and the currently selected stack. The information is primarily intended for support tickets and CI debugging — Pulumi staff frequently ask for the output when triaging bug reports.
How do I run a basic pulumi-about example?
Run `pulumi about` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -j, --json do in pulumi-about?
Emit output as JSON, suitable for scripting.