Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Additionally, the command line reference documentation can be viewed with `useth
- [`usethis version`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-version) — Display the current version of usethis.
- [`usethis browse pypi`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-browse-pypi-package) — Display or open the PyPI landing page associated with another project.
- [`usethis show`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-show) — Show a specific piece of information about the project.
- [`usethis show backend`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-show) - Show the inferred project manager backend, e.g. 'uv' or 'none'.
- [`usethis show name`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-show) - Show the name of the project.
- [`usethis show sonarqube`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-show) - Show appropriate contents of a `sonar-projects.properties` file for SonarQube analysis.

## 💡 Example Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
- [`usethis version`](reference.md#usethis-version) — Display the current version of usethis.
- [`usethis browse pypi`](reference.md#usethis-browse-pypi-package) — Display or open the PyPI landing page associated with another project.
- [`usethis show`](reference.md#usethis-show) — Show a specific piece of information about the project.
- [`usethis show backend`](reference.md#usethis-show) - Show the inferred project manager backend, e.g. 'uv' or 'none'.
- [`usethis show name`](reference.md#usethis-show) - Show the name of the project.
- [`usethis show sonarqube`](reference.md#usethis-show) - Show appropriate contents of a `sonar-projects.properties` file for SonarQube analysis.