mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 06:55:08 +03:00
.. | ||
hurl | ||
README.md |
how to manage hurl chocolatey package
First update .nuspec and tools/.ps1 files and then execute local installer:
choco pack
choco install hurl -s .
hurl --version
echo "https://GET google.fr" | hurl --location
and finally push package to official chocolatey repository
choco apikey -k [API_KEY_HERE] -source https://push.chocolatey.org/
choco push