Update the --info output
See original GitHub issueUpdate --info to the following scheme:
$ dotnet --info
.NET Core SDK Information:
SDK Version: x.y.z
SDK Build: e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.0.0/
.NET Core Host (dotnet) Information:
Host Version: x.y.z
Host Build: fab8861ac7faf042c87a5c2f9f2d04c98b69f297
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How Do I Update My Billing Information?
You can update your billing information at https://output.com/account/subscriptions. Scroll down to the "Payment Method" section.
Read more >How to update command line output?
Use the carriage return. It will move the cursor back to the start of the line, from which you can overwrite what was...
Read more >The OUTPUT Clause for UPDATE Statements
The OUTPUT clause returns the values of each row that was affected by an INSERT, UPDATE or DELETE statements. It even supports the...
Read more >linux - How do commands like top update output without ...
linux - How do commands like top update output without appending in the console? - Super User.
Read more >How do you update a line in terminal output? : r/unix
A few tools do this. For example: docker, when pulling/pushing images shows an updating progress bar; debian, the apt package manager ...
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
A system can have multiple sdks installed. If info only shows one, probably it’s the one that is relevant to the current working directory? It would be good to add this to the output:
when picking up global.json:
when no global.json:
Fixed by https://github.com/dotnet/cli/pull/8736.