Skip to content

Update packages to latest version #2

@TonyStef

Description

@TonyStef

Feature request

Add the ability to update individual packages to their latest version.

Details

  • Show an "Update" action on packages where installed != latest
  • Map to the correct CLI command per manager:
    • brew upgrade <pkg>
    • npm update -g <pkg>
    • pip3 install --upgrade <pkg>
    • bun update -g <pkg>
    • cargo install <pkg> (reinstalls latest)
  • Bulk update option: "Update all" for packages with available updates
  • Progress indicator during update
  • Auto-rescan after update completes

Depends on

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions