docker / app

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

Add a json output as default for app inspect #660

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Made docker app inspect print a json by default, added a flag --pretty to print the old tabular inspect.

- How I did it

- How to verify it

- Description for the changelog Docker app inspect now prints a json by default. Only bundled or running apps can be inspected.

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #660   +/-   ##
=======================================
  Coverage   71.89%   71.89%           
=======================================
  Files          52       52           
  Lines        2715     2715           
=======================================
  Hits         1952     1952           
  Misses        518      518           
  Partials      245      245

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 84e35ad...bd3038c. Read the comment docs.