Specify the API key to submit Chocolatey packages

This commit is contained in:
Mickaël Schoentgen 2021-10-07 13:57:46 +02:00
parent 9dda23a322
commit bd227c0364

View File

@ -17,7 +17,7 @@ After having successfully [built and tested](#hacking) the package, push it:
```bash
# Replace 2.5.0 with the correct version
choco push httpie.2.5.0.nupkg -s https://push.chocolatey.org/
choco push httpie.2.5.0.nupkg -s https://push.chocolatey.org/ --api-key=API_KEY
```
## Hacking