Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

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