docs/guide/commands/toolchain/list.md
listList all registered toolchains. It can list the toolchains which are installed as
well as toolchains which can be downloaded if --include-downloadable is passed.
List installed toolchains:
$ rye toolchain list
[email protected] (/Users/username/.rye/py/[email protected]/install/bin/python3)
[email protected] (/Users/username/.rye/py/[email protected]/install/bin/python3)
Lists downloadable toolchains:
$ rye toolchain list --include-downloadable
[email protected] (/Users/mitsuhiko/.rye/py/[email protected]/install/bin/python3)
[email protected] (downloadable)
[email protected] (downloadable)
...
no arguments
--include-downloadable: Also include non installed, but downloadable toolchains
--format <FORMAT>: Request parseable output format [possible values: json]
-h, --help: Print help