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

Feature request - mock watch mode #2

Open
karolk opened this issue Nov 4, 2019 · 1 comment
Open

Feature request - mock watch mode #2

karolk opened this issue Nov 4, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@karolk
Copy link

karolk commented Nov 4, 2019

Currently it seems mocks are imported during startup and not update during proxy runtime. It would be really useful to be able to edit the mock file directly and reload to see the response update. This could also be achieved completely outside of the proxy by watching the files and reloading, but it could be more seamless if there was a proxy switch for it.

@steinfletcher steinfletcher added the enhancement New feature or request label Nov 7, 2019
@steinfletcher
Copy link
Contributor

steinfletcher commented Nov 7, 2019

This would be a useful feature, although I suspect you can achieve this with a few lines of bash using fswatch. Maybe we can document how to do that?

Happy for somebody to pick this up if they have time.

Thoughts @gaw508

@steinfletcher steinfletcher added the help wanted Extra attention is needed label Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants