Skip to content

Commit

Permalink
Remove non-existing --path option, add missing options (python-poetry…
Browse files Browse the repository at this point in the history
…#3522)

* Remove non-existing --path option
* Add missing options
  • Loading branch information
fredrikaverpil authored Jan 5, 2021
1 parent 529c598 commit e36fb73
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,14 @@ poetry add "git+https://github.com/pallets/[email protected][dotenv,dev]"
### Options

* `--dev (-D)`: Add package as development dependency.
* `--path`: The path to a dependency.
* `--optional` : Add as an optional dependency.
* `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose).
* `--lock` : Do not perform install (only update the lockfile).
* `--extras (-E)`: Extras to activate for the dependency. (multiple values allowed)
* `--optional`: Add as an optional dependency.
* `--python`: Python version for which the dependency must be installed.
* `--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
Expand Down

0 comments on commit e36fb73

Please sign in to comment.