This repository was archived by the owner on Jul 12, 2024. It is now read-only.
v0.1.0-beta.5
BREAKING CHANGE:
- The CLI command
mockoon
has been renamedmockoon-cli
to avoid collision with the main application. (Issue #15)
Features:
- A generic Docker image is now available on our Docker Hub repository. See the documentation on how to use it. (Issue #2)
- A new
dockerize
command is available. Use it to generate a custom Dockerfile and build a self-contained mock API image. (Issue #2)
Improvements:
- Add Oclif manifest file for faster
help
command. (Issue #12)
Thank you
A big thank you to the following people that helped to make Mockoon CLI better:
- @mauriceackel: Generic Docker image and
dockerize
command. (Issue #2) - @Spissable: Oclif manifest file (Issues #12)