isaiah / dokku-cli

Makes your Dokku even more Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dokku CLI ⚓

Gem Version Downloads

Dokku CLI is a zero config command line tool for the official version of Dokku.

Installation

$ gem build dokku-cli && gem i dokku-cli-1.0.0.gem

Usage

Dokku CLI reads the domain of your Dokku server from your git remote called dokku and requires no configuration. Change in your application directory and run dokku

Remote Commands

dokku run <cmd>   # Run a one-off command in the environment of the app

All commands

$ dokku help --remote=staging

Options:
  [--remote=REMOTE]

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dokku-cli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Makes your Dokku even more Heroku

License:MIT License


Languages

Language:Ruby 100.0%