docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

hide render command #665

Closed glours closed 4 years ago

glours commented 4 years ago

- What I did Hide render command

- How I did it pass hidden flag to true in render command

- How to verify it

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

image

codecov[bot] commented 4 years ago

Codecov Report

Merging #665 into master will decrease coverage by 0.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #665     +/-   ##
=========================================
- Coverage    72.1%   71.81%   -0.3%     
=========================================
  Files          57       52      -5     
  Lines        3105     2647    -458     
=========================================
- Hits         2239     1901    -338     
+ Misses        562      501     -61     
+ Partials      304      245     -59
Impacted Files Coverage Δ
internal/commands/render.go 81.25% <100%> (+0.6%) :arrow_up:
internal/commands/root.go 72.11% <0%> (-14.39%) :arrow_down:
internal/commands/push.go 45.22% <0%> (-6.75%) :arrow_down:
internal/compose/compose.go 74.35% <0%> (-5.13%) :arrow_down:
types/parameters/parameters.go 93.65% <0%> (-3.18%) :arrow_down:
internal/commands/build/compose.go
internal/commands/build/build.go
internal/commands/build/types.go
internal/packager/bundle.go
internal/commands/build/digest.go

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 8504449...6b05ad1. Read the comment docs.