1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 12:55:24 +02:00
tldr/pages/common/uv-self.md
Meinard Francisco 595818316a
uv-{build,cache,export,publish,self}: add pages (#16906)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-06-21 04:14:05 +05:30

32 lines
605 B
Markdown

# uv self
> Manage the `uv` executable itself.
> More information: <https://docs.astral.sh/uv/reference/cli/#uv-self>.
- Update `uv` to the latest version:
`uv self update`
- Update `uv` to a specific version:
`uv self update {{0.4.0}}`
- Check for available `uv` updates without installing:
`uv self update --dry-run`
- Update `uv` with verbose output:
`uv self update {{[-v|--verbose]}}`
- Display the current `uv` version:
`uv self version`
- Display only the version number:
`uv self version --short`
- Display version information in JSON format:
`uv self version --output-format json`