You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools that interact with B2C Commerce instances (e.g., MRT, SCAPI, cartridge deployment) require credentials, which can be provided via **environment variables**, a **`.env` file**, a **`dw.json` file**, or the **`--config`** flag. Local tools (e.g., scaffolding, development guidelines) work without configuration.
245
245
246
246
**Priority order** (highest to lowest):
247
+
247
248
1. Environment variables (`SFCC_*`) — includes `.env` file if present (shell env vars override `.env`)
248
249
2.`dw.json` file (auto-discovered or via `--config`)
0 commit comments