rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Unwrapping the command runner from deploy #75

Closed dylanjustice closed 4 years ago

dylanjustice commented 4 years ago

Small regression with the deploy command. Since it acts as an entry point, the command runner isn't necessary. Also, for fun, added the verbose command to the eb deploy options to stream events from the eb cli.

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   73.22%   73.22%           
=======================================
  Files          19       19           
  Lines         549      549           
  Branches       78       78           
=======================================
  Hits          402      402           
  Misses        121      121           
  Partials       26       26           

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 9af348c...392f602. Read the comment docs.

brandongregoryscott commented 4 years ago

Thanks for digging into this! I had a feeling that big refactor was going to break something 😝