How do we connect meteor shell
to a remote/production app?
You have to connect via ssh (and your machine should have meteor globally installed)
Go to your project and run meteor shell there(it should work in any meteor project folder)
@grubba ah, thanks. That’s what I figured. I was curious if there was something like meteor shell foo.com
.
That might be interesting. It might be doable assuming an app uses the official accounts
package, then perhaps meteor shell login foo.com
could establish and cache the authentication locally such that logging into the app server’s terminal isn’t required (and Meteor also would not need to be installed there).
@trusktr there is an old package by qualia that I remeber (qualia:prod-shell - Packosphere) maybe it helps you in any way.
That could be a great package.
rails-like debugging in prod is so cool