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 --kubernetes-namespace flag to --namespace #621

Closed jcsirot closed 4 years ago

jcsirot commented 4 years ago

- What I did Rename --kubernetes-namespace flag to --namespace

- How to verify it docker app install --help command should contain

      --namespace string              Kubernetes namespace to install into (default "default")

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #621 into master will decrease coverage by 0.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #621      +/-   ##
==========================================
- Coverage   72.68%   72.22%   -0.46%     
==========================================
  Files          50       50              
  Lines        2610     2574      -36     
==========================================
- Hits         1897     1859      -38     
- Misses        481      484       +3     
+ Partials      232      231       -1
Impacted Files Coverage Δ
internal/commands/install.go 66.66% <100%> (ø) :arrow_up:
internal/commands/root.go 72.22% <0%> (-7.12%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :arrow_down:
internal/version.go 92.85% <0%> (+3.38%) :arrow_up:

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 0947d07...03b756b. Read the comment docs.