Commit 1a76bb7c by Mathieu Kniewallner Committed by Bjorn Neergaard

doc(cli): add missing options from commands

parent eb38a4e4
...@@ -452,6 +452,7 @@ required by ...@@ -452,6 +452,7 @@ required by
* `--tree`: List the dependencies as a tree. * `--tree`: List the dependencies as a tree.
* `--latest (-l)`: Show the latest version. * `--latest (-l)`: Show the latest version.
* `--outdated (-o)`: Show the latest version but only for packages that are outdated. * `--outdated (-o)`: Show the latest version but only for packages that are outdated.
* `--all (-a)`: Show all packages (even those not compatible with current system).
{{% note %}} {{% note %}}
When `--only` is specified, `--with` and `--without` options are ignored. When `--only` is specified, `--with` and `--without` options are ignored.
...@@ -490,6 +491,9 @@ It can also build the package if you pass it the `--build` option. ...@@ -490,6 +491,9 @@ It can also build the package if you pass it the `--build` option.
Should match a repository name set by the [`config`](#config) command. Should match a repository name set by the [`config`](#config) command.
* `--username (-u)`: The username to access the repository. * `--username (-u)`: The username to access the repository.
* `--password (-p)`: The password to access the repository. * `--password (-p)`: The password to access the repository.
* `--cert`: Certificate authority to access the repository.
* `--client-cert`: Client certificate to access the repository.
* `--build`: Build the package before publishing.
* `--dry-run`: Perform all actions except upload the package. * `--dry-run`: Perform all actions except upload the package.
* `--skip-existing`: Ignore errors from files already existing in the repository. * `--skip-existing`: Ignore errors from files already existing in the repository.
...@@ -743,6 +747,10 @@ The `plugin remove` command removes installed plugins. ...@@ -743,6 +747,10 @@ The `plugin remove` command removes installed plugins.
poetry plugin remove poetry-plugin poetry plugin remove poetry-plugin
``` ```
#### Options
* `--dry-run`: Outputs the operations but will not execute anything (implicitly enables --verbose).
## source ## source
The `source` namespace regroups sub commands to manage repository sources for a Poetry project. The `source` namespace regroups sub commands to manage repository sources for a Poetry project.
......
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