1.0.3 • Published 3 years ago

@eggplants/heroku-nano v1.0.3

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

heroku-nano

Installation

heroku plugins:install @eggplants/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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago