Paket


paket find-package-versions

 1: 
 2: 
 3: 
 4: 
 5: 
 6: 
 7: 
 8: 
 9: 
10: 
11: 
12: 
13: 
14: 
15: 
16: 
17: 
Paket version 10.3.1+bbc45f336c7f9bac95cf1d17267ab2383d029682
Help was requested:
USAGE: paket find-package-versions [--help] [--source <source URL>]
                                   [--max <int>] <package ID>

NUGET:

    <package ID>          NuGet package ID

OPTIONS:

    --source <source URL> specify source URL
    --max <int>           limit maximum number of results
    --silent, -s          suppress console output
    --verbose, -v         print detailed information to the console
    --log-file <path>     print output to a file
    --help                display this list of options.

If you add the --verbose flag Paket will run in verbose mode and show detailed information.

With --log-file [path] you can trace the logged information into a file.

Example

 1: 
 2: 
 3: 
 4: 
 5: 
 6: 
 7: 
 8: 
 9: 
10: 
11: 
$ paket find-package-versions FAKE --silent --max 10
5.0.0-alpha010
5.0.0-alpha009
4.61.3
4.61.2
4.61.1
4.61.0
4.60.0
4.59.3
4.59.1
4.59.0
val max : e1:'T -> e2:'T -> 'T (requires comparison)
Multiple items
val int : value:'T -> int (requires member op_Explicit)

--------------------
type int = int32

--------------------
type int<'Measure> = int
val log : value:'T -> 'T (requires member Log)
type 'T list = List<'T>
Fork me on GitHub