Skip to content

Commit 3fc01c3

Browse files
Merge branch 'main' into feature-W-20893693-add-am-topic
2 parents 12574ec + 43b27cf commit 3fc01c3

162 files changed

Lines changed: 39133 additions & 520 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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
---
4+
5+
Reorganizes MRT commands by scope: project-level commands under `mrt project`, environment-level under `mrt env`, and deployment commands under `mrt bundle`. The `mrt bundle download` command now downloads files by default instead of just printing the URL.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
'@salesforce/b2c-tooling-sdk': minor
4+
---
5+
6+
Adds complete MRT CLI coverage organized by scope: `mrt project` (CRUD, members, notifications), `mrt env` (CRUD, variables, redirects, access-control, cache invalidation, B2C connections), `mrt bundle` (deploy, list, history, download), `mrt org` (list, B2C instances), and `mrt user` (profile, API key, email preferences).

.changeset/mrt-push-to-bundle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
---
4+
5+
Replaces `mrt push` with `mrt bundle deploy`. The new command supports both pushing local builds and deploying existing bundles by ID.

.changeset/sour-months-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@salesforce/b2c-tooling-sdk': minor
44
---
55

6-
adds package.json config source for project level shared config
6+
Add `b2c ecdn` commands for managing eCDN zones, certificates, WAF, caching, security settings, and related configurations.

.github/workflows/changesets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '.changeset/**'
79

810
concurrency: ${{ github.workflow }}-${{ github.ref }}
911

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ Changeset guidelines:
110110
- Create a changeset for any user-facing changes (features, bug fixes); typically in new pull requests;
111111
- a pull request can have multiple changesets
112112
- Select the appropriate semver bump: `patch` (bug fixes) or `minor` (new features)
113-
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps
113+
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps yet
114114
- Good changesets explain:
115115
- WHAT the change is
116116
- WHY the change was made
117117
- HOW a consumer should update their code
118-
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes
118+
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes; The content of the changeset is used in CHANGELOG and release notes.
119119

120120
create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
121121

@@ -129,4 +129,3 @@ Description of the change explaining WHAT, WHY, and HOW to update
129129
```
130130

131131
- Include only the packages that were modified
132-
- Use `patch` for bug fixes, `minor` for new features

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const guideSidebar = [
3535
{ text: 'WebDAV Commands', link: '/cli/webdav' },
3636
{ text: 'ODS Commands', link: '/cli/ods' },
3737
{ text: 'MRT Commands', link: '/cli/mrt' },
38+
{ text: 'eCDN Commands', link: '/cli/ecdn' },
3839
{ text: 'SLAS Commands', link: '/cli/slas' },
3940
{ text: 'Custom APIs', link: '/cli/custom-apis' },
4041
{ text: 'SCAPI Schemas', link: '/cli/scapi-schemas' },

0 commit comments

Comments
 (0)