Adds ability to pass a middleware to CLI for instrumentation (#3554)

* Adds ability to pass a middleware to CLI for instrumentation

* Adds readme
This commit is contained in:
Florent Vilmart
2017-02-22 16:42:21 -05:00
committed by Natan Rolnik
parent 73260897cd
commit 41358d2226
3 changed files with 17 additions and 1 deletions

View File

@@ -249,4 +249,7 @@ export default {
help: "Live query server configuration options (will start the liveQuery server)",
action: objectParser
},
"middleware": {
help: "middleware for express server, can be string or function"
}
};