meteor-ddp-tools icon indicating copy to clipboard operation
meteor-ddp-tools copied to clipboard

Can't send an object as a param

Open mariorodriguespt opened this issue 10 years ago • 1 comments
trafficstars

How do I pass { name: "name", count:2 } using the ddp command line tool?

mariorodriguespt avatar Dec 18 '14 17:12 mariorodriguespt

you need to NOT to Over Quote

ddp subscribe somethings {"keyname":"value"}

spawn-guy avatar Nov 18 '15 13:11 spawn-guy