hurl/contrib/windows/windows_package_managers/chocolatey
2022-12-28 10:20:27 +01:00
..
hurl Add PS1 checks on error handling 2022-12-28 10:20:27 +01:00
README.md Fix chocolatey doc 2022-09-22 14:16:50 +02:00

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