docs/guide/commands/show.md
showPrints the current state of the project. This can print out information about the virtualenv, the project or workspace as well as a list of installed dependencies.
Print out the status of a project:
$ rye show
project: my-project
path: /Users/username/my-project
venv: /Users/username/my-project/.venv
target python: 3.8
venv python: [email protected]
virtual: false
no arguments
--installed-deps: Print the currently installed dependencies.
This option is being replaced with rye list
--pyproject: Use this pyproject.toml file
-h, --help: Print help (see a summary with '-h')