Closed matthewvolk closed 4 weeks ago
Latest commit: 53570eb07f6a3571adab8c9c84c6cb94b7a5b49a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst-latest | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 5, 2024 10:16pm |
Lighthouse ran against https://catalyst-latest-k4tu1i2v7-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 86 |
🟢 Accessibility | 96 |
🟢 Best practices | 100 |
🟠 SEO | 82 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 78 |
🟢 Accessibility | 96 |
🟢 Best practices | 100 |
🟠 SEO | 85 |
What/Why?
If a user provides
--store-hash
,--channel-id
, and--storefront-token
, there is no need to prompt the user to log into a store because they already have a store they want to connect to, a channel they want to link, and a valid auth token to interact with the GQL API for that channel.Testing
I would post a video but it would expose SF tokens - this was tested locally and ran without errors and without affecting other CLI flag combinations.