meteor-ddp-tools
meteor-ddp-tools copied to clipboard
Command line tools for DDP.
When wanting to use DDP in a cli mode to execute a remote command, get the results and exit, found that this gets the job done. I welcome any feedback...
How do I pass { name: "name", count:2 } using the ddp command line tool?
We have cli scripts that we want to call a ddp method, obtain the return value, then exit.. Can this be done with the tool in its current state?
I cannot input another command after entering one.
Hey Chris, Not sure if this interests you but I made this tool a bit more useful: 1. It always exits one way or another. 2. Added exit codes that...