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

Add "remove" as alias for app image rm #662

Closed thaJeztah closed 5 years ago

thaJeztah commented 5 years ago

follow-up to https://github.com/docker/app/pull/648

thaJeztah commented 5 years ago

@rumpl @silvin-lubecki

codecov[bot] commented 5 years ago

Codecov Report

Merging #662 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #662      +/-   ##
==========================================
+ Coverage   71.76%   71.89%   +0.12%     
==========================================
  Files          52       52              
  Lines        2646     2647       +1     
==========================================
+ Hits         1899     1903       +4     
+ Misses        502      500       -2     
+ Partials      245      244       -1
Impacted Files Coverage Δ
internal/commands/image/rm.go 62.5% <100%> (+1.2%) :arrow_up:
types/parameters/parameters.go 96.82% <0%> (+4.76%) :arrow_up:

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