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 shorthand help flag #499

Closed chris-crone closed 5 years ago

chris-crone commented 5 years ago

- What I did Bump the docker/cli vendoring so that the shorthand help flag (-h) works. See: https://github.com/docker/cli/pull/1787.

This also required bumping docker/docker.

- How I did it

$ dep ensure -update github.com/docker/cli
$ dep ensure -update github.com/docker/docker

- How to verify it

See vendoring changes in Gopkg.lock.

Using Docker App plugin:

$ docker app bundle -h

Should see output for bundle command.

- Description for the changelog None

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #499 into master will decrease coverage by 0.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #499      +/-   ##
==========================================
- Coverage   69.59%   69.44%   -0.15%     
==========================================
  Files          51       51              
  Lines        2743     2743              
==========================================
- Hits         1909     1905       -4     
- Misses        590      593       +3     
- Partials      244      245       +1
Impacted Files Coverage Δ
types/parameters/parameters.go 85.71% <0%> (-6.35%) :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 f75016b...105642c. Read the comment docs.