Strict Mode
nohorbee opened this issue · 4 comments
nohorbee commented
- Turn off mocks for production
- Turn off debug logging for production
- Warn about not overwritten resources
- Block unknown routes using 404
blakeembrey commented
A strict mode that blocks any unknown routes from the raml file with a 404 would be nice
jcenturion commented
Agree. Updating description.
jcenturion commented
Also, we have to think about mulesoft/osprey-cli#55
blakeembrey commented
Yes, just run into the issue with missing documented query parameters. Basically strict mode should block everything not documented.