Skip to content

Instantly share code, notes, and snippets.

@aronbudinszky
Created January 4, 2020 14:56
Show Gist options
  • Save aronbudinszky/049a72e5ead1554e6ef8559108ce6168 to your computer and use it in GitHub Desktop.
Save aronbudinszky/049a72e5ead1554e6ef8559108ce6168 to your computer and use it in GitHub Desktop.
Run prism in dynamic mode
# 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