operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

Defaults and Flags inconsistent in opm container tool flag

Open gallettilance opened this issue 4 years ago • 6 comments

The default container tool for bundle build is docker whereas the default for index add/rm/export is podman. The command line flag is also different (-b vs -c) which is confusing.

Usage:
  opm alpha bundle build [flags]

Flags:
  -b, --image-builder string   Tool to build container images. One of: [docker, podman, buildah] (default "docker")

vs

Usage:
  opm index add [flags]

Flags:
  -c, --container-tool string   tool to interact with container images (save, build, etc.). One of: [docker, podman] (default "podman")

gallettilance avatar Feb 27 '20 20:02 gallettilance

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 27 '20 20:04 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 30 '20 14:06 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 31 '20 09:08 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 31 '20 10:10 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 30 '20 13:12 stale[bot]

I encountered this as well - making the cli flags consistent should be required before the command is declared GA.

adambkaplan avatar Dec 17 '21 17:12 adambkaplan