HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

uv help — Display detailed documentation for `uv` commands. More information: <https://docs.astral.sh/uv/refer

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcommandsuv helpdetailedclidocumentationfordisplay

Problem

How to use the uv help command: Display detailed documentation for uv commands. More information: <https://docs.astral.sh/uv/reference/cli/#uv-help>.

Solution

uv help — Display detailed documentation for uv commands. More information: <https://docs.astral.sh/uv/reference/cli/#uv-help>.

Display general help for uv:
uv help


Display help for a specific command:
uv help {{command}}


Display help for a subcommand:
uv help {{command}} {{subcommand}}


Display help without using a pager:
uv help --no-pager {{command}}

Code Snippets

Display general help for `uv`

uv help

Display help for a specific command

uv help {{command}}

Display help for a subcommand

uv help {{command}} {{subcommand}}

Display help without using a pager

uv help --no-pager {{command}}

Context

tldr-pages: common/uv help

Revisions (0)

No revisions yet.