Skip to content

Commit 022b173

Browse files
authored
poetry-search: add page (#19651)
1 parent e37f4ac commit 022b173

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages/common/poetry-search.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# poetry search
2+
3+
> Search for packages on a remote index.
4+
> Note: PyPI no longer supports searching via the command-line, so this command may fail on the default repository.
5+
> More information: <https://python-poetry.org/docs/cli/#search>.
6+
7+
- Search for a package:
8+
9+
`poetry search {{package_name}}`
10+
11+
- Search for multiple packages:
12+
13+
`poetry search {{package1 package2 ...}}`

0 commit comments

Comments
 (0)