1.0.4 • Published 4 years ago
@eggplants/heroku-nano v1.0.4
heroku-nano
- A Heroku plugin that allows you to use nano in a dyno
- Forked from jasonheecs/heroku-vim
Installation
heroku plugins:install @eggplants/heroku-nanoUsage
heroku nano -a <app-name>
This will install nano on your dyno and start a bash shell with nano installed on your $PATH
You can then open any file in the dyno with nano like so:
nano /path/to/fileRunning another command instead of bash
You can set a command other than bash to be run:
heroku nano -c 'rails console' -a <app-name>
License
MIT