Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
9a2e1577
Commit
9a2e1577
authored
Apr 13, 2021
by
paavanb
Committed by
Steph Samson
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: poetry lock --no-update
Resolves: #1614
parent
f8ada854
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docs/docs/cli.md
+5
-0
No files found.
docs/docs/cli.md
View file @
9a2e1577
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment