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

Rename command `list` with `ls` #636

Closed ulyssessouza closed 4 years ago

ulyssessouza commented 4 years ago

- What I did Rename command list with ls

- How I did it Rename command list with ls and added an alias to list

- How to verify it docker app ls docker app list docker app --help

- Description for the changelog Rename command list with ls

- A picture of a cute animal (not mandatory but encouraged) baby-goat-pajama-party-strawberry

codecov[bot] commented 4 years ago

Codecov Report

Merging #636 into master will decrease coverage by 0.5%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
- Coverage   72.46%   71.95%   -0.51%     
==========================================
  Files          49       49              
  Lines        2600     2560      -40     
==========================================
- Hits         1884     1842      -42     
- Misses        484      486       +2     
  Partials      232      232
Impacted Files Coverage Δ
internal/commands/list.go 84.12% <100%> (ø) :arrow_up:
internal/packager/init.go 60.97% <0%> (-7.38%) :arrow_down:
internal/commands/init.go 88.23% <0%> (-7.22%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :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 dc0d83c...84bddd8. Read the comment docs.