Commit f8e3a04
committed
Add SDK migration tutorial for sfcc-ci programmatic API users
New guide at docs/guide/sdk-migration.md covering the migration from
sfcc-ci's require('sfcc-ci') JavaScript API to @salesforce/b2c-tooling-sdk.
Includes side-by-side code examples, paradigm shift explanations
(callbacks→async/await, token passing→config-based auth, untyped→typed),
per-module API mapping, and a comprehensive reference table.
Also adds cross-references from the CLI migration guide and SDK README.1 parent bc326ee commit f8e3a04
5 files changed
Lines changed: 489 additions & 0 deletions
File tree
- .changeset
- docs
- .vitepress
- guide
- packages/b2c-tooling-sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments