cli icon indicating copy to clipboard operation
cli copied to clipboard

Create new dashboard app record from CD pipeline

Open clement911 opened this issue 2 months ago • 2 comments

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:

Image

clement911 avatar Sep 29 '25 05:09 clement911

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.

github-actions[bot] avatar Nov 11 '25 03:11 github-actions[bot]

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 method and preview_store (or preview_store_id, or preview_store_url)
  • shopify app info could return the install url in addition to other info.

evankford avatar Nov 11 '25 15:11 evankford