-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
It would be great to be able to install Pact CLI tool(s) using common packaging and distribution formats, e.g.
gem install pact- For MacOSXX
brew install pact - For Linux / Other
curl -sSL https://get.pact.io | bash -sstyle install (e.g. for RVMcurl -sSL https://get.rvm.io | bash -s stable --ruby) - For Windows a Nuget package installed like
chocolatey install pactorInstall-package https://raw.githubusercontent.com/pact-standalone/releases/pact-1.0.0.config - Potentially others (RPM, Deb etc.)
I would also propose that we only have 3 CLI tools: verifier, mock-service and the pact tool (containing broker commands, stubs etc.). The first two are for use by library implementations, where the latter could be installed by any user of Pact. I see this as being like a travis command, where it is used for other useful stuff - e.g. bootstrapping projects.
Thoughts?
omar10594
Metadata
Metadata
Assignees
Labels
No labels