-
Notifications
You must be signed in to change notification settings - Fork 1.2k
dotnet tool init #23561
Copy link
Copy link
Closed
Labels
Area-Toolsgood first issueIssues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.Issues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.
Milestone
Metadata
Metadata
Assignees
Labels
Area-Toolsgood first issueIssues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.Issues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
When you want to install a local tool via
dotnet tool install x, you first need atool manifest.Today you can do this using
dotnet new tool-manifest.Describe the solution you'd like
How about an alias like
dotnet tool init?A bit easier to remember.
At the same time, I also wouldn't mind it if the manifest file was created automatically if absent.