-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
kind/enhancementFeature additions or improvements to existingFeature additions or improvements to existing
Description
The --builder-image flag introduced in #923 presents possible confusion with --builder.
cmd.Flags().StringP("builder", "b", "pack", "builder to use when creating the underlying image. Currently supported builders are 'pack' and 's2i'.")
cmd.Flags().StringP("builder-image", "", "", "builder image, either an image name or a mapping name.\nSpecified value is stored in func.yaml for subsequent builds. ($FUNC_BUILDER_IMAGE)")As is mentioned during code review, we should take the time to consider possible alternative names or a wholesale refactor of this feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementFeature additions or improvements to existingFeature additions or improvements to existing