Skip to content

dotnet tool has a verbosity mode but it isn't silent in mode "quiet" #35173

@WernerMairl

Description

@WernerMairl

I'm using

dotnet tool install --prerelease --verbosity quiet

but it prints out some success message (in green):

You can invoke the tool using the following command: XXXXXXX
Tool 'XXXXXXXXX' (version '999.999.999.999') was successfully installed.

BR
Werner

Describe the bug

in some way it should be possible to do a silent call

  • a really silent version of "-v quiet"
  • a commandline option like "--silent"
  • ...

Further technical details

.NET SDK:
 Version:   7.0.307
 Commit:    7b77e35a2b

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  13.5
 OS Platform: Darwin
 RID:         osx.13-arm64
 Base Path:   /usr/local/share/dotnet/sdk/7.0.307/

Host:
  Version:      7.0.10
  Architecture: arm64
  Commit:       a6dbb800a4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions