Created
January 4, 2020 14:56
-
-
Save aronbudinszky/049a72e5ead1554e6ef8559108ce6168 to your computer and use it in GitHub Desktop.
Run prism in dynamic mode
This file contains hidden or 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
# You can run prism in dynamic mode | |
prism mock -d ~/path/to/your/openapi.yaml | |
# Or you can force dynamic mode when you call a request | |
curl -v "http://127.0.0.1/endpoint?__dynamic=true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment