Skip to content

Hope provide some new options to better update dotnet tools #13017

Open
@yyjdelete

Description

Issue Title

Hope provide some new options to better update dotnet tools

General

Currently, there is only dotnet tool update <PACKAGE_ID> to update single package and dotnet tool list to list all installed tools

Hope there is some more cmd:

  1. dotnet tool update --all to batch update all tools to last version(like npm update without pkgid), and can be be combined with --include-preview;
  2. dotnet tool update --include-preview to allow update tool to an preview version(excepted unlisted versions), and can be be combined with --all;
  3. dotnet tool list --outdated to show all tools can be updated, and the current version and the version to be updated (like npm outdated), and can also be be combined with --include-preview;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions