I’m sure I read somewhere that the team at Workpop are able to use the meteor shell command connected to a production server. Is anyone here aware of how that might be done (securely) as it would be extremely useful for a production app we’re running?
meteor shell doesn’t work for deployed apps, but there’s a new (paid) alternative: Supermongol. Didn’t try it, but you can give it a try to see if it suits you. Its main feature is live MongoDB editing, but it also has shell-like functionality.
Thanks for the mention! There’s now a new package too, which you can configure to do what you might do through a shell. The big difference is, that it’s designed to be friendly for non-developers so that they can do their work and you can do yours independently.
And with the new Functions featue, you could configure the package to have shell-like functionality.