Paket


paket generate-include-scripts

[obsolete].

 1: 
 2: 
 3: 
 4: 
 5: 
 6: 
 7: 
 8: 
 9: 
10: 
11: 
12: 
13: 
14: 
paket generate-include-scripts [--help] [--group <name>] [--framework <framework>]
                               [--type <csx|fsx>]

OPTIONS:

    --group, -g <name>    groups to generate scripts for (default: all groups); may be repeated
    --framework, -f <framework>
                          framework identifier to generate scripts for, such as net45 or
                          netstandard1.6; may be repeated
    --type, -t <csx|fsx>  language to generate scripts for; may be repeated
    --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.

Fork me on GitHub