1.0.8 • Published 10 years ago

rokku v1.0.8

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

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago