Skip to content

Improve Builder Flag Names #942

Closed
Closed
@lkingland

Description

@lkingland

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions