-
Notifications
You must be signed in to change notification settings - Fork 396
Enable listing of installed packages via dotnet new --list --by-package #2908
Copy link
Copy link
Open
Labels
Priority:3Work that is nice to haveWork that is nice to havearea: CLIRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)featureThe issue defines new feature.The issue defines new feature.triagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to havearea: CLIRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)featureThe issue defines new feature.The issue defines new feature.triagedThe issue was evaluated by the triage team, placed on correct area, next action defined.The issue was evaluated by the triage team, placed on correct area, next action defined.
Type
Fields
Give feedbackNo fields configured for issues without a type.
At the moment currently installed packages can be listed using
dotnet new -uoption, which is counterintuitive.Replace it with
dotnet --list --by-packageThe output should not be changed for the moment: though it's not very user friendly, it delivers all needed information.
Example of current output