Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 372 Bytes

Command line tools for testing and playing with DDP.

Install

> sudo npm install -g ddp-tools

Usage

> ddp connect
> ddp call <method_name> [<param1> <param2> ...]
> ddp subscribe <subscription_name> [<param1> <param2> ...]
> ddp subscribe-multi <subscription> [<subscription2> <subscription3> ...]