deis / workflow-cli

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

feat(cmd): add config:list --diff #299

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

closes #293

Usage:

$ deis config:pull
$ diff <(deis config:list --diff) .env
$ vim .env
$ diff <(deis config:list --diff) .env
3c3
< HELLO=world
---
> HELLO=deis
deis-bot commented 7 years ago

@Joshua-Anderson, @mboersma and @zinuzoid are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!

codecov-io commented 7 years ago

Codecov Report

Merging #299 into master will increase coverage by 0.21%. The diff coverage is 82.6%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #299      +/-   ##
=========================================
+ Coverage   72.58%   72.8%   +0.21%     
=========================================
  Files          59      59              
  Lines        4082    4115      +33     
=========================================
+ Hits         2963    2996      +33     
  Misses        792     792              
  Partials      327     327
Impacted Files Coverage Δ
cmd/cmd.go 66.66% <ø> (ø) :arrow_up:
cmd/config.go 43.9% <100%> (+2.13%) :arrow_up:
parser/config.go 85.93% <55.55%> (-2.4%) :arrow_down:
parser/healthchecks.go 90.09% <0%> (+3.21%) :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...89982ee. Read the comment docs.