Skip to content

1.8.0

Latest
Compare
Choose a tag to compare
@shihyuho shihyuho released this 21 Sep 02:53
· 3 commits to master since this release

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