@salesforce/packaging 0.0.36 → 0.0.37

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.
@@ -1,281 +0,0 @@
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
- # createdLastDaysDescription
10
-
11
- created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)
12
-
13
- # createdLastDaysLongDescription
14
-
15
- Filters the list based on the specified maximum number of days since the request was created (starting at 00:00:00 of first day to now; 0 for today).
16
-
17
- # modifiedLastDaysDescription
18
-
19
- list items modified in the specified last number of days (starting at 00:00:00 of first day to now; 0 for today)
20
-
21
- # modifiedLastDaysLongDescription
22
-
23
- 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
- # errorInvalidMajorMinorPatchNumber
58
-
59
- VersionNumber parts major, minor or patch must be a number but the value found is [%s].
60
-
61
- # errorInvalidVersionNumber
62
-
63
- VersionNumber must be in the format major.minor.patch.build but the value found is [%s].
64
-
65
- # errorInvalidBuildNumber
66
-
67
- The provided VersionNumber '%s' is invalid. Provide an integer value or use the keyword '%s' for the build number.
68
-
69
- # errorInvalidBuildNumberToken
70
-
71
- The provided VersionNumber '%s' is invalid. Build number token must be a number or one of these tokens '%s'.
72
-
73
- # errorInvalidBuildNumberForKeywords
74
-
75
- The provided VersionNumber '%s' is invalid. Provide an integer value or use the keyword '%s' or '%s' for the build number.
76
-
77
- # errorInvalidPatchNumber
78
-
79
- The provided VersionNumber '%s' is not supported. Provide a patch number of 0.
80
-
81
- # errorInvalidMajorMinorNumber
82
-
83
- The provided VersionNumber '%s' is invalid. Provide an integer value for the %s number.
84
-
85
- # errorInvalidAncestorVersionFormat
86
-
87
- The ancestor versionNumber must be in the format major.minor.patch but the value found is [%s].
88
-
89
- # errorNoMatchingMajorMinorForPatch
90
-
91
- 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.
92
-
93
- # errorNoMatchingAncestor
94
-
95
- The ancestorId for ancestorVersion [%s] can't be found. Package ID [%s].
96
-
97
- # errorAncestorNotReleased
98
-
99
- 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.
100
-
101
- # errorAncestorNotHighest
102
-
103
- 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.
104
-
105
- # errorAncestorNoneNotAllowed
106
-
107
- 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.
108
-
109
- # errorAncestorIdVersionMismatch
110
-
111
- 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.
112
-
113
- # errorAncestorIdVersionHighestOrNoneMismatch
114
-
115
- 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.
116
-
117
- # errorpackageAncestorIdsKeyNotSupported
118
-
119
- 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.
120
-
121
- # errorInvalidIdNoMatchingVersionId
122
-
123
- The %s %s is invalid, as a corresponding %s was not found
124
-
125
- # errorIdTypeMismatch
126
-
127
- ID type mismatch: an ID of type %s is required, but an ID of type %s was specified: %s
128
-
129
- # updatedSfProject
130
-
131
- sfdx-project.json has been updated.
132
-
133
- # errorSfProjectFileWrite
134
-
135
- sfdx-project.json could not be updated with the following entry for this package:
136
- %s
137
- Reason: %s
138
-
139
- # invalidPackageTypeAction
140
-
141
- Specify Unlocked or Managed for package type.
142
-
143
- # invalidPackageTypeMessage
144
-
145
- Invalid package type
146
-
147
- # idNotFoundAction
148
-
149
- 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.
150
-
151
- # malformedPackageVersionIdAction
152
-
153
- Use "sfdx force:package:version:list" to verify the 05i package version ID.
154
-
155
- # malformedPackageVersionIdMessage
156
-
157
- We can’t find this package version ID for this Dev Hub.
158
-
159
- # malformedPackageIdAction
160
-
161
- Use "sfdx force:package:list" to verify the 0Ho package version ID.
162
-
163
- # malformedPackageIdMessage
164
-
165
- We can’t find this package ID for this Dev Hub.
166
-
167
- # notFoundMessage
168
-
169
- The requested resource does not exist
170
-
171
- # errorMoreThanOnePackage2WithSeed
172
-
173
- Only one package in a Dev Hub is allowed per converted from first-generation package, but the following were found:
174
- %s
175
-
176
- # errorScriptsNotApplicableToUnlockedPackage
177
-
178
- We can’t create the package version. This parameter is available only for second-generation managed packages. Create the package version without the postinstallscript or uninstallscript parameters.,
179
-
180
- # errorAncestorNotApplicableToUnlockedPackage
181
-
182
- Can’t create package version. Specifying an ancestor is available only for second-generation managed packages. Remove the ancestorId or ancestorVersion from your sfdx-project.json file, and then create the package version again.,
183
-
184
- # itemDoesNotFitWithinMaxLength
185
-
186
- When calculating the number of items to be included in query "%s", when formatted, was too long.
187
- The item was (truncated): %s with a length of %s. The maximum length of items, when formatted is %s.
188
-
189
- # unableToFindPackageWithId
190
-
191
- Unable to find Package with Id: "%s"
192
-
193
- # errorDuringSObjectCRUDOperation
194
-
195
- An error occurred during CRUD operation %s on entity %s.
196
- %s
197
-
198
- # errorNoMatchingPackageDirectory
199
-
200
- The %s value [%s], doesn’t match the %s value in any packageDirectories specified in sfdx-project.json.
201
-
202
- # errorDirectoryIdMismatch
203
-
204
- The %s value, [%s], and %s value, [%s], were both found in sfdx-project.json but don’t match. If you supply both values, they must match the path and package values in one of the packageDirectories.,
205
-
206
- # errorInvalidPackageId
207
-
208
- The provided package ID '%s' is invalid.
209
-
210
- # tempFileLocation
211
-
212
- The temp files are located at: %s.
213
-
214
- # failedToCreatePVCRequest
215
-
216
- Failed to create request %s: %s
217
-
218
- # versionNumberNotFoundInDevHub
219
-
220
- No version number was found in Dev Hub for package id %s and branch %s and version number %s that resolved to build number %s.
221
-
222
- # noReleaseVersionFound
223
-
224
- No released version was found in Dev Hub for package id %s and version number %s.
225
-
226
- # noReleaseVersionFoundForBranch
227
-
228
- No version number was found in Dev Hub for package id $s and branch %s and version number %s.
229
-
230
- # packagingDirNotFoundInConfigFile
231
-
232
- Config file %s does not contain a packaging directory for %s.
233
-
234
- # unpackagedMDDirectoryDoesNotExist
235
-
236
- Un-packaged metadata directory %s was specified but does not exist.
237
-
238
- # directoryDoesNotExist
239
-
240
- Directory %s does not exist.
241
-
242
- # package1VersionCreateCommandUploadFailureDefault
243
-
244
- Package version creation failed with unknown error
245
-
246
- # package1VersionCreateCommandUploadFailure
247
-
248
- Package upload failed.
249
- %s
250
-
251
- # defaultErrorMessage
252
-
253
- Can't uninstall the package %s during uninstall request %s.
254
-
255
- # uninstallErrorAction
256
-
257
- Verify installed package ID and resolve errors, then try again.
258
-
259
- # errorNoSubscriberPackageRecord
260
-
261
- No subscriber package was found for seed id: %s'
262
-
263
- # idOrAliasNotFound
264
-
265
- Can't find package with id or alias: %s
266
-
267
- # unlockedPackageError
268
-
269
- Can’t display package ancestry. Package ancestry is available only for second-generation managed packages. Retry this command and specify a second-generation managed package or package version.
270
-
271
- # noVersionsError
272
-
273
- Can’t display package ancestry. The specified package has no associated released package versions. Retry this command after you create and promote at least one package version.
274
-
275
- # invalidId
276
-
277
- Can’t display the ancestry tree for %s. Specify a valid package ID (starts with 0Ho) or package version ID (starts with 04t), and try creating the ancestry tree again.
278
-
279
- # versionNotFound
280
-
281
- Can’t display the ancestry tree for %s. Verify the package version number (starts with 04t) or the package version alias listed in the sfdx-project.json file, and try creating the ancestry tree again.