1dotnet-nuget-list-source(1) .NET Documentation dotnet-nuget-list-source(1)
2
3
4
6 This article applies to: ✔️ .NET Core 3.1.200 SDK and later versions
7
9 dotnet-nuget-list-source - Lists all configured NuGet sources.
10
12 dotnet nuget list source [--format [Detailed|Short]] [--configfile <FILE>]
13
14 dotnet nuget list source -h|--help
15
17 The dotnet nuget list source command lists all existing sources from
18 your NuGet configuration files.
19
21 • --configfile <FILE>
22
23 The NuGet configuration file (nuget.config) to use. If specified,
24 only the settings from this file will be used. If not specified, the
25 hierarchy of configuration files from the current directory will be
26 used. For more information, see Common NuGet Configurations.
27
28 • --format [Detailed|Short]
29
30 The format of the list command output: Detailed (the default) and
31 Short.
32
34 • List configured sources from the current directory:
35
36 dotnet nuget list source
37
39 • Package source sections in NuGet.config files
40
41 • sources command (nuget.exe)
42
43
44
45 2022-10-10 dotnet-nuget-list-source(1)