mirror of
https://github.com/httpie/cli.git
synced 2025-07-01 06:40:52 +02:00
Specify the API key to submit Chocolatey packages
This commit is contained in:
@ -17,7 +17,7 @@ After having successfully [built and tested](#hacking) the package, push it:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Replace 2.5.0 with the correct version
|
# 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
|
## Hacking
|
||||||
|
Reference in New Issue
Block a user