dotnet-nuget-update-source - Man Page

Update a NuGet source.

dotnet nuget update source

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

Synopsis

dotnet nuget update source <NAME> [--source <SOURCE>] [--username <USER>]
    [--password <PASSWORD>] [--store-password-in-clear-text]
    [--valid-authentication-types <TYPES>] [--configfile <FILE>]

dotnet nuget update source -h|--help

Description

The dotnet nuget update source command updates an existing source in your NuGet configuration files.

Arguments

Options

Examples

See Also

Info

2023-10-25 .NET Documentation