meteor-ddp-tools
meteor-ddp-tools copied to clipboard
Made it useful for scripts
Hey Chris,
Not sure if this interests you but I made this tool a bit more useful:
- It always exits one way or another.
- Added exit codes that let a caller tell what happened (good or bad).
- Only output data from subs/methods (we could add a
--debug
flag too I guess)
Basically makes it useful to use from larger scripts that want to grab data from somewhere.