meteor-ddp-tools
meteor-ddp-tools copied to clipboard
Can't send an object as a param
trafficstars
How do I pass { name: "name", count:2 } using the ddp command line tool?
you need to NOT to Over Quote
ddp subscribe somethings {"keyname":"value"}