mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add support for UV_OFFLINE
(#9795)
Closes https://github.com/astral-sh/uv/issues/9794
This commit is contained in:
parent
cb3fefff15
commit
f64da9b763
5 changed files with 58 additions and 8 deletions
|
@ -202,6 +202,10 @@ Equivalent to the `--no-verify-hashes` argument. Disables hash verification for
|
|||
|
||||
Use to disable line wrapping for diagnostics.
|
||||
|
||||
### `UV_OFFLINE`
|
||||
|
||||
Equivalent to the `--offline` command-line argument. If set, uv will disable network access.
|
||||
|
||||
### `UV_OVERRIDE`
|
||||
|
||||
Equivalent to the `--override` command-line argument. If set, uv will use this file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue