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
d5c22c26
Commit
d5c22c26
authored
May 27, 2022
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update plugin management commands
parent
a1efbbd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
docs/plugins.md
+7
-7
No files found.
docs/plugins.md
View file @
d5c22c26
...
@@ -191,30 +191,30 @@ Installed plugin packages are automatically loaded when Poetry starts up.
...
@@ -191,30 +191,30 @@ Installed plugin packages are automatically loaded when Poetry starts up.
You have multiple ways to install plugins for Poetry
You have multiple ways to install plugins for Poetry
### The `
plugin
add` command
### The `
self
add` command
This is the easiest way and should account for all the ways Poetry can be installed.
This is the easiest way and should account for all the ways Poetry can be installed.
```
bash
```
bash
poetry
plugin
add poetry-plugin
poetry
self
add poetry-plugin
```
```
The
`
plugin
add`
command will ensure that the plugin is compatible with the current version of Poetry
The
`
self
add`
command will ensure that the plugin is compatible with the current version of Poetry
and install the needed packages for the plugin to work.
and install the needed packages for the plugin to work.
The package specification formats supported by the
`
plugin
add`
command are the same as the ones supported
The package specification formats supported by the
`
self
add`
command are the same as the ones supported
by the
[
`add` command
](
{{
<
relref
"
cli
#
add
"
>
}}).
by the
[
`add` command
](
{{
<
relref
"
cli
#
add
"
>
}}).
If you no longer need a plugin and want to uninstall it, you can use the
`
plugin
remove`
command.
If you no longer need a plugin and want to uninstall it, you can use the
`
self
remove`
command.
```
shell
```
shell
poetry
plugin
remove poetry-plugin
poetry
self
remove poetry-plugin
```
```
You can also list all currently installed plugins by running:
You can also list all currently installed plugins by running:
```
shell
```
shell
poetry
plugin
show
poetry
self
show
```
```
### With `pipx inject`
### With `pipx inject`
...
...
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