GoogleContainerTools/skaffold

Skaffold file output flags are inconsistent

Ouverte

#3 150 ouverte le 1 nov. 2019

 (3 commentaires) (1 réaction) (1 personne assignée)Go (1 416 forks)batch import
area/cliarea/uxfixithelp wantedjuly-chillkind/feature-requestpriority/p2

Métriques du dépôt

Stars
 (12 822 étoiles)
Métriques de merge PR
 (Merge moyen 3j 6h) (16 PRs mergées en 30 j)

Description

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.

Guide contributeur