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
e36fb739
Unverified
Commit
e36fb739
authored
Jan 05, 2021
by
Fredrik Averpil
Committed by
GitHub
Jan 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove non-existing --path option, add missing options (#3522)
* Remove non-existing --path option * Add missing options
parent
529c5985
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
docs/docs/cli.md
+8
-4
No files found.
docs/docs/cli.md
View file @
e36fb739
...
@@ -266,10 +266,14 @@ poetry add "git+https://github.com/pallets/flask.git@1.1.1[dotenv,dev]"
...
@@ -266,10 +266,14 @@ poetry add "git+https://github.com/pallets/flask.git@1.1.1[dotenv,dev]"
### Options
### Options
*
`--dev (-D)`
: Add package as development dependency.
*
`--dev (-D)`
: Add package as development dependency.
*
`--path`
: The path to a dependency.
*
`--extras (-E)`
: Extras to activate for the dependency. (multiple values allowed)
*
`--optional`
: Add as an optional dependency.
*
`--optional`
: Add as an optional dependency.
*
`--dry-run`
: Outputs the operations but will not execute anything (implicitly enables --verbose).
*
`--python`
: Python version for which the dependency must be installed.
*
`--lock`
: Do not perform install (only update the lockfile).
*
`--platform`
: Platforms for which the dependency must be installed.
*
`--source`
: Name of the source to use to install the package.
*
`---allow-prereleases`
: Accept prereleases.
*
`--dry-run`
: Outputs the operations but will not execute anything (implicitly enables --verbose).
*
`--lock`
: Do not perform install (only update the lockfile).
## remove
## remove
...
...
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