From 42d244eb96041c978d0ffc9ceabe101d4d1f9a56 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 1 Aug 2023 20:33:33 -0700 Subject: [PATCH] Document `upgrade` to Readme I'm sure it could be further documented in the readme, but here's at least a basic start. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77276de59c..f21396c71f 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ Usage sync Installs all packages specified in Pipfile.lock. uninstall Uninstalls a provided package and removes it from Pipfile. update Runs lock, then sync. + upgrade Update the lock of the specified dependency / sub-dependency, + but does not actually install the packages. verify Verify the hash in Pipfile.lock is up-to-date.