Releases: softleader/helm-run
Releases · softleader/helm-run
1.8.0
supports windows path style when running --local command
# 指令實際上是跑在 container 中, 所以原本需要給的是 unix 的 path style
# 但這樣會讓 windows 使用者不能直接按 tab 往下打指令, 較不方便
helm run -lm project/jasmine/package
# 1.8 版後會主動轉換成 unix path style, 所以打反斜線也可以支援
helm run -lm project\jasmine\package
1.7.0
change flag --always-pull-image
to --update-image
and add a shorthand -U
for it
1.6.0
add --token
for private repositories
1.3.0
add --dos2unix
flag as default true
1.2.0
add many flags to fully control container, hopes for debug easily :)