Add preview store access URL to store info#7832
Merged
Merged
Conversation
dmerand
approved these changes
Jun 16, 2026
08c9516 to
778eeae
Compare
Contributor
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/common/version.d.ts@@ -1 +1 @@
-export declare const CLI_KIT_VERSION = "4.2.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "4.1.0";
\ No newline at end of file
|
c94c30d to
63db845
Compare
778eeae to
1a1a598
Compare
61d486b to
85dfd83
Compare
1a1a598 to
309aaa6
Compare
85dfd83 to
acfa485
Compare
309aaa6 to
8491e6d
Compare
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 19, 2026
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.

What
Add the locally stored preview store access URL to
shopify store infooutput, alongside the claim URL from the previous PR.Testing
pnpm --filter @shopify/store vitest run src/cli/services/store/info/index.test.ts src/cli/services/store/info/result.test.ts src/cli/commands/store/info.test.tspnpm --filter @shopify/store type-checkpnpm --filter @shopify/store lintpnpm nx run cli:refresh-manifestsnode -e "JSON.parse(require('fs').readFileSync('packages/cli/oclif.manifest.json', 'utf8'))"