1.0.8 • Published 8 years ago

rokku v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago