Skip to content

Commit

Permalink
Docs updates (python-poetry#9736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Oct 27, 2024
1 parent c0ac860 commit c6375a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,10 @@ poetry cache list

The `cache clear` command removes packages from a cached repository.

For example, to clear the whole cache of packages from the `pypi` repository, run:
For example, to clear the whole cache of packages from the `PyPI` repository, run:

```bash
poetry cache clear pypi --all
poetry cache clear PyPI --all
```

To only remove a specific package from a cache, you have to specify the cache entry in the following form `cache:package:version`:
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ related reports.
* **Check that your issue does not already exist** in the [issue tracker].
* **Make sure your issue is really a bug, and is not a support request or question** better suited for [Discussions]
or [Discord].
* **Try running your commands with the** `--no-cache` **flag**.
* **Try clearing your cache with** `poetry cache clear --all PyPI` **and rerunning your commands**.

{{% note %}}
If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and
Expand Down

0 comments on commit c6375a3

Please sign in to comment.