question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Awkward message from CLI after successfully installing a global tool

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
peterhuenecommented, Mar 13, 2018

I think there was some confusion because @wli3’s examples are missing a newline between somecommand and Tool.

0reactions
wli3commented, Mar 13, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found