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

Change bundle output #591

Closed rumpl closed 5 years ago

rumpl commented 5 years ago

- What I did Changed the output of docker app.

When running docker app bundle ... it will now output:

Bundle <username>/<app> successfully created

- How to verify it

Bundle an app

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #591 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #591      +/-   ##
==========================================
+ Coverage   71.16%   71.22%   +0.06%     
==========================================
  Files          53       53              
  Lines        2802     2805       +3     
==========================================
+ Hits         1994     1998       +4     
+ Misses        552      551       -1     
  Partials      256      256
Impacted Files Coverage Δ
internal/commands/bundle.go 63.73% <100%> (+1.23%) :arrow_up:
types/parameters/parameters.go 93.65% <0%> (+1.58%) :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 49ae99f...9d6a410. Read the comment docs.