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

Rename "uninstall" to "remove/rm" #622

Closed ndeloof closed 5 years ago

ndeloof commented 5 years ago

- What I did Renamed uninstall into rm (alias remove)

- How I did it Search and replace

- How to verify it docker app --help docker app rm foo

- Description for the changelog "uninstall" command renamed to "rm" (alias remove)

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

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   71.83%   71.83%           
=======================================
  Files          51       51           
  Lines        2624     2624           
=======================================
  Hits         1885     1885           
  Misses        500      500           
  Partials      239      239

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...149702a. Read the comment docs.