Skip to content

thomas0087/deis-workflow-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Deis Workflow Controller API library for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages