Hello!
Problem
I'd like to publish an update to a watchface to the app store via the command line.
I've stumbled around the internet a bit searching for answers related to the above subject. I came across some related questions and scripts, but nothing seems to go as far as actually publishing to the app store without needing to manually go to the app store. I've even considered writing my own tool to help publish apps and watchfaces, but I stopped before investing too much time into it...
Potential solution thoughts
Whether such functionality would be included in the actual "monkey" branded CLI tools is not super important, as if there was just a separate endpoint we could `post` data to (https://apps.garmin.com/en-US/developer/{developerId}/apps/{appStoreId}/update),
that would be great (the tricky part about using the previous URL in any script is that it isn't really meant to be automated, both from the form filling perspective, and from an authentication perspective).
My grand plan is/was to wrap up some functionality in an Azure DevOps task (and/or GitHub Action) so that I wouldn't have to go through the manual process of uploading a new version to the store.
Closing
I hope everyone's new year is off to a great start!
-Josh