Back to Rye

`list`

docs/guide/commands/tools/list.md

0.44.0642 B
Original Source

list

Lists all already installed global tools.

For more information see Tools.

Example

List installed tools:

$ rye tools list
pycowsay

List installed tools with version:

$ rye tools list --include-version
pycowsay 0.0.0.2 ([email protected])

Arguments

no arguments

Options

  • -s, --include-scripts: Show all the scripts installed by the tools

+/- 0.26.0

Renamed from `-i, --include-scripts` to `-s, --include-scripts`.
  • -v, --include-version: Show the version of tools

+/- 0.26.0

Renamed from `-v, --version-show` to `-v, --include-version`.
  • -h, --help: Print help