Skip to content

Commit 8279b30

Browse files
Add 'package version retrieve' command to release notes
Added new command for retrieving package metadata and provided usage example.
1 parent 00e3e59 commit 8279b30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

releasenotes/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
3838

3939
## 2.111.7 (Nov 5, 2025) [stable]
4040

41+
* NEW: Retrieve package metadata for a specified package version with the new `package version retrieve` command. Package metadata can be retrieved for only second-generation managed package versions or unlocked packages.
42+
43+
This example shows how to retrieve package metadata for a converted subscriber package version ID (starts with 04t) into `my-directory/` within your Salesforce DX project directory:
44+
45+
```bash
46+
sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub [email protected]
47+
```
48+
4149
* FIX: Salesforce DX projects now support the FlowValueMap [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json).
4250

4351
## 2.110.22 (Oct 29, 2025)

0 commit comments

Comments
 (0)