mirror of https://github.com/astral-sh/uv
Document yanked packages caveat during sync (#6219)
Closes https://github.com/astral-sh/uv/issues/5928
This commit is contained in:
parent
c410d0d0db
commit
df2ebf74d0
|
|
@ -609,6 +609,9 @@ pub enum ProjectCommand {
|
||||||
///
|
///
|
||||||
/// uv will search for a project in the current directory or any parent
|
/// uv will search for a project in the current directory or any parent
|
||||||
/// directory. If a project cannot be found, uv will exit with an error.
|
/// directory. If a project cannot be found, uv will exit with an error.
|
||||||
|
///
|
||||||
|
/// Note that, when installing from a lockfile, uv will not provide warnings for yanked package
|
||||||
|
/// versions.
|
||||||
#[command(
|
#[command(
|
||||||
after_help = "Use `uv help sync` for more details.",
|
after_help = "Use `uv help sync` for more details.",
|
||||||
after_long_help = ""
|
after_long_help = ""
|
||||||
|
|
|
||||||
|
|
@ -1007,6 +1007,8 @@ The project is re-locked before syncing unless the `--locked` or `--frozen` flag
|
||||||
|
|
||||||
uv will search for a project in the current directory or any parent directory. If a project cannot be found, uv will exit with an error.
|
uv will search for a project in the current directory or any parent directory. If a project cannot be found, uv will exit with an error.
|
||||||
|
|
||||||
|
Note that, when installing from a lockfile, uv will not provide warnings for yanked package versions.
|
||||||
|
|
||||||
<h3 class="cli-reference">Usage</h3>
|
<h3 class="cli-reference">Usage</h3>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue