[FEATURE] Generalize flag names for shp build
commands
#214
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
The
shp build
sub-commands have flags that are closely tied to the underlyingv1alpha1
API. These should be generalized or reconsidered so they are supported by thev1beta1
API, or potential future API versions.Describe the solution that you would like.
Flag names should be "feature-oriented" so they are independent of the underlying API. For example, flags that explicitly reference
apiVersion
should be deprecated and removed.Recommended changes (based on feedback below):
Describe alternatives you have considered.
Keep the existing flags - this will not prove tenable long term.
Anything else?
Use comments on this issue to suggest flag deprecations or renames. These will be added to the "solution" section once adopted.
Proposed during shipwright-io/community#183 discussion.
The text was updated successfully, but these errors were encountered: