mulesoft/osprey

Strict Mode

nohorbee opened this issue · 4 comments

  • Turn off mocks for production
  • Turn off debug logging for production
  • Warn about not overwritten resources
  • Block unknown routes using 404

A strict mode that blocks any unknown routes from the raml file with a 404 would be nice

Agree. Updating description.

Also, we have to think about mulesoft/osprey-cli#55

Yes, just run into the issue with missing documented query parameters. Basically strict mode should block everything not documented.