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.

Add help support for new CLI commands

See original GitHub issue

Steps to reproduce

dotnet help tool

Expected behavior

Would open an article for the command (which doesn’t exist right now 😄)

Probably the following files should be updated: https://github.com/dotnet/cli/blob/master/src/dotnet/README.md https://github.com/dotnet/cli/blob/master/src/dotnet/BuiltInCommandsCatalog.cs

Actual behavior

You get an error message saying: Specified command ‘tool’ is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.

Environment data

dotnet --info output:

.NET Core SDK (reflecting any global.json): Version: 2.1.300-preview3-008443 Commit: 1e2e8138b9

Runtime Environment: OS Name: Windows OS Version: 10.0.16299 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.1.300-preview3-008443\

Host (useful for support): Version: 2.1.0-preview3-26404-01 Commit: 1b1a652c15

.NET Core SDKs installed: 1.0.0 [C:\Program Files\dotnet\sdk] 1.0.4 [C:\Program Files\dotnet\sdk] 1.1.0 [C:\Program Files\dotnet\sdk] 2.0.0 [C:\Program Files\dotnet\sdk] 2.0.2 [C:\Program Files\dotnet\sdk] 2.0.3 [C:\Program Files\dotnet\sdk] 2.1.2 [C:\Program Files\dotnet\sdk] 2.1.100 [C:\Program Files\dotnet\sdk] 2.1.102 [C:\Program Files\dotnet\sdk] 2.1.103 [C:\Program Files\dotnet\sdk] 2.1.300-preview1-008174 [C:\Program Files\dotnet\sdk] 2.1.300-preview3-008443 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.All 2.1.0-preview1-final [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All] Microsoft.AspNetCore.All 2.1.0-preview2-30431 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.1.0-preview1-final [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 2.1.0-preview2-30431 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 1.0.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 1.0.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 1.1.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 1.1.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.0-preview1-26216-03 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.0-preview3-26404-01 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
mairawcommented, Apr 11, 2018

Ok, links created.

1reaction
peterhuenecommented, Apr 11, 2018

@wli3 When we fix this for tool, mind just putting in a corresponding link for buildserver?

@mairaw I think we’ll just follow the existing convention: https://aka.ms/dotnet-tool and https://aka.ms/dotnet-buildserver.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support CLI Commands
These commands are to assist Technical Support to analyze the status of the machine, troubleshoot common issues, and correct some common problems. There...
Read more >
Angular - CLI Overview and Command Reference
Online help is available on the command line. Enter the following to list commands or options for a given command (such as new)...
Read more >
NET CLI overview
Basic commands · Project modification commands · NuGet commands · Workload management commands · Advanced commands · Tool management commands.
Read more >
Basic CLI Features | Terraform
The Terraform CLI commands interact with the HashiCorp service Checkpoint to check for the availability of new versions and for critical security bulletins ......
Read more >
support — AWS CLI 1.29.30 Command Reference
The DescribeCommunications , AddCommunicationToCase , and AddAttachmentsToSet operations retrieve and add communications and attachments to Amazon Web Services ...
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