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

remove the status command from docker app CLI #647

Closed glours closed 4 years ago

glours commented 4 years ago

Signed-off-by: Guillaume Lours guillaume.lours@docker.com

- What I did Remove status command from docker-app CLI

- How I did it Remove code

- How to verify it

- Description for the changelog status command has been removed from the CLI

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

image

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@695509b). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #647   +/-   ##
=========================================
  Coverage          ?   71.35%           
=========================================
  Files             ?       48           
  Lines             ?     2451           
  Branches          ?        0           
=========================================
  Hits              ?     1749           
  Misses            ?      480           
  Partials          ?      222
Impacted Files Coverage Δ
internal/commands/root.go 68.68% <ø> (ø)

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 695509b...da6fa10. Read the comment docs.

rumpl commented 4 years ago

There are a bunch of references to the status command in the examples, we should remove them