hurl/contrib/windows/windows_package_managers/chocolatey
2021-11-11 00:56:08 +01:00
..
hurl fix packageSourceUrl in chocolatey hurl.nuspec 2021-11-09 11:13:07 +01:00
README.md clean and reorg windows package manager contrib 2021-11-11 00:56:08 +01: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 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