The Litium Storefront CLI is pretty good in development scenarios and also when deploying to environments using CI/CD. However a problem arises whenever there are fields which the customer want to control on their own in backoffice.
For example TextOption, IntOption, DecimalOption inputs when used for stuff like page tags for a article list feature. As when importing the fields using the storefront CLI the configuration added by the customer gets wiped clean. It would be great if the cli dont override the values, or if a new flag for overriding is added. So these fields are skipped and inform the user when an import for a field is skipped.
Maybe an additional setting for fields in the yaml definition to only update everything but the options. Or maybe a setting for skipping anything other than initial adding if the field. And prevent updates.