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

Fix init help message. #689

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Docker App doesn't take a docker-compose file implicitly any more.

- How I did it

Removed the incorrect statement in the help.

- How to verify it

Run docker app init --help.

codecov[bot] commented 4 years ago

Codecov Report

Merging #689 into master will decrease coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #689      +/-   ##
==========================================
- Coverage   71.82%   71.77%   -0.05%     
==========================================
  Files          56       56              
  Lines        2889     2888       -1     
==========================================
- Hits         2075     2073       -2     
- Misses        550      551       +1     
  Partials      264      264
Impacted Files Coverage Δ
internal/commands/init.go 86.66% <100%> (ø) :arrow_up:
types/parameters/parameters.go 92.06% <0%> (-1.59%) :arrow_down:
internal/commands/cnab.go 71.24% <0%> (-0.13%) :arrow_down:

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 8fa4476...c9b8627. Read the comment docs.