1.0.8 • Published 9 years ago

rokku v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

rokku

simple CLI tool for creating and managing Dokku apps.

Install

npm install rokku

Setup auth

npm config set rokku:username 'yourusername'
npm config set rokku:host 'example.com'
npm config set rokku:port 22
npm config set rokku:keypath 'C:/Users/fwall/.ssh/id_rsa'

you can also setup a password instead of privatekey

Usage

You can use all dokku commands.

Examples:

rokku //displays all commands
rokku apps //displays all apps
rokku deploy appname //deploy your app
1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago