motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 317 forks source link

Improve cmds #318

Closed italolelis closed 6 years ago

italolelis commented 6 years ago

What does this PR do?

Uses the cobra cmd as it should be. This means that now we have a new command called janus start which starts the web server

codecov[bot] commented 6 years ago

Codecov Report

Merging #318 into master will decrease coverage by 0.08%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
- Coverage   40.75%   40.67%   -0.09%     
==========================================
  Files          71       72       +1     
  Lines        2505     2510       +5     
==========================================
  Hits         1021     1021              
- Misses       1422     1427       +5     
  Partials       62       62
Impacted Files Coverage Δ
main.go 0% <0%> (ø)

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 9b44360...95a65b0. Read the comment docs.