dotnet-installer/src/dotnet/commands
Bill Wert 785cab3072 Reduce nuget output
This addresses part of #1623. Unfortunately, because the CLI takes Nuget
as a binary, it is hard to get to where I think we should really be.
This change makes default verbosity "minimal", which is the first level
where you get any status output. Unfortunately, things like package
downgrade warnings and the like still appear there. This does hide all
the "info" and "trace" messages by default.

I also removed the now useless (and previously undocumented)
--quiet.
2016-05-24 21:34:11 -07:00
..
dotnet-build Add 'dotnet restore' instruction when lock file is missing 2016-05-20 09:19:05 +02:00
dotnet-compile Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-compile-csc Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-compile-native Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-help Merge branch 'rel/1.0.0' into blackdwarf-patch-2 2016-04-08 17:53:48 -07:00
dotnet-new Fix the dotnet-new README.md (#2891) 2016-05-04 15:43:34 -07:00
dotnet-pack [Fixes #2829 #2861] Maintain folder structure in mappings 2016-05-18 17:25:23 -07:00
dotnet-projectmodel-server refactor WorkspaceContext (#2736) 2016-05-02 11:32:24 -07:00
dotnet-publish Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-repl Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-repl-csi Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-resgen Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-restore Reduce nuget output 2016-05-24 21:34:11 -07:00
dotnet-run Console.Write() doesn't show output until a newline 2016-05-13 09:03:35 -05:00
dotnet-test Move command line parsing into try/catch for test. 2016-05-20 10:00:41 -04:00