Nuget
Supported Commands
Use these commands with the RepoFlow server:
Command Line
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:
Command Line
nuget sources add -name RepoFlow -source <repository-url> -username <username> -password <password>