Closed
Description
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 a tool 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.