Skip to content

Commit 526fd9e

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/changeset-release-publishing
2 parents e0d04b8 + fd97748 commit 526fd9e

164 files changed

Lines changed: 11900 additions & 1210 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/testing/SKILL.md

Lines changed: 152 additions & 223 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#GUSINFO:CC Cosmos,B2C CLI and Developer Tools
22
* @clavery
3+
/packages/b2c-dx-mcp/ @yhsieh1

.github/workflows/e2e-shell-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
SFCC_SANDBOX_API_HOST: ${{ vars.SFCC_SANDBOX_API_HOST }}
8181
SFCC_SHORTCODE: ${{ vars.SFCC_SHORTCODE }}
8282
TEST_REALM: ${{ vars.TEST_REALM }}
83+
SFCC_EXTRA_HEADERS: ${{ secrets.SFCC_EXTRA_HEADERS }}
84+
CURL_EXTRA_HEADERS: ${{ secrets.CURL_EXTRA_HEADERS }}
8385
run: |
8486
echo "Running E2E shell tests with realm: ${TEST_REALM}"
8587
cd packages/b2c-cli

docs/api-readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: API reference for the B2C Tooling SDK with typed WebDAV and OCAPI clients for programmatic B2C Commerce operations.
3+
---
4+
15
# API Reference
26

37
The `@salesforce/b2c-tooling-sdk` package provides a programmatic API for interacting with Salesforce B2C Commerce instances.

docs/cli/auth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Authentication commands for obtaining OAuth tokens and configuring Account Manager API clients, OCAPI, and WebDAV access.
3+
---
4+
15
# Auth Commands
26

37
Commands for authentication and token management.

docs/cli/code.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Commands for deploying cartridges, activating code versions, and watching for file changes on B2C Commerce instances.
3+
---
4+
15
# Code Commands
26

37
Commands for managing cartridge code on B2C Commerce instances.

docs/cli/custom-apis.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Commands for managing SCAPI Custom API endpoints, checking registration status, and debugging endpoint configurations.
3+
---
4+
15
# Custom APIs
26

37
Commands for managing SCAPI Custom API endpoints.

docs/cli/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: B2C CLI command reference with global flags and authentication options for managing Salesforce Commerce Cloud instances.
3+
---
4+
15
# CLI Reference
26

37
The `b2c` CLI provides commands for managing Salesforce B2C Commerce instances.

docs/cli/jobs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Commands for executing jobs, importing and exporting site archives, and monitoring job execution status.
3+
---
4+
15
# Job Commands
26

37
Commands for executing and monitoring jobs on B2C Commerce instances.

docs/cli/logging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Configure CLI logging with log levels, JSON output for CI/CD, and environment variables for debugging.
3+
---
4+
15
# Logging
26

37
The CLI uses [pino](https://github.com/pinojs/pino) for structured logging with pretty-printed output by default.

0 commit comments

Comments
 (0)