deis / workflow-cli

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

[WIP] feat(cmd/apps.go): interactive "deis run" via websocket #295

Closed mboersma closed 7 years ago

mboersma commented 7 years ago

This is really quick-and-dirty for my local testing. Eventually changes like this should go to controller-sdk-go, and this needs to add terminal handling and several other items.

See also deis/controller#1162.

codecov-io commented 7 years ago

Codecov Report

Merging #295 into master will decrease coverage by 0.72%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
- Coverage   72.58%   71.86%   -0.73%     
==========================================
  Files          59       59              
  Lines        4082     4158      +76     
==========================================
+ Hits         2963     2988      +25     
- Misses        792      842      +50     
- Partials      327      328       +1
Impacted Files Coverage Δ
cmd/apps.go 30.43% <0%> (-9.44%) :arrow_down:
parser/config.go 85.93% <0%> (-2.4%) :arrow_down:
parser/healthchecks.go 88.77% <0%> (+1.89%) :arrow_up:
cmd/config.go 43.9% <0%> (+2.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ffbad5...209c985. Read the comment docs.