Consider adding "pipenv outdated" as an alias for "pipenv update --outdated" #2624
Labels
Status: Requires Approval
This issue requires additional approval to move forward.
Type: API Change
This issue describes an API change.
Type: Behavior Change
This issue describes a behavior change.
Type: Discussion
This issue is open for discussion.
Pipenv doesn't support
outdated
as a separate subcommand, making the functionality sort of hard to reach. Yarn, npm, Composer, RubyGems, Bundler and Cargo (via a third party plugin) all support$package_manager outdated
directly. It would be nice for Pipenv to be consistent here, as many people working on full stack projects probably have muscle memory for it (I know I do :) ).The text was updated successfully, but these errors were encountered: