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
feat: add cartridges config option and improve deploy command output
Add `cartridges` config key (with `cartridgesPath` alias) to dw.json,
env vars (SFCC_CARTRIDGES), and NormalizedConfig. Supports comma or
colon-separated strings and arrays. Falls back from `-c` flag to config
value in CartridgeCommand. Deploy command now logs cartridge list,
delete step, and summary to stdout.
Add `cartridges` config option to specify which cartridges to deploy/watch. Supports comma or colon-separated strings, or arrays in dw.json. Also accepts `cartridgesPath` as an alias. The `-c` flag still takes precedence when provided.
0 commit comments