How do we connect `meteor shell` to a remote/production app?

How do we connect meteor shell to a remote/production app?

1 Like

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).

1 Like

@trusktr there is an old package by qualia that I remeber (qualia:prod-shell - Packosphere) maybe it helps you in any way.

1 Like

That could be a great package.

rails-like debugging in prod is so cool