Commit 9a2e1577 by paavanb Committed by Steph Samson

doc: poetry lock --no-update

Resolves: #1614
parent f8ada854
......@@ -465,6 +465,10 @@ poetry search requests pendulum
This command locks (without installing) the dependencies specified in `pyproject.toml`.
!!!note
By default, this will lock all dependencies to the latest available compatible versions. To only refresh the lock file, use the `--no-update` option.
```bash
poetry lock
```
......@@ -472,6 +476,7 @@ poetry lock
### Options
* `--check`: Verify that `poetry.lock` is consistent with `pyproject.toml`
* `--no-update`: Do not update locked versions, only refresh lock file.
## version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment