Skip to content

Commit 710d5cb

Browse files
W-21192584: sf RNs Feb 11, 2026 (#3498)
* Update release notes for version 2.123.6 Updated release notes for version 2.123.6, including new features and fixes. * Revise release notes for clarity and updates Updated release notes to clarify new features and command changes, including the addition of a package ZIP file generation and reorganization of commands under 'template generate'. * Document new command for generating Experience Cloud site Added details about the new command to generate an Experience Cloud site, including usage instructions and a link to additional resources. * Document new 'metadata enrich' command in README Added details about the new 'metadata enrich' command for AI-generated descriptions in metadata source files, including usage examples and requirements. * Fix CLI performance and add skip retrieve feature Fix slow CLI command execution in expired scratch org directories and add new feature to skip metadata retrieval during agent bundle publishing. * Update release notes for fixes in metadata retrieval and CLI Fixed issues with retrieving DigitalExperienceBundle metadata and improved CLI performance in expired scratch orgs. * Fix wording in DigitalExperienceBundle retrieval note Corrected the description of the fix regarding the retrieval of DigitalExperienceBundle metadata components for clarity and accuracy. * Update README with package ZIP generation example Added an example for generating a package ZIP file using the new flag. * NOTE TO JULIET: this commit contains the deleted RNs that might show up in a later release. Removed outdated AI-generated descriptions and command examples from the release notes. Updated the fix for retrieving DigitalExperienceBundle metadata components. * Change version number in release notes Updated version number from 2.123.6 to 2.123.1 in release notes. * Apply suggestion from @iowillhoit Co-authored-by: Willhoit <iowillhoit@users.noreply.github.com> --------- Co-authored-by: Willhoit <iowillhoit@users.noreply.github.com>
1 parent 9e79136 commit 710d5cb

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

releasenotes/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,29 @@ Additional documentation:
2525
* [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins)
2626
* [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm)
2727

28-
## 2.122.6 (Feb 11, 2026) [stable-rc]
28+
## 2.123.1 (Feb 18, 2026) [stable-rc]
2929

3030
These changes are in the Salesforce CLI release candidate. We plan to include these changes in next week's official release. This list isn't final and is subject to change.
3131

3232
------------
3333

34+
* NEW: Generate a package ZIP file that you can use for debugging or to examine the package contents when you run `package version create` with the new `--generate-pkg-zip` flag.
35+
36+
This example creates a package version from the contents of the `common` directory and gives it an installation key of `password123` and generates a package ZIP file:
37+
38+
```
39+
$ sf package version create --path common --installation-key password123 --generate-pkg-zip --target-dev-hub my-dev-hub
40+
```
41+
(plugin-packaging PR [#1117](https://github.com/salesforcecli/plugin-packaging/pull/1117))
42+
43+
* FIX: Retrieving DigitalExperienceBundle metadata components now works correctly after you update the Digital Experience site in the org.
44+
45+
Specifically, let's say you created a page in the Digital Experience site using the in-org builder, and then retrieved it to your DX project with the `project retrieve start` CLI command. You then change the mobile layout in the org, and retrieve the metadata again. Before this fix, the `mobile.json` file was incorrectly created at the top-level of the page; now it's correctly nested in `mobile/mobile.json`. (source-deploy-retrieve PR [#1680](https://github.com/forcedotcom/source-deploy-retrieve/pull/1680))
46+
47+
* FIX: CLI commands that don't require an org no longer run really slowly in directories in which the `target-org` config variable points to a long-expired scratch org. (GitHub Issue [#3425](https://github.com/forcedotcom/cli/issues/3425), jsforce PR [#1772](https://github.com/jsforce/jsforce/pull/1772))
48+
49+
## 2.122.6 (Feb 11, 2026) [stable]
50+
3451
* NEW: Skip retrieving new or changed metadata from your org when you publish an agent's authoring bundle with the new `--skip-retrieve` flag of `agent publish authoring-bundle`. This feature is useful when you publish the authoring bundle in a CI job and don't need to retrieve the metadata back to your DX project because it already has it; skipping the retrieve can save time. This example shows how to publish an authoring bundle with API name `MyAuthoringBundle` to the org with alias `my-dev-org`, but not retrieve any of the metadata:
3552

3653
```bash
@@ -45,7 +62,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
4562

4663
* FIX: The `project deploy start` command now correctly handles an empty `deploy-cache.json` file (an internal file that the CLI uses to manage deployments) rather than throwing a confusing error. (GitHub Issue [#3387](https://github.com/forcedotcom/cli/issues/3387), sfdx-core PR [#1260](https://github.com/forcedotcom/sfdx-core/pull/1260))
4764

48-
## 2.121.7 (Feb 4, 2026) [stable]
65+
## 2.121.7 (Feb 4, 2026)
4966

5067
* NEW: Open your org right in Agentforce Studio, specifically in the list view that displays all your agents, with the new `org open authoring-bundle` command. This example opens Agentforce Studio in an org with alias `my-org`; the command opens the browser in incognito mode:
5168

0 commit comments

Comments
 (0)