0.1.1 • Published 9 years ago

eileen v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Eileen NPM Version NPM Downloads License Build Status

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 dokku@127.0.0.1 -T urls myapp.

Testing

$ npm test

Credits