deis / workflow-cli

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

feat(parser): add --login=true to auth:register #269

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

This flag allows users to enable/disable automatic login after registering a user.

closes #266

deis-bot commented 7 years ago

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

codecov-io commented 7 years ago

Current coverage is 72.36% (diff: 62.50%)

Merging #269 into master will decrease coverage by 0.04%

@@             master       #269   diff @@
==========================================
  Files            57         57          
  Lines          3928       3933     +5   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2844       2846     +2   
- Misses          774        777     +3   
  Partials        310        310          

Powered by Codecov. Last update a4492a3...1a1067a

bacongobbler commented 7 years ago

disregarding codecov because it's reporting on old code. Merging!

felixbuenemann commented 7 years ago

Thanks!