Skip to content

Add preview store access URL to store info#7832

Merged
amcaplan merged 1 commit into
mainfrom
preview-store-access-url-in-store-info
Jun 19, 2026
Merged

Add preview store access URL to store info#7832
amcaplan merged 1 commit into
mainfrom
preview-store-access-url-in-store-info

Conversation

@amcaplan

Copy link
Copy Markdown
Contributor

What

Add the locally stored preview store access URL to shopify store info output, 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.ts
  • pnpm --filter @shopify/store type-check
  • pnpm --filter @shopify/store lint
  • pnpm nx run cli:refresh-manifests
  • node -e "JSON.parse(require('fs').readFileSync('packages/cli/oclif.manifest.json', 'utf8'))"

@amcaplan amcaplan requested review from a team as code owners June 16, 2026 12:45
@github-actions github-actions Bot added the Area: @shopify/cli @shopify/cli package issues label Jun 16, 2026
@amcaplan amcaplan force-pushed the preview-store-access-url-in-store-info branch 2 times, most recently from 08c9516 to 778eeae Compare June 16, 2026 16:45
@github-actions

Copy link
Copy Markdown
Contributor

Differences in type declarations

We 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:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/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

@alfonso-noriega alfonso-noriega left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@amcaplan amcaplan force-pushed the claim-url-in-store-info branch from c94c30d to 63db845 Compare June 18, 2026 11:44
@amcaplan amcaplan force-pushed the preview-store-access-url-in-store-info branch from 778eeae to 1a1a598 Compare June 18, 2026 11:59
@amcaplan amcaplan force-pushed the claim-url-in-store-info branch 2 times, most recently from 61d486b to 85dfd83 Compare June 18, 2026 15:33
@amcaplan amcaplan force-pushed the preview-store-access-url-in-store-info branch from 1a1a598 to 309aaa6 Compare June 18, 2026 16:04
@github-actions github-actions Bot added no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. and removed Area: @shopify/cli @shopify/cli package issues labels Jun 18, 2026
@amcaplan amcaplan force-pushed the claim-url-in-store-info branch from 85dfd83 to acfa485 Compare June 18, 2026 16:56
@amcaplan amcaplan force-pushed the preview-store-access-url-in-store-info branch from 309aaa6 to 8491e6d Compare June 19, 2026 03:44

amcaplan commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Base automatically changed from claim-url-in-store-info to main June 19, 2026 04:17
@amcaplan amcaplan added this pull request to the merge queue Jun 19, 2026
Merged via the queue into main with commit 41e8f39 Jun 19, 2026
26 checks passed
@amcaplan amcaplan deleted the preview-store-access-url-in-store-info branch June 19, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants