Deis Workflow Controller API bindings for Ruby.
Compliant with Controller API v2.2
.
$ gem build deis-workflow.gemspec
$ gem install deis-workflow-0.0.1.gem
> require 'deis-workflow'
> client = DeisWorkflow::Client.new('http://local.deis.app', 'the-secret-auth-token')
> client.apps_list_all
- Fork the repo
- Create a PR with your changes
- Pester the maintainer to accept your changes