diff --git a/plugins/uv/README.md b/plugins/uv/README.md index 1b99c1185..cf27afc84 100644 --- a/plugins/uv/README.md +++ b/plugins/uv/README.md @@ -26,3 +26,4 @@ plugins=(... uv) | uvsu | `uv sync --upgrade` | Sync the environment, allowing upgrades and ignoring the lock file | | uvup | `uv self update` | Update the UV tool to the latest version | | uvv | `uv venv` | Manage virtual environments | +| uvt | `uv tree` | Displays the full dependency tree for the current project environment|