Awkward message from CLI after successfully installing a global tool
See original GitHub issueThe message displayed by the CLI after installing a global tool is awkward and needs an editorial pass:
C:\Users\daroth\Desktop\test>dotnet install tool dotnet-dev-certs --version 2.1.0-preview1-28051
The installation succeeded. If there is no other instruction. You can type the following command in shell directly to invoke: dotnet-dev-certs
If there is no other instruction?
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Awkward message from CLI after successfully installing a ...
The message displayed by the CLI after installing a global tool is awkward and needs an editorial pass: C:\Users\daroth\Desktop\test>dotnet ...
Read more >Troubleshoot .NET tool usage issues
You might come across issues when trying to install or run a .NET tool, which can be a global tool or a local...
Read more >Tutorial: Install and use a .NET global tool - .NET CLI
You can invoke the tool using the following command: botsay Tool 'microsoft.botsay' (version '1.0.0') was successfully installed. Note. By ...
Read more >I'm getting a weird (ERRCODE 243) error when installing ...
I'm getting a weird (ERRCODE 243) error when installing a 3rd party js package using ... ERROR: The command failed with exit code...
Read more >Yarn command not found ubuntu. 04. x, 12. Second, you can ...
After installing angular cli using command: yarn global add @angular/cli it said that success: Installed "@angular/cli@1. Step 2 - open vs code terminal...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think there was some confusion because @wli3’s examples are missing a newline between
somecommand
andTool
.I don’t think we talked about it. But it is the name of the tool. The first one is the command name, the second is the packageid. Like:
You can invoke the tool using the following command: vim ‘will.awesome.vim’ (version ‘1.0.0’) was successfully installed.