@salesforce/plugin-packaging 1.10.5 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -45
- package/lib/commands/force/package/beta/create.js +2 -3
- package/lib/commands/force/package/beta/create.js.map +1 -1
- package/lib/commands/force/package/beta/version/create.d.ts +1 -0
- package/lib/commands/force/package/beta/version/create.js +2 -1
- package/lib/commands/force/package/beta/version/create.js.map +1 -1
- package/messages/package1_version_create.md +0 -28
- package/messages/package1_version_display.md +0 -4
- package/messages/package1_version_list.md +0 -16
- package/messages/package_convert.md +0 -8
- package/messages/package_create.md +0 -9
- package/messages/package_displayancestry.md +0 -24
- package/messages/package_install.md +0 -44
- package/messages/package_install_report.md +0 -13
- package/messages/package_installed_list.md +0 -4
- package/messages/package_uninstall.md +0 -28
- package/messages/package_uninstall_report.md +0 -9
- package/messages/package_version_create.md +0 -90
- package/messages/package_version_create_report.md +0 -10
- package/messages/package_version_delete.md +0 -4
- package/messages/package_version_promote.md +4 -0
- package/messages/package_version_update.md +0 -4
- package/messages/packaging.md +0 -142
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/messages/package2.md +0 -87
- package/messages/package2_create.md +0 -57
- package/messages/package2_list.md +0 -35
- package/messages/package2_update.md +0 -46
- package/messages/package2_version_create.md +0 -150
- package/messages/package2_version_create_get.md +0 -35
- package/messages/package2_version_create_list.md +0 -63
- package/messages/package2_version_get.md +0 -15
- package/messages/package2_version_list.md +0 -99
- package/messages/package2_version_update.md +0 -90
- package/messages/package_install_get.md +0 -33
- package/messages/package_install_request.md +0 -33
- package/messages/package_uninstall_get.md +0 -33
- package/messages/utils.md +0 -19
package/messages/packaging.md
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
# topicHelp
|
|
2
|
-
|
|
3
|
-
develop, install, and manage packages
|
|
4
|
-
|
|
5
|
-
# topicHelpLong
|
|
6
|
-
|
|
7
|
-
Use the package commands to develop, install, and manage packages.
|
|
8
|
-
|
|
9
1
|
# createdLastDaysDescription
|
|
10
2
|
|
|
11
3
|
created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)
|
|
@@ -21,137 +13,3 @@ list items modified in the specified last number of days (starting at 00:00:00 o
|
|
|
21
13
|
# modifiedLastDaysLongDescription
|
|
22
14
|
|
|
23
15
|
Lists the items modified in the specified last number of days, starting at 00:00:00 of first day to now. Use 0 for today.
|
|
24
|
-
|
|
25
|
-
# invalidIdOrAlias
|
|
26
|
-
|
|
27
|
-
The %s: %s isn't defined in the sfdx-project.json. Add it to the packageDirectories section and add the alias to packageAliases with its %s ID.
|
|
28
|
-
|
|
29
|
-
# invalidDaysNumber
|
|
30
|
-
|
|
31
|
-
Provide a valid positive number for %s.
|
|
32
|
-
|
|
33
|
-
# invalidStatus
|
|
34
|
-
|
|
35
|
-
Invalid status '%s'. Please provide one of these statuses: %s
|
|
36
|
-
|
|
37
|
-
# packageNotEnabledAction
|
|
38
|
-
|
|
39
|
-
Packaging is not enabled on this org. Verify that you are authenticated to the desired org and try again. Otherwise, contact Salesforce Customer Support for more information.
|
|
40
|
-
|
|
41
|
-
# packageInstanceNotEnabled
|
|
42
|
-
|
|
43
|
-
Your org does not have permission to specify a build instance for your package version. Verify that you are authenticated to the desired org and try again. Otherwise, contact Salesforce Customer Support for more information.
|
|
44
|
-
|
|
45
|
-
# packageSourceOrgNotEnabled
|
|
46
|
-
|
|
47
|
-
Your Dev Hub does not have permission to specify a source org for your build org. Verify that you are authenticated to the correct Dev Hub and try again. Otherwise, contact Salesforce Customer Support for assistance.
|
|
48
|
-
|
|
49
|
-
# installStatus
|
|
50
|
-
|
|
51
|
-
Waiting for the package install request to complete. Status = %s
|
|
52
|
-
|
|
53
|
-
# errorMissingVersionNumber
|
|
54
|
-
|
|
55
|
-
The VersionNumber property must be specified.
|
|
56
|
-
|
|
57
|
-
# errorInvalidVersionNumber
|
|
58
|
-
|
|
59
|
-
VersionNumber must be in the format major.minor.patch.build but the value found is [%s].
|
|
60
|
-
|
|
61
|
-
# errorInvalidBuildNumber
|
|
62
|
-
|
|
63
|
-
The provided VersionNumber '%s' is invalid. Provide an integer value or use the keyword '%s' for the build number.
|
|
64
|
-
|
|
65
|
-
# errorInvalidBuildNumberForKeywords
|
|
66
|
-
|
|
67
|
-
The provided VersionNumber '%s' is invalid. Provide an integer value or use the keyword '%s' or '%s' for the build number.
|
|
68
|
-
|
|
69
|
-
# errorInvalidPatchNumber
|
|
70
|
-
|
|
71
|
-
The provided VersionNumber '%s' is not supported. Provide a patch number of 0.
|
|
72
|
-
|
|
73
|
-
# errorInvalidMajorMinorNumber
|
|
74
|
-
|
|
75
|
-
The provided VersionNumber '%s' is invalid. Provide an integer value for the %s number.
|
|
76
|
-
|
|
77
|
-
# errorInvalidAncestorVersionFormat
|
|
78
|
-
|
|
79
|
-
The ancestor versionNumber must be in the format major.minor.patch but the value found is [%s].
|
|
80
|
-
|
|
81
|
-
# errorNoMatchingMajorMinorForPatch
|
|
82
|
-
|
|
83
|
-
Can’t create patch version. The specified package ancestor [%s] either isn’t a promoted and released version, or can’t be found. Check the specified ancestor version, and then retry creating the patch version.
|
|
84
|
-
|
|
85
|
-
# errorNoMatchingAncestor
|
|
86
|
-
|
|
87
|
-
The ancestorId for ancestorVersion [%s] can't be found. Package ID [%s].
|
|
88
|
-
|
|
89
|
-
# errorAncestorNotReleased
|
|
90
|
-
|
|
91
|
-
The ancestor package version [%s] specified in the sfdx-project.json file hasn’t been promoted and released. Release the ancestor package version before specifying it as the ancestor in a new package or patch version.
|
|
92
|
-
|
|
93
|
-
# errorAncestorNotHighest
|
|
94
|
-
|
|
95
|
-
Can’t create package version. The ancestor version [%s] you specified isn’t the highest released package version. Set the ancestor version to %s, and try creating the package version again. You can also specify --skipancestorcheck to override the ancestry requirement.
|
|
96
|
-
|
|
97
|
-
# errorAncestorNoneNotAllowed
|
|
98
|
-
|
|
99
|
-
Can’t create package version because you didn’t specify a package ancestor. Set the ancestor version to %s, and try creating the package version. You can also specify --skipancestorcheck to override the ancestry requirement.
|
|
100
|
-
|
|
101
|
-
# errorAncestorIdVersionMismatch
|
|
102
|
-
|
|
103
|
-
Can’t create package version. The ancestorVersion listed in your sfdx-project.json file doesn’t map to this package. Ensure the ancestor ID is correct, or set the ID to ancestorID:HIGHEST to ensure the highest released package version is used as the ancestor. Then try creating the package version again.
|
|
104
|
-
|
|
105
|
-
# errorAncestorIdVersionHighestOrNoneMismatch
|
|
106
|
-
|
|
107
|
-
Can’t create package version. The ancestorId [%s] and ancestorVersion [%s] in your sfdx-project.json file don’t map to the same package version. Remove the incorrect entry, and try creating the package version again.
|
|
108
|
-
|
|
109
|
-
# errorpackageAncestorIdsKeyNotSupported
|
|
110
|
-
|
|
111
|
-
The package2AncestorIds key is no longer supported in a scratch org definition. Ancestors defined in sfdx-project.json will be included in the scratch org.
|
|
112
|
-
|
|
113
|
-
# errorInvalidIdNoMatchingVersionId
|
|
114
|
-
|
|
115
|
-
The %s %s is invalid, as a corresponding %s was not found
|
|
116
|
-
|
|
117
|
-
# errorIdTypeMismatch
|
|
118
|
-
|
|
119
|
-
ID type mismatch: an ID of type %s is required, but an ID of type %s was specified: %s
|
|
120
|
-
|
|
121
|
-
# updatedSfProject
|
|
122
|
-
|
|
123
|
-
sfdx-project.json has been updated.
|
|
124
|
-
|
|
125
|
-
# errorSfProjectFileWrite
|
|
126
|
-
|
|
127
|
-
sfdx-project.json could not be updated with the following entry for this package:
|
|
128
|
-
%s
|
|
129
|
-
Reason: %s
|
|
130
|
-
|
|
131
|
-
# invalidPackageTypeAction
|
|
132
|
-
|
|
133
|
-
Specify Unlocked or Managed for package type.
|
|
134
|
-
|
|
135
|
-
# invalidPackageTypeMessage
|
|
136
|
-
|
|
137
|
-
Invalid package type
|
|
138
|
-
|
|
139
|
-
# idNotFoundAction
|
|
140
|
-
|
|
141
|
-
It`s possible that this package was created on a different Dev Hub. Authenticate to the Dev Hub org that owns the package, and reference that Dev Hub when running the command.
|
|
142
|
-
|
|
143
|
-
# malformedPackageVersionIdAction
|
|
144
|
-
|
|
145
|
-
Use "sfdx force:package:version:list" to verify the 05i package version ID.
|
|
146
|
-
|
|
147
|
-
# malformedPackageVersionIdMessage
|
|
148
|
-
|
|
149
|
-
We can’t find this package version ID for this Dev Hub.
|
|
150
|
-
|
|
151
|
-
# malformedPackageIdAction
|
|
152
|
-
|
|
153
|
-
Use "sfdx force:package:list" to verify the 0Ho package version ID.
|
|
154
|
-
|
|
155
|
-
# malformedPackageIdMessage
|
|
156
|
-
|
|
157
|
-
We can’t find this package ID for this Dev Hub.
|