docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Remove version command, introduce --version option #619

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Replaced version command with a --version option

- How I did it Moved code around

- How to verify it run docker app --version

- Description for the changelog Remove version command, introduce --version option

- A picture of a cute animal (not mandatory but encouraged) image

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #619   +/-   ##
=======================================
  Coverage   72.29%   72.29%           
=======================================
  Files          51       51           
  Lines        2660     2660           
=======================================
  Hits         1923     1923           
  Misses        497      497           
  Partials      240      240

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 e495f22...3a79fe7. Read the comment docs.