show
Prints 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.
Example
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
Arguments
no arguments
Options
-
--installed-deps
: Print the currently installed dependencies.This option is being replaced with
rye list
-
--pyproject
: Use thispyproject.toml
file -
-h, --help
: Print help (see a summary with '-h')