Skip to content

pact-foundation/scoop

Repository files navigation

Pact cli tools via scoop

CI Tests

Pact CLI Tools bucket for Scoop, the Windows command-line installer.

Supported Platforms

OS Architecture Supported
Windows x86_64
Windows aarch64

How do I install these manifests?

# Unified CLI
scoop bucket add pact https://github.com/pact-foundation/scoop
scoop install pact

# Individual tools
scoop install pact-mock-server
scoop install pact-stub-server
scoop install pact-verifier
scoop install pact-plugin
scoop install pact-broker-client
scoop install pact-legacy

GitHub Actions Example

- name: Install Pact via Scoop
  if: runner.os == 'Windows'
  shell: powershell
  run: |
    scoop bucket add pact https://github.com/pact-foundation/scoop
    scoop install pact
    scoop search pact
    pact --help

Creating new manifests

Run the following command, replacing variables

TOOL_NAME=<tool name> ./scripts/create_bucket.sh <TAG>

Examples

TOOL_NAME=pact_mock_server_cli ./scripts/create_bucket.sh pact_mock_server_cli-v2.0.0
TOOL_NAME=pact-plugin-cli ./scripts/create_bucket.sh pact-plugin-cli-v0.2.0
TOOL_NAME=pact-stub-server ./scripts/create_bucket.sh v0.7.0
TOOL_NAME=pact-cli ./scripts/create_bucket.sh v0.9.1
TOOL_NAME=pact-broker-cli ./scripts/create_bucket.sh v0.5.0
TOOL_NAME=pact_verifier_cli ./scripts/create_bucket.sh pact_verifier_cli-v1.3.0
TOOL_NAME=pact-legacy ./scripts/create_bucket.sh v2.5.6

About

Pact CLI tools available for Windows via Scoop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •