apm
apm copied to clipboard
Error message improvement: which extension need parameter to set
When apm
generates the description, it is not easy to understand which extension missed the parameter value.
For example, apm
gives me this message:
generate/app-descriptor :: Parameter not valid: bundleSeedId=
.
And it would be much faster to find context of this parameter if this message would contain info that this parameter is related to Push Notification One Signal extension.
Sure, will look into it.
Currently if you just run:
apm project config set
you will be stepped through all the config and provided documentation from each of the extensions requiring the setting.
Or if you just set that particular value you will get documentation as well:
apm project config set bundleSeedId
Outputs:
# [com.distriqt.PushNotifications]: Bundle Seed Id (or App ID Prefix) for your iOS application
# See: https://docs.airnativeextensions.com/docs/pushnotifications/apple/apple-push-notification-service
bundleSeedId= (required)
Set []:
Maybe improve the error message this way:
generate/app-descriptor :: Parameter not valid: bundleSeedId=.
# [com.distriqt.PushNotifications]: Bundle Seed Id (or App ID Prefix) for your iOS application
# See: https://docs.airnativeextensions.com/docs/pushnotifications/apple/apple-push-notification-service