0.0
No commit activity in last 3 years
No release in over 3 years
A Deis Workflow Controller API library for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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