Dockland
Dockland provides dokku
command for your machine.
Installation
$ gem install dockland
Usage
$ cd sushi-app # Move to dokku-ready-project folder
$ dockland config:add KEY1=VALUE
-----> Setting config vars and restarting sushi-app
KEY1: VALUE
-----> Releasing sushi-app ...
-----> Release complete!
-----> Deploying sushi-app ...
-----> Deploy complete!
$ dockland config
=== sushi-app config vars ===
KEY1: VALUE
Contributing
- Fork it ( https://github.com/uetchy/dockland/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request