Catalyst Core Updates
Updates the Catalyst Core course to reflect current Catalyst CLI (v2.x) behavior, fixing setup and lab instructions that no longer matched the tool.
- Lab setup now uses
degitinstead ofpnpm dlx create-next-appto provision lab starter code. - Reconnecting a project to a storefront channel now uses
pnpm catalyst channel link, replacing the removedinitcommand. - Documents
CATALYST_ACCESS_TOKEN, the CLI-only credential that replaced the.catalystfile, including that it should be excluded from deployment environment variables. - Adds a brief introduction to the Catalyst CLI as a tool distinct from the initial installer, with a link to the full CLI reference.
- Removes outdated references to a
core/project subdirectory, since the CLI no longer scaffolds a monorepo clone.
For more information, see the Catalyst CLI reference.
Makeswift Core Updates
Updates the Makeswift Core course to reflect current Catalyst CLI (v2.x) behavior, fixing setup and lab instructions that no longer matched the tool.
- Lab setup and hands-on labs now use
degitinstead ofpnpm dlx create-next-appto provision lab starter code. - Reconnecting a project to a storefront channel now uses
pnpm catalyst channel link, replacing the removedinitcommand. - Documents
CATALYST_ACCESS_TOKEN, the CLI-only credential that replaced the.catalystfile. - Corrects component-registration import paths in the Image Compare Slider, Team Members, and Product FAQs labs.
- Removes outdated references to a
core/project subdirectory, since the CLI no longer scaffolds a monorepo clone.
For more information, see the Catalyst CLI reference.
Storefront Foundations Updates
Updates the Storefront Foundations course’s Catalyst setup lab to reflect current Catalyst CLI (v2.x) requirements.
- Adds a required
pnpm approve-builds --allstep after installation, needed on recentpnpmversions to approve dependency build scripts. - Documents
CATALYST_ACCESS_TOKEN, the CLI-only credential that replaced the.catalystfile. - Adds a brief introduction to the Catalyst CLI in the “What Is Catalyst?” lesson, with a link to the full CLI reference.
- Removes outdated references to a
core/project subdirectory, since the CLI no longer scaffolds a monorepo clone.
For more information, see the Catalyst CLI reference.