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
feat(W-17369132): reflect feat change to use Package2Version instead of MetadataP… (#984)
* feat: reflect feat change to use Package2Version instead of MetadataPackageVerison API for retrieve
* feat: update help text to indicate this is currently for only conversion 2GPs
* feat: unhide package retrieve and rev vers for saleseforce/core and salesforce/packaging
* feat: unhide package retrieve and rev vers for saleseforce/core and salesforce/packaging
* feat: update schema iwth DeveloperUsePkgZip
* feat: remove DeveloperUsePkgZip from report schema
* Revert "feat: remove DeveloperUsePkgZip from report schema"
This reverts commit e2c3e61.
* chore: bump packaging
* feat: remove DeveloperUsePkgZip from report schema
---------
Co-authored-by: Willie Ruemmele <willieruemmele@gmail.com>
Copy file name to clipboardExpand all lines: messages/package_version_retrieve.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,18 @@
1
1
# summary
2
2
3
-
Retrieve package metadata for a specified package version.
3
+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for converted second-generation managed package versions only.
4
4
5
5
# description
6
6
7
7
Retrieving a package version downloads the metadata into the directory you specify.
8
8
9
-
You can retrieve metadata for a second- or first-generation managed package, or an unlocked package.
10
-
11
9
Specify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.
12
10
13
11
# examples
14
12
15
-
- Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:
- Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:
18
14
19
-
If you omit --target-org, this command runs against your default org.
0 commit comments