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 -q flag for image ls command #695

Closed jcsirot closed 4 years ago

jcsirot commented 4 years ago

- What I did This PR add the flag -q to the docker app image ls command. When this flag is set to true only the app image id are printed.

- How to verify it Run docker app image ls -q. The output must look like:

$ docker app image ls -q
bfd17c107aad
1fa73eccfc5c
bfd17c107aad
bfd17c107aad
916c80e7ab93

A E2E test covering this command has been added

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #695   +/-   ##
=======================================
  Coverage   71.77%   71.77%           
=======================================
  Files          56       56           
  Lines        2983     2983           
=======================================
  Hits         2141     2141           
  Misses        567      567           
  Partials      275      275

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 f611ee7...fb9defa. Read the comment docs.