meteor-feature-requests icon indicating copy to clipboard operation
meteor-feature-requests copied to clipboard

meteor shell for multiple development instances

Open hexsprite opened this issue 5 years ago • 0 comments

When I'm running more than one meteor development instance at a time, which is quite common because I will often run one for interactive testing and one for running mocha tests, sometimes I will connect to the test instance when running meteor shell and sometimes I will connect to the interactive instance.

One idea that could work is a flag for meteor shell that lets you select which meteor instance to connect eg: meteor shell --port 3000 so I could connect to a particular meteor server instance.

hexsprite avatar Mar 04 '20 01:03 hexsprite