GoogleContainerTools/skaffold

Skaffold file output flags are inconsistent

開放

#3,150 建立於 2019年11月1日

 (3 則留言) (1 個反應) (1 位負責人)Go (1,416 個分叉)batch import
area/cliarea/uxfixithelp wantedjuly-chillkind/feature-requestpriority/p2

倉庫指標

星標
 (12,822 顆星)
PR 合併指標
 (平均合併 3天 6小時) (30 天內合併 16 個 PR)

描述

Skaffold supports writing a few different run results to files for use in other commands or k8s-related processes. However, these files all have different flag names, making it difficult to know which one to use for which command.

writing the built artifact results from skaffold build - --file-output consuming this generated file in skaffold deploy - --artifacts, or -a outputting templated manifests from skaffold render - --output, or -o

We should decide on a common flag name and just use that everywhere, or at least for build and render where the flag is actually specifying an output.

貢獻者指南