Sponsor:

Your company here, and a link to your site. Click to find out more.

dotnet-new-details - Man Page

Displays template package metadata.

dotnet new details

This article applies to: āœ”ļø .NET 8 preview 6

Synopsis

dotnet new details [<PACKAGE_NAME>] [--interactive] [--add-source|--nuget-source <SOURCE>]
    [--force] [-d|--diagnostics] [-h|--help]

Description

The dotnet new details command displays the metadata of the template package from the package name provided. By default, the command searches for the latest available version. If the package is installed locally or is found on the official NuGet website, it also displays the templates that the package contains, otherwise it only displays basic metadata.

Arguments

Options

Examples

See Also

Info

2023-10-25 .NET Documentation