
          
paket push
Push a NuGet package.
 1: 
 2: 
 3: 
 4: 
 5: 
 6: 
 7: 
 8: 
 9: 
10: 
11: 
12: 
13: 
14: 
15: 
16: 

paket push [--help] [--url &lt;url&gt;] [--api-key &lt;key&gt;] [--endpoint &lt;path&gt;] &lt;path&gt;

PACKAGE:

    &lt;path&gt;                path to the .nupkg file

OPTIONS:

    --url &lt;url&gt;           URL of the NuGet feed
    --api-key &lt;key&gt;       API key for the URL (default: value of the NUGET_KEY environment variable)
    --endpoint &lt;path&gt;     API endpoint to push to (default: /api/v2/package)
    --silent, -s          suppress console output
    --verbose, -v         print detailed information to the console
    --log-file &lt;path&gt;     print output to a file
    --from-bootstrapper   call coming from the '--run' feature of the bootstrapper
    --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.


        