Bump.sh

Bump diff from your Command Line Interface or your Continuous Integration platform

New

Our new bump diff command has landed in our CLI.
Make sure to upgrade your bump-cli package to at least v2.1.0 to test it.

Now, straight from your CLI, you are able to describe the changes made in your contract:

> bump diff --doc users-account api-specification.yaml
Updated: GET /account
  Response modified: 200
    Body attribute added: ticket_ids
Added: GET /tickets/{ticket_id}

The new command will output a quick summary of what has changed between your latest deployed API contract and the file you have changed locally.

If you use Github Actions to launch your automation workflows, we have some more good news for you: we now offer a stable bump-sh/github-action@v1 action. And this latest release includes automatic API contract changelog pushed as a comment for each pull request.

Check our help page to get you started with team collaboration on API design.