Linux command
pulumi-version 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show Pulumi version
pulumi version
说明
pulumi version prints the version number of the installed Pulumi CLI. Useful for verifying the installation and checking whether an upgrade is available.
参数
- --color _mode_
- Colorize output. Choices: `always`, `never`, `raw`, `auto` (default: `auto`).
- --non-interactive
- Disable interactive mode for all commands.
- --logflow
- Flow log settings to child processes such as plugins.
- --logtostderr
- Log to stderr instead of to files.
- -v, --verbose _level_
- Enable verbose logging at the given level.
FAQ
What is the pulumi-version command used for?
pulumi version prints the version number of the installed Pulumi CLI. Useful for verifying the installation and checking whether an upgrade is available.
How do I run a basic pulumi-version example?
Run `pulumi version` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --color _mode_ do in pulumi-version?
Colorize output. Choices: `always`, `never`, `raw`, `auto` (default: `auto`).