Access a production server with meteor shell

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?

Cheers
Robin

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.

1 Like

Thanks, I’ll take a look.

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.

1 Like

In case you’re still searching: https://github.com/qualialabs/prod-shell

1 Like