snippetbashTip
uv self — Manage the `uv` executable itself. More information: <https://docs.astral.sh/uv/reference/cli/#uv-se
Viewed 0 times
theuv selfcommandexecutableitselfclimanagemore
Problem
How to use the
uv self command: Manage the uv executable itself. More information: <https://docs.astral.sh/uv/reference/cli/#uv-self>.Solution
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 updateUpdate
uv to a specific version:uv self update {{0.4.0}}Check for available
uv updates without installing:uv self update --dry-runUpdate
uv with verbose output:uv self update {{[-v|--verbose]}}Display the current
uv version:uv self versionDisplay only the version number:
uv self version --shortDisplay version information in JSON format:
uv self version --output-format jsonCode Snippets
Update `uv` to the latest version
uv self updateUpdate `uv` to a specific version
uv self update {{0.4.0}}Check for available `uv` updates without installing
uv self update --dry-runUpdate `uv` with verbose output
uv self update {{[-v|--verbose]}}Display the current `uv` version
uv self versionContext
tldr-pages: common/uv self
Revisions (0)
No revisions yet.