1.0.4 • Published 3 years ago

heroku-nano v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

heroku-nano

A Heroku plugin that allows you to use nano in a dyno

Installation

heroku plugins:install heroku-nano

Usage

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/file

Running 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