Linux command
uv-version 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show uv version
uv version
Show version in JSON
uv version --output-format json
说明
uv version displays the installed uv version. Useful for verifying installation and checking for updates.
参数
- --output-format _format_
- Output format (text, json).
FAQ
What is the uv-version command used for?
uv version displays the installed uv version. Useful for verifying installation and checking for updates.
How do I run a basic uv-version example?
Run `uv version` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --output-format _format_ do in uv-version?
Output format (text, json).