Create new dashboard app record from CD pipeline
I understand that the CLI can be used to release a new version of an existing app. But is it not possible to create a new dashboard app record from CD pipeline?
Essentially we want to automate the initial app creation process and by pass manual set up or interactive prompts entirely.
Also, how do we automate the app distribution part such that it is a custom app for a specific store with multiple stores on plus store allowed:
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
We could also really use this process for integrating our managed stored with our systems. Seems simple enough this way:
- shopify.app.toml could definitely have a "distribution" scope with
methodandpreview_store(orpreview_store_id, orpreview_store_url) shopify app infocould return the install url in addition to other info.