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
Copy file name to clipboardExpand all lines: releasenotes/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
33
33
34
34
* NEW: The debug log information outputted by the `--dev-debug` flag now includes the list of files that were ignored during a deployment or retrieval. This information is useful to debug your `.forceignore` file and understand exactly what's being ignored when you run `project deploy|retrieve start`. (GitHub Issue [#3345](https://github.com/forcedotcom/cli/issues/3345), source-deploy-retrieve PR [#1656](https://github.com/forcedotcom/source-deploy-retrieve/pull/1656))
35
35
36
+
* UPDATE: Use the existing `package update` command to set the recommended version of a package. When you set a package version as the recommended version, your subscribers see an **Upgrade to Recommended Version** option on the Installed Package page in their org. Only released package versions can be set as the recommended version. This example sets `PackageA@1.0 as` the recommended version.
37
+
38
+
```bash
39
+
sf package update --package 0Ho.. --target-dev-hub devhub@example.com --recommended-version PackageA@1.0
40
+
```
41
+
42
+
Run `package update --help` for more information. NOTE: This feature is available for only Spring '26 orgs (API version 66.0).
43
+
36
44
* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):
0 commit comments