Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.09 KB

File metadata and controls

46 lines (28 loc) · 1.09 KB
title dotnet nuget list source command
description The dotnet nuget list source command lists all existing sources from your NuGet configuration files.
ms.date 10/28/2025

dotnet nuget list source

This article applies to: ✔️ .NET 6 SDK and later versions

Name

dotnet nuget list source - Lists all configured NuGet sources.

Synopsis

dotnet nuget list source [--format [Detailed|Short]] [--configfile <FILE>]

dotnet nuget list source -h|--help

Description

The dotnet nuget list source command lists all existing sources from your NuGet configuration files.

Options

  • [!INCLUDE configfile]

  • --format [Detailed|Short]

    The format of the list command output: Detailed (the default) and Short.

Examples

  • List configured sources from the current directory:

    dotnet nuget list source
    

See also