Allow specifying package name for the `outdated` command
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
### Checklist
- [X] I have verified this is the correct repository for opening this issue.
- [X] I have verified no other issues exist related to my request.
### Is Your Feature Request Related To A Problem? Please describe.
If you want to determine if a single package is outdated, you cannot. The `outdated` command fetches the status for _all_ packages. We should add the ability to specify a list of packages to check.
### Describe The Solution. Why is it needed?
Currently, you cannot get the outdated status for a single, or list of packages. Only all packages.
### Additional Context
_No response_
### Related Issues
_No response_
Contributor guide
Research direction
Start by tracing the `outdated` command entry point and its current package-selection behavior. Add support for receiving a single package or list of packages, and verify that the command reports outdated status only for the requested packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100