dotnet-nuget-update-source - Man Page

dotnet nuget update source

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

Name

dotnet-nuget-update-source — Update a NuGet source.

Use package sources that you trust.

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

2024-10-02 .NET Documentation