docker / app

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

Clean up command help and flags #509

Closed chris-crone closed 5 years ago

chris-crone commented 5 years ago

- What I did Cleaned up the command help and flags, aligning them with what we have in the Docker CLI where applicable.

- How to verify it Manually run through commands and verify outputs.

- Description for the changelog Breaking changes:

silvin-lubecki commented 5 years ago

Sorry, you will need to rebase 🦁

chris-crone commented 5 years ago

Must not forget to update the README.md once all changes have been made and squash fixup commits.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   69.87%   69.87%           
=======================================
  Files          54       54           
  Lines        3047     3047           
=======================================
  Hits         2129     2129           
  Misses        635      635           
  Partials      283      283

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 b5935a5...b055624. Read the comment docs.

chris-crone commented 5 years ago

CI is green so I squashed. PTAL @silvin-lubecki