deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

feat(run-cmd): Allow using an unreleased image #288

Closed robholland closed 7 years ago

robholland commented 7 years ago

This is useful for build steps which must be completed before an app is fully deployed to deis, for example asset compilation.

Builds on: https://github.com/deis/controller/pull/1208

robholland commented 7 years ago

This PR fails CI as it depends on https://github.com/deis/controller-sdk-go/pull/115