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: messages/package_version_retrieve.md
+3-7Lines changed: 3 additions & 7 deletions
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-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