Skip to content

speedygfw/rokku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rokku

simple CLI tool for creating an 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

About

simple CLI tool for creating an managing Dokku apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published