cli
cli copied to clipboard
Build apps, themes, and hydrogen storefronts for Shopify
### WHY are these changes introduced? Related to https://github.com/Shopify/develop-app-outer-loop/issues/1412 Depends on https://github.com/shop/world/pull/18709 ### WHAT is this pull request doing? Uses Brotli to compress the app bundle when using App Management...
# Add JSON schema support for app configuration validation ### WHY are these changes introduced? This PR generates a JSON schema for the app configuration file, which will enable better...
### WHY are these changes introduced? Remove metafield support from schemas that don't actually need it. ### WHAT is this pull request doing? - Keep metafields only in the extensions...
We need to release the functions JS package before we merge this. ### WHY are these changes introduced? Part of https://github.com/shop/issues-shopifyvm/issues/29 ### WHAT is this pull request doing? Uses the...
### WHY are these changes introduced? UI extensions currently don't output any logging for successful builds, unlike Functions. ### WHAT is this pull request doing? Adds logging for esbuild-managed builds...
### Please confirm that you have: - [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
### WHAT is this pull request doing? Adds a new `refreshSchemaBank` function that stores JSON schemas from extension specifications in the `.shopify/schemas` directory. This enables better IDE integration for extension...
Wont's ship - would need instead an update of the whole package in `vendor`
### WHY are these changes introduced? - closes https://github.com/shop/issues-retail-on-payments-platform/issues/174 - depends on https://github.com/Shopify/partners/pull/59179 Adds a new payments app extension type card present for supporting retail in person payments on PPP....
### WHY are these changes introduced? With `renderTasks`, we'd like to update the `title` while the task is running, so we can provide better feedback to the user on the...