hurl/contrib/windows/windows_package_managers/chocolatey
2022-09-02 15:39:24 +02:00
..
hurl Rename manual-page.md to manual.md 2022-09-02 15:39:24 +02:00
README.md Clean contrib/windows/windows_package_managers/chocolatey/README.md 2022-06-28 11:30:41 +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 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