I need to run some server-side commands on my production app to modify some data, specifically adding some users to new roles from the alanning:roles package. My production server was deployed using mup. Per the mup docs, my app lives at /opt//app, so I navigated there via ssh and ran meteor shell. This doesn't seem to work. Does anyone have any other suggestions for updating user permissions on a production server?
Could you write some server-side code that runs on Meteor.startup and deploy it to the server?