shopify app dev
Builds the app and lets you preview it on a development store or Plus sandbox store
Options
Name | Description |
---|---|
--tunnel-url | The URL of a tunnel that you've started using your own local tunneling software. Shopify recommends Cloudflare tunnel for use with Shopify CLI |
--store, -s <store> | The development store or Plus sandbox store that you want to use to preview your app |
--api-key <key> | The client ID of your app. Use this flag to specify the app that you want connect your project with |
--no-update | Skip the prompt to update the app URLs that are set in the Partner Dashboard. Your URLs won't be updated |
--path <path> | The path to your app directory |
--skip-dependencies-installation | Skip checking and installing missing dependencies for your app |
--reset | Reset all of your dev settings and send an uninstall request for the store to the default webhook endpoint (/api/webhooks), or the endpoint defined in shopify.web.toml |
--checkout-cart-url | A partial link with a product variant ID and quantity to be used to create a test checkout for checkout UI extensions |
--subscription-product-url | A partial link with a product ID. Use this flag to specify the product to use when testing a purchase option extension |
--theme-app-extension-port <port> | The local port to be used to test a theme app extension |
--theme, -t <ID or name> | The ID or name of the theme to be used to test a theme app extension |