https://github.com/you54f/choco
Pact CLI tools available via Chocolatey (Choco)
https://github.com/you54f/choco
chocolatey chocolatey-packages pact pact-cli windows
Last synced: 10 months ago
JSON representation
Pact CLI tools available via Chocolatey (Choco)
- Host: GitHub
- URL: https://github.com/you54f/choco
- Owner: YOU54F
- License: mit
- Created: 2023-04-13T14:16:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T02:19:26.000Z (about 3 years ago)
- Last Synced: 2025-02-17T04:22:28.379Z (over 1 year ago)
- Topics: chocolatey, chocolatey-packages, pact, pact-cli, windows
- Language: PowerShell
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pact-cli
Pact CLI Tools
## Choco
[](https://github.com/you54f/pact/actions/workflows/ci.yml)
[Pact CLI tools](https://docs.pact.io/implementation_guides/cli) distributed with [Choco](https://chocolatey.org/), the Windows command-line installer.
[Chocolatey Package Page](https://community.chocolatey.org/packages/pact)
### Supported Platforms
| OS | Architecture | Supported |
| ------- | ------------ | --------- |
| Windows| x86_64 | ✅ |
| Windows | aarch64 (via x86 emulation) | ✅ |
### Installation
`choco install pact --version=0.0.1`
Contains a bundle with
- Pact-Ruby-Standalone
- pact.bat
- pact-broker.bat
- pact-message.bat
- pact-mock-service.bat
- pact-provider-verifier.bat
- pact-stub-service.bat
- pactflow.bat
You can also install the following tools separately
- pact-plugin-cli.exe
- pact_verifier_cli.exe
- pact_mock_server_cli.exe
## Known Issues
- Running the Pact-Ruby-Standalone based tools will fail if run from outside of Chocos install directory (usually C:) - see [workflow](https://github.com/YOU54F/choco/blob/013efb54cbef6f37c111b7849293a3f847d9064f/.github/workflows/ci.yml)