dotnet-tool-restore - Man Page

Installs the .NET local tools that are in scope for the current directory.

dotnet tool restore

This article applies to: āœ”ļø .NET Core 3.1 SDK and later versions

Synopsis

dotnet tool restore
    [--configfile <FILE>] [--add-source <SOURCE>]
    [--tool-manifest <PATH_TO_MANIFEST_FILE>] [--disable-parallel]
    [--ignore-failed-sources] [--no-cache] [--interactive]
    [-v|--verbosity <LEVEL>]

dotnet tool restore -h|--help

Description

The dotnet tool restore command finds the tool manifest file that is in scope for the current directory and installs the tools that are listed in it. For information about manifest files, see Install a local tool and Invoke a local tool.

For information about where local tools are stored, see dotnet tool install.

Options

Example

  • dotnet tool restore

    Restores local tools for the current directory.

See Also

Info

2023-10-25 .NET Documentation