hurl/contrib/windows/windows_package_managers/chocolatey
2021-11-09 11:13:07 +01:00
..
hurl fix packageSourceUrl in chocolatey hurl.nuspec 2021-11-09 11:13:07 +01:00
README.md add actual windows package manager work 2021-11-08 18:06:07 +01:00

how to manage hurl chocolatey package

First update .nuspec and tools/.ps1 files and execute local installer:

choco pack
choco install hurl -s .
hurl --version
echo GET google.fr | hurl --location

Then push package to offical chocolatey repository

choco apikey -k [API_KEY_HERE] -source https://push.chocolatey.org/
choco push