meteor-feature-requests
meteor-feature-requests copied to clipboard
meteor shell for multiple development instances
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.