Skip to content

A c# application that mirrors one nuget feed to another

Notifications You must be signed in to change notification settings

Hechamon/NugetMirrorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project that mirrors one nuget feed to another

How to use the tool

Usage: NugetMirrorer [--source <String>] [--destination <String>] [--search <String>] [--api-key <String>] [--dry-run] [--max-age-days <Int32>] [--with-dependencies=<true|false>] [--log-level <LogLevel>] [--help] [--version]

NugetMirrorer

Options:
  --source <String>                 (Required)
  --destination <String>            (Required)
  --search <String>         
  --api-key <String>          
  --dry-run
  --max-age-days <Int32>
  --with-dependencies=<true|false>  (Default: True)
  --log-level <LogLevel>            (Default: Minimal) (Allowed values: Debug, Verbose, Information, Minimal, Warning, Error)
  -h, --help                        Show help message
  --version                         Show version