eileen
v0.1.1
Published
Dokku toolbelt
Downloads
8
Readme
Eileen
Dokku toolkit
Eileen is a toolkit for your Dokku server very similar to the Heroku toolkit.
How it works
Eileen proxies your host and app name from your git repo to dokku on your host, so you don't have to specify the app when making commands or care what the host is either.
Install
$ npm install -g eileen
Usage
$ eileen urls
While in an app, with the name of myapp
on 127.0.0.1
it will proxy the command as ssh [email protected] -T urls myapp
.
Testing
$ npm test