Add typed JSON output to theme pull - #8648
Draft
gonzaloriestra wants to merge 1 commit into
Draft
gonzaloriestra wants to merge 1 commit into
gonzaloriestra wants to merge 1 commit into
Conversation
gonzaloriestra
added this pull request to stack #8650
September 24, 2026 09:31
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 10:04
1fefc12 to
890c7ac
Compare
gonzaloriestra
removed this pull request from stack #8650
September 24, 2026 10:04
gonzaloriestra
added this pull request to stack #8655
September 24, 2026 10:05
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 10:13
890c7ac to
76bb8a2
Compare
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 10:25
76bb8a2 to
24d32de
Compare
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 11:56
24d32de to
ca60dda
Compare
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 13:46
ca60dda to
be3adca
Compare
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 14:21
be3adca to
e0e000c
Compare
gonzaloriestra
force-pushed
the
gonzalo/json-theme-pull
branch
from
September 24, 2026 14:36
e0e000c to
c9abe6c
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHY are these changes introduced?
Related to https://github.com/shop/issues-develop/issues/23693
theme pulldownloads files but does not expose a typed, discoverable JSON result for automation.WHAT is this pull request doing?
Add
--jsonwith the local download path, remote theme metadata, and preview/editor links. Execution returns typed data; a presenter retains the existing success banner. The exportedpull()adapter keeps its text behavior. Download progress uses typed side events in JSON mode.Normal output:
Matching JSON:
{ "path": "/path/to/theme", "theme": { "id": 1, "name": "MyTheme", "role": "unpublished", "processing": false, "shop": "example.myshopify.com", "editor_url": "https://example.myshopify.com/admin/themes/1/editor", "preview_url": "https://example.myshopify.com?preview_theme_id=1" } }Optional
srcmetadata is included when available. The internalcreatedAtRuntimeflag is not part of the public result.Uses the draft multi-environment contract from the preceding PR: one array in requested order, environment names on successful results, failures on stderr,
[]when none succeed, and unchanged exit behavior. Tests use real temporary files for downloads, deletion, and--nodelete.How to manually test your changes?
Checklist