This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make running multiple mocks at once easier by allowing user to provide multiple paths to the `--data` flag. This is compatible with both managed processes and foreground processes.
- Remove deprecated flags from legacy export: `--all`, `--index`, `--name`
- Legacy export run all the mocks by default
- make `--data`, `--pname`, `--port` and `--hostname` flags multiple, in order to provide list of mocks
- Dockerize command now supports copying multiple mocks and exposing multiple ports
- Update server logs to show the mock name to be able to filter logs by mock
Closes #57
- Loading branch information
Guillaume
committed
Feb 25, 2022
1 parent
9cee016
commit 86545ac
Showing
12 changed files
with
363 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.