meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

meteor shell for multiple development instances #388

Open hexsprite opened 4 years ago

hexsprite commented 4 years ago

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.