Skip to content
Snippets Groups Projects
Commit 06bdc061 authored by Franky Begue's avatar Franky Begue
Browse files

Update README.md

parent 86ba448d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ to the server and take care of importing/deploying/undeploying for you. ...@@ -11,7 +11,9 @@ to the server and take care of importing/deploying/undeploying for you.
- fill out the config (./config.js) which for now just uses YOUR login for couchbase - fill out the config (./config.js) which for now just uses YOUR login for couchbase
- `npm install` - `npm install`
- Run this from the command line with two arguments: function name (or file name without '.js') and operation mode (true = update, false = create): - Run the main from the command line with two arguments:
- function name (or file name without '.js') where this file is located in the /functions folder
- operation mode (true = update, false = create):
Example: `node couchbase_eventing getErrors true` Example: `node couchbase_eventing getErrors true`
...@@ -31,6 +33,8 @@ check that your thing is out there, make sure to refresh the page! ...@@ -31,6 +33,8 @@ check that your thing is out there, make sure to refresh the page!
## Todo ## Todo
- inline n1ql queries - inline n1ql queries
- add 'create' mode
-
- allow user to specify path to function file in CLI (get rid of assumed folder structure?) - allow user to specify path to function file in CLI (get rid of assumed folder structure?)
- change login to use some 'system' account not our 'user' logins - change login to use some 'system' account not our 'user' logins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment