docker / app

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

Support format option in docker app ls #743

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Introduced --format experimental option for docker app ls Can either pass a Go template (jist like most docker CLI commands) or just "json" to enable json output.

- How I did it with love

- How to verify it docker app ls --format "{{(index . 0).Reference}}" docker app ls --format "json"

- Description for the changelog Introduced --format experimental option for docker app ls

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #743   +/-   ##
=======================================
  Coverage   70.81%   70.81%           
=======================================
  Files          64       64           
  Lines        3663     3663           
=======================================
  Hits         2594     2594           
  Misses        748      748           
  Partials      321      321

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 355ab4f...d5e1ff5. Read the comment docs.

rumpl commented 4 years ago

Could we add a test for this?