Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 620 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 620 Bytes

Deis Workflow Ruby

Deis Workflow Controller API bindings for Ruby.

Compliant with Controller API v2.2.

Gem Version

Installing

$ gem build deis-workflow.gemspec
$ gem install deis-workflow-0.0.1.gem

Using

> require 'deis-workflow'
> client = DeisWorkflow::Client.new('http://local.deis.app', 'the-secret-auth-token')
> client.apps_list_all

Contributing

  • Fork the repo
  • Create a PR with your changes
  • Pester the maintainer to accept your changes