← back to Dw Signup Fulfillment
scripts/gate2-theme-rollback.mjs
11 lines
// Retired TK-11185 command. Historical source: git show 5e609e8:scripts/gate2-theme-rollback.mjs
// Keep inert: no imports, credential reads, network, or forwarding.
console.error(`SUPERSEDED: TK-11185 theme rollback is retired (exit 78).
TK-11283 published the required designer form and account/login flow. This old command would overwrite it.
Read-only Shopify status (run from any directory):
node ~/Projects/dw-signup-fulfillment/verification/tk11283/publish-theme.cjs --status
For the current guarded deploy/rollback procedure and approval requirements, read:
~/Projects/dw-signup-fulfillment/verification/tk11185-reconcile/RETIRED-COMMANDS.md
No credentials were read and no Shopify request was made.`);
process.exitCode = 78;