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
1a76bb7c
Commit
1a76bb7c
authored
May 22, 2022
by
Mathieu Kniewallner
Committed by
Bjorn Neergaard
May 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc(cli): add missing options from commands
parent
eb38a4e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/cli.md
+8
-0
No files found.
docs/cli.md
View file @
1a76bb7c
...
@@ -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.
...
...
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