Skip to content

Cannot control verbosity with dotnet tool restore --verbosity #27153

Open
@lonix1

Description

@lonix1

Describe the bug

dotnet tool restore --verbosity x has no effect on verbosity.

To Reproduce

quiet

$ dotnet tool restore --verbosity quiet
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.

minimal

$ dotnet tool restore --verbosity minimal
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.

normal

$ dotnet tool restore --verbosity normal
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.

...same for detailed and diagnostic.

Exceptions (if any)

no

Further technical details

dotnet 6.0.400
linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-Toolscli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions