Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add deprecation warnings for pact cli tools in pact-js-core #514

Merged
merged 2 commits into from
Jun 17, 2024

Commits on Jun 12, 2024

  1. fix: add deprecation warnings for pact cli tools in pact-js-core

    All CLI/API functionality provided by the Pact CLI tools (ruby based) will be moved in pact-js-core 15.x to pact-js-cli.
    
    * Repo
    
        * https://github.com/pact-foundation/pact-js-cli/
    
    * NPM Package
    
        * https://www.npmjs.com/package/@pact-foundation/pact-cli
    
    * imports
    
        * `@pact-foundation/pact-core` imports will now become `@pact-foundation/pact-cli` for programatic usage of the CLI tools
    
    * npx usage
    
        * `npx --package=@pact-foundation/pact-cli@15.0.1 -c pact-broker`
    YOU54F committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6292535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16530a View commit details
    Browse the repository at this point in the history