chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
118 stars 187 forks source link

Support `choco verify mypackage.1.1.0.nupkg` #47

Open rdagumampan opened 4 years ago

rdagumampan commented 4 years ago

Support choco verify mypackage.1.1.0.nupkg

I have been resubmitting my package but have failed verification with little information on why installation test failed. It would be nice if choco CLI support this command. This uploads the package to test environment, run verification then return results right away with rich enough information on why it failed.

choco verify mypackage.1.1.0.nupkg

A setup guide with docker-compose would also be nice.