Skip to main content

Nuget

Supported Commands

Use these commands with the RepoFlow server:

nuget install
nuget setapikey
nuget push

Note: Commands that run locally are not listed here but will work as expected.

Authentication

Authentication with NuGet can be achieved using nuget setapikey or by specifying it when adding the NuGet repository with the command:

nuget sources add -name RepoFlow -source <repository-url> -username <username> -password <password>