@salesforce/plugin-packaging 1.2.1 → 1.5.0
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/CHANGELOG.md +10 -1
- package/README.md +217 -31
- package/lib/commands/force/package/beta/convert.d.ts +1 -5
- package/lib/commands/force/package/beta/convert.js +2 -3
- package/lib/commands/force/package/beta/convert.js.map +1 -1
- package/lib/commands/force/package/beta/create.d.ts +1 -4
- 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/delete.d.ts +1 -4
- package/lib/commands/force/package/beta/delete.js +2 -3
- package/lib/commands/force/package/beta/delete.js.map +1 -1
- package/lib/commands/force/package/beta/install/report.d.ts +1 -3
- package/lib/commands/force/package/beta/install/report.js +2 -2
- package/lib/commands/force/package/beta/install/report.js.map +1 -1
- package/lib/commands/force/package/beta/install.d.ts +1 -3
- package/lib/commands/force/package/beta/install.js +3 -3
- package/lib/commands/force/package/beta/install.js.map +1 -1
- package/lib/commands/force/package/beta/installed/list.d.ts +1 -1
- package/lib/commands/force/package/beta/installed/list.js +1 -1
- package/lib/commands/force/package/beta/installed/list.js.map +1 -1
- package/lib/commands/force/package/beta/list.d.ts +1 -4
- package/lib/commands/force/package/beta/list.js +2 -3
- package/lib/commands/force/package/beta/list.js.map +1 -1
- package/lib/commands/force/package/beta/uninstall/report.d.ts +1 -3
- package/lib/commands/force/package/beta/uninstall/report.js +2 -2
- package/lib/commands/force/package/beta/uninstall/report.js.map +1 -1
- package/lib/commands/force/package/beta/uninstall.d.ts +2 -2
- package/lib/commands/force/package/beta/uninstall.js +31 -6
- package/lib/commands/force/package/beta/uninstall.js.map +1 -1
- package/lib/commands/force/package/beta/update.d.ts +1 -4
- package/lib/commands/force/package/beta/update.js +2 -3
- package/lib/commands/force/package/beta/update.js.map +1 -1
- package/lib/commands/force/package/beta/version/create/list.d.ts +1 -5
- package/lib/commands/force/package/beta/version/create/list.js +2 -3
- package/lib/commands/force/package/beta/version/create/list.js.map +1 -1
- package/lib/commands/force/package/beta/version/create/report.d.ts +1 -3
- package/lib/commands/force/package/beta/version/create/report.js +3 -3
- package/lib/commands/force/package/beta/version/create/report.js.map +1 -1
- package/lib/commands/force/package/beta/version/create.d.ts +0 -2
- package/lib/commands/force/package/beta/version/create.js +2 -9
- package/lib/commands/force/package/beta/version/create.js.map +1 -1
- package/lib/commands/force/package/beta/version/delete.d.ts +1 -4
- package/lib/commands/force/package/beta/version/delete.js +2 -3
- package/lib/commands/force/package/beta/version/delete.js.map +1 -1
- package/lib/commands/force/package/beta/version/displayancestry.d.ts +1 -4
- package/lib/commands/force/package/beta/version/displayancestry.js +2 -3
- package/lib/commands/force/package/beta/version/displayancestry.js.map +1 -1
- package/lib/commands/force/package/beta/version/list.d.ts +1 -5
- package/lib/commands/force/package/beta/version/list.js +2 -3
- package/lib/commands/force/package/beta/version/list.js.map +1 -1
- package/lib/commands/force/package/beta/version/promote.d.ts +3 -5
- package/lib/commands/force/package/beta/version/promote.js +34 -5
- package/lib/commands/force/package/beta/version/promote.js.map +1 -1
- package/lib/commands/force/package/beta/version/report.d.ts +1 -4
- package/lib/commands/force/package/beta/version/report.js +2 -3
- package/lib/commands/force/package/beta/version/report.js.map +1 -1
- package/lib/commands/force/package/beta/version/update.d.ts +1 -4
- package/lib/commands/force/package/beta/version/update.js +2 -3
- package/lib/commands/force/package/beta/version/update.js.map +1 -1
- package/lib/commands/force/package1/beta/version/create/get.js +1 -4
- package/lib/commands/force/package1/beta/version/create/get.js.map +1 -1
- package/lib/commands/force/package1/beta/version/create.d.ts +0 -2
- package/lib/commands/force/package1/beta/version/create.js +0 -2
- package/lib/commands/force/package1/beta/version/create.js.map +1 -1
- package/lib/commands/force/package1/beta/version/display.d.ts +0 -1
- package/lib/commands/force/package1/beta/version/display.js +0 -1
- package/lib/commands/force/package1/beta/version/display.js.map +1 -1
- package/lib/commands/force/package1/beta/version/list.d.ts +0 -2
- package/lib/commands/force/package1/beta/version/list.js +0 -2
- package/lib/commands/force/package1/beta/version/list.js.map +1 -1
- package/messages/package1_version_create.md +0 -7
- package/messages/package1_version_create_get.md +5 -1
- package/messages/package2_create.md +2 -1
- package/messages/package2_update.md +2 -1
- package/messages/package2_version_create.md +2 -1
- package/messages/package2_version_create_get.md +2 -1
- package/messages/package2_version_create_list.md +2 -1
- package/messages/package2_version_get.md +1 -2
- package/messages/package2_version_list.md +2 -1
- package/messages/package2_version_update.md +2 -1
- package/messages/package_convert.md +2 -7
- package/messages/package_create.md +2 -7
- package/messages/package_delete.md +2 -5
- package/messages/package_displayancestry.md +1 -6
- package/messages/package_install.md +2 -7
- package/messages/package_install_get.md +1 -2
- package/messages/package_install_report.md +1 -6
- package/messages/package_install_request.md +1 -2
- package/messages/package_installed_list.md +0 -4
- package/messages/package_list.md +2 -7
- package/messages/package_uninstall.md +2 -11
- package/messages/package_uninstall_get.md +1 -2
- package/messages/package_uninstall_report.md +1 -6
- package/messages/package_update.md +2 -7
- package/messages/package_version_create_list.md +5 -10
- package/messages/package_version_create_report.md +2 -7
- package/messages/package_version_delete.md +2 -8
- package/messages/package_version_list.md +6 -11
- package/messages/package_version_promote.md +3 -8
- package/messages/package_version_report.md +1 -6
- package/messages/package_version_update.md +2 -7
- package/oclif.manifest.json +1 -1
- package/package.json +6 -5
- package/messages/default.md +0 -1127
- package/messages/messages.json +0 -22
package/messages/default.md
DELETED
|
@@ -1,1127 +0,0 @@
|
|
|
1
|
-
# actionRequiredHeader
|
|
2
|
-
|
|
3
|
-
Action Required!
|
|
4
|
-
|
|
5
|
-
# WildCardError
|
|
6
|
-
|
|
7
|
-
ERROR: This command doesn't support wildcards. Remove the wildcard, and run the command again.
|
|
8
|
-
See --help for examples.
|
|
9
|
-
|
|
10
|
-
# GeneralCommandFailure
|
|
11
|
-
|
|
12
|
-
This command failed.
|
|
13
|
-
|
|
14
|
-
# InvalidProjectWorkspace
|
|
15
|
-
|
|
16
|
-
This directory does not contain a valid Salesforce DX project.
|
|
17
|
-
|
|
18
|
-
# MissingClientConfig
|
|
19
|
-
|
|
20
|
-
Missing a client configuration. Please run the config command.
|
|
21
|
-
|
|
22
|
-
# TestMessage
|
|
23
|
-
|
|
24
|
-
This is a test message do not change.
|
|
25
|
-
|
|
26
|
-
# MissingAppConfig
|
|
27
|
-
|
|
28
|
-
The current project is invalid. sfdx-project.json is missing.
|
|
29
|
-
|
|
30
|
-
# OldSfdxWorkspaceJsonPresent
|
|
31
|
-
|
|
32
|
-
Project file %s\nsfdx-workspace.json needs to be renamed to sfdx-project.json
|
|
33
|
-
|
|
34
|
-
# UndefinedLocalizationLabel
|
|
35
|
-
|
|
36
|
-
Missing label %s:%s for locale %s.
|
|
37
|
-
|
|
38
|
-
# LoginServerNotFound
|
|
39
|
-
|
|
40
|
-
The hostname for the login server is not found: %s:%s
|
|
41
|
-
|
|
42
|
-
# InvalidProjectDescriptor
|
|
43
|
-
|
|
44
|
-
This project descriptor is in invalid. The attribute [%s] is not found.
|
|
45
|
-
|
|
46
|
-
# MissingRequiredParameter
|
|
47
|
-
|
|
48
|
-
A required parameter [%s] is missing.
|
|
49
|
-
|
|
50
|
-
# InvalidParameter
|
|
51
|
-
|
|
52
|
-
Invalid [%s] parameter: %s
|
|
53
|
-
|
|
54
|
-
# MissingScratchOrgNamespace
|
|
55
|
-
|
|
56
|
-
The [NamespacePrefix] is missing from the ScratchOrgInfo.
|
|
57
|
-
|
|
58
|
-
# MaxOrgIds
|
|
59
|
-
|
|
60
|
-
The maximum number of local orgs (%s) has been reached
|
|
61
|
-
|
|
62
|
-
# MaxOrgIdsAction
|
|
63
|
-
|
|
64
|
-
Use "sfdx force:org:list --clean" to remove outdated org configurations.
|
|
65
|
-
|
|
66
|
-
# UserSessionIsInvalid
|
|
67
|
-
|
|
68
|
-
%s: The user session for this org is expired or invalid. Please run config.
|
|
69
|
-
|
|
70
|
-
# MissingScratchOrgDef
|
|
71
|
-
|
|
72
|
-
A scratch org definition file not found at %s. Please create it.
|
|
73
|
-
|
|
74
|
-
# NonScratchOrgPush
|
|
75
|
-
|
|
76
|
-
You can push source only to scratch orgs using this command. Use "sfdx force:source:deploy" or "sfdx force:mdapi:legacy:deploy" to deploy changes to orgs that don’t have change tracking.
|
|
77
|
-
|
|
78
|
-
# ProblemQueryingOrganizationSettingsDetail
|
|
79
|
-
|
|
80
|
-
No organization settings found
|
|
81
|
-
|
|
82
|
-
# ProblemSettingOrgPrefs
|
|
83
|
-
|
|
84
|
-
Cannot set org preferences. %s
|
|
85
|
-
|
|
86
|
-
# ProblemDeployingSettings
|
|
87
|
-
|
|
88
|
-
Failed to deploy settings to scratch org.
|
|
89
|
-
|
|
90
|
-
# PathDoesNotExist
|
|
91
|
-
|
|
92
|
-
The specified path [%s] does not exist
|
|
93
|
-
|
|
94
|
-
# InvalidArgumentFilePath
|
|
95
|
-
|
|
96
|
-
Invalid argument to --%s. You specified a directory path [%s], but a file is required.
|
|
97
|
-
|
|
98
|
-
# InvalidArgumentDirectoryPath
|
|
99
|
-
|
|
100
|
-
Invalid argument to --%s. You specified a file path [%s], but a directory is required.
|
|
101
|
-
|
|
102
|
-
# InvalidValueForDefaultPath
|
|
103
|
-
|
|
104
|
-
In sfdx-project.json, set the default to true or false. Example: [{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2", "default": false }]
|
|
105
|
-
|
|
106
|
-
# MultipleDefaultPaths
|
|
107
|
-
|
|
108
|
-
In sfdx-project.json, indicate only one package directory (path) as the default.
|
|
109
|
-
|
|
110
|
-
# MissingDefaultPath
|
|
111
|
-
|
|
112
|
-
In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: [{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]
|
|
113
|
-
|
|
114
|
-
# InvalidPackageDirectory
|
|
115
|
-
|
|
116
|
-
The path %s, specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.
|
|
117
|
-
|
|
118
|
-
# InvalidAbsolutePath
|
|
119
|
-
|
|
120
|
-
The path %s, specified in sfdx-project.json, must be indicated as a relative path to the project root.
|
|
121
|
-
|
|
122
|
-
# IncorrectLogLevel
|
|
123
|
-
|
|
124
|
-
valid values are {%s}
|
|
125
|
-
|
|
126
|
-
# LoggerNameRequired
|
|
127
|
-
|
|
128
|
-
A logger name is required
|
|
129
|
-
|
|
130
|
-
# InvalidVariableReference
|
|
131
|
-
|
|
132
|
-
Invalid variable reference: variable "%s" not found or unset.
|
|
133
|
-
|
|
134
|
-
# ValidationSchemaFieldErrors
|
|
135
|
-
|
|
136
|
-
Schema validation failed with following errors:
|
|
137
|
-
%s
|
|
138
|
-
|
|
139
|
-
# ValidationSchemaUnknown
|
|
140
|
-
|
|
141
|
-
Schema validation failed with unknown error
|
|
142
|
-
|
|
143
|
-
# InvalidJson
|
|
144
|
-
|
|
145
|
-
An error occurred parsing "%s"
|
|
146
|
-
|
|
147
|
-
# JsonParseError
|
|
148
|
-
|
|
149
|
-
Parse error in file %s on line %s
|
|
150
|
-
%s
|
|
151
|
-
|
|
152
|
-
# InvalidJsonCasing
|
|
153
|
-
|
|
154
|
-
All JSON input must have heads down camelcase keys. E.g., { sfdcLoginUrl: "https:\n\nlogin.salesforce.com" }
|
|
155
|
-
Found "%s" in
|
|
156
|
-
%s
|
|
157
|
-
|
|
158
|
-
# NoWorkspaceOrUser
|
|
159
|
-
|
|
160
|
-
Command must be executed in a project directory or with the --${TARGET_USERNAME_PARAM} flag.
|
|
161
|
-
|
|
162
|
-
# OrgDataNotAvailableError
|
|
163
|
-
|
|
164
|
-
An attempt to refresh the authentication token failed with a "Data Not Found Error". The org identified by username %s doesn't appear to exist. Likely cause is that the org was deleted by another user or has expired.
|
|
165
|
-
|
|
166
|
-
# OrgDataNotAvailableErrorAction
|
|
167
|
-
|
|
168
|
-
Run "sfdx force:org:list --clean" to remove stale org authentications.
|
|
169
|
-
Use "sfdx force:config" to update the defaultusername.
|
|
170
|
-
Use "sfdx force:org:create" to create a new org.
|
|
171
|
-
Use "sfdx force:auth" to authenticate an existing org.
|
|
172
|
-
|
|
173
|
-
# InvalidCommandGroup
|
|
174
|
-
|
|
175
|
-
You have specified an invalid command group in which to stash your values. Please verify that you are specifying a valid command or register your command in stash.js under Stash#Commands.
|
|
176
|
-
|
|
177
|
-
# schemaInfoOption
|
|
178
|
-
|
|
179
|
-
display schema information for the --%s configuration file to stdout; if you use this option, all other options except --json are ignored
|
|
180
|
-
|
|
181
|
-
# schemaInfoOptionLong
|
|
182
|
-
|
|
183
|
-
Displays the schema information for the configuration file. If you use this option, all other options, except --json, are ignored.
|
|
184
|
-
|
|
185
|
-
# invalidInstanceUrlForAccessTokenAction
|
|
186
|
-
|
|
187
|
-
Verify that the instanceUrl config setting is set to the instance that the access token belongs to.
|
|
188
|
-
Use "sfdx force:config:list" to view your current setting.
|
|
189
|
-
Use "sfdx force:config:set instanceUrl=<instance URL> --global" to set your instanceUrl to the correct instance.
|
|
190
|
-
|
|
191
|
-
# invalidBooleanConfigValue
|
|
192
|
-
|
|
193
|
-
The config value can only be set to true or false.
|
|
194
|
-
|
|
195
|
-
# cliForceConfigHelp
|
|
196
|
-
|
|
197
|
-
configures this project with a scratch org
|
|
198
|
-
|
|
199
|
-
# cliForceConfigHelpClientId
|
|
200
|
-
|
|
201
|
-
specify the connected app client ID for the master org
|
|
202
|
-
|
|
203
|
-
# cliForceConfigHelpClientSecret
|
|
204
|
-
|
|
205
|
-
specify the connected app client secret for the master org
|
|
206
|
-
|
|
207
|
-
# cliForceConfigHelpClientRedirectUri
|
|
208
|
-
|
|
209
|
-
specify the connected app redirect uri for the master org
|
|
210
|
-
|
|
211
|
-
# cliForceConfigHelpUsername
|
|
212
|
-
|
|
213
|
-
the master org username
|
|
214
|
-
|
|
215
|
-
# cliForceConfigHelpPassword
|
|
216
|
-
|
|
217
|
-
the master org password
|
|
218
|
-
|
|
219
|
-
# cliForceConfigHelpSuccess
|
|
220
|
-
|
|
221
|
-
successfully updated the SFDC accessToken
|
|
222
|
-
|
|
223
|
-
# cliForceSyncHelp
|
|
224
|
-
|
|
225
|
-
synchronize Salesforce source between the scratch org and the project
|
|
226
|
-
|
|
227
|
-
# cliForceSyncUpHelp
|
|
228
|
-
|
|
229
|
-
synchronize project source to the scratch org
|
|
230
|
-
|
|
231
|
-
# cliForceSyncDownHelp
|
|
232
|
-
|
|
233
|
-
synchronize scratch org source to the project
|
|
234
|
-
|
|
235
|
-
# cliForceHelp
|
|
236
|
-
|
|
237
|
-
tools for the Salesforce developer
|
|
238
|
-
|
|
239
|
-
# cliForceSyncTypeHelp
|
|
240
|
-
|
|
241
|
-
[All | Changed] Sync all or only the changed source. All is default.
|
|
242
|
-
|
|
243
|
-
# cliForceRefreshHelp
|
|
244
|
-
|
|
245
|
-
Refreshes the auth token for the scratch org.
|
|
246
|
-
|
|
247
|
-
# cliForceRefreshSuccess
|
|
248
|
-
|
|
249
|
-
Successfully reset the org auth token. Chive on!
|
|
250
|
-
|
|
251
|
-
# cliForceCreateHelpType
|
|
252
|
-
|
|
253
|
-
The type of source to create. Values: [ScratchOrg]]
|
|
254
|
-
|
|
255
|
-
# cliForceCreateHelpFile
|
|
256
|
-
|
|
257
|
-
Path to a file containing org signup parameters, in JSON format.
|
|
258
|
-
|
|
259
|
-
# cliForceCreateHelpJson
|
|
260
|
-
|
|
261
|
-
The org signup parameters in JSON format.
|
|
262
|
-
|
|
263
|
-
# cliForceCreateHelpPassword
|
|
264
|
-
|
|
265
|
-
Password for the admin user.
|
|
266
|
-
|
|
267
|
-
# cliForceCreateMessageWrongType
|
|
268
|
-
|
|
269
|
-
Unsupported type. Valid types are [%s].
|
|
270
|
-
|
|
271
|
-
# cliForceCreateMessageSuccess
|
|
272
|
-
|
|
273
|
-
Scratch org successfully created with id: %s
|
|
274
|
-
|
|
275
|
-
# cliForceCreateMessagePassword
|
|
276
|
-
|
|
277
|
-
Setting org password...
|
|
278
|
-
|
|
279
|
-
# cliForceCreateMessagePasswordOk
|
|
280
|
-
|
|
281
|
-
Ok
|
|
282
|
-
|
|
283
|
-
# cliForceCreateNoConfig
|
|
284
|
-
|
|
285
|
-
Please specify an org configuration via file and\nor key=value pairs
|
|
286
|
-
|
|
287
|
-
# oauthBrowserSuccess
|
|
288
|
-
|
|
289
|
-
Successfully updated the auth configuration for the org.
|
|
290
|
-
|
|
291
|
-
# closeTheBrowser
|
|
292
|
-
|
|
293
|
-
You may now close the browser.
|
|
294
|
-
|
|
295
|
-
# urlStateMismatch
|
|
296
|
-
|
|
297
|
-
The Oauth redirect listener encountered an http request that is not trusted. Ignoring.
|
|
298
|
-
|
|
299
|
-
# keyChainItemCreateFailed
|
|
300
|
-
|
|
301
|
-
Attempting to create an encryption key failed. %s
|
|
302
|
-
|
|
303
|
-
# UnsupportedOperatingSystem
|
|
304
|
-
|
|
305
|
-
Unsupported Operating System: %s
|
|
306
|
-
|
|
307
|
-
# invalidEncryptedFormat
|
|
308
|
-
|
|
309
|
-
The encrypted data is not properly formatted.
|
|
310
|
-
|
|
311
|
-
# invalidEncryptedFormatAction
|
|
312
|
-
|
|
313
|
-
If attempting to create a scratch org then re-authorize. Otherwise create a new scratch org.
|
|
314
|
-
|
|
315
|
-
# authDecryptFailed
|
|
316
|
-
|
|
317
|
-
Failed to decipher auth data. reason: %s.
|
|
318
|
-
|
|
319
|
-
# genericTimeoutMessage
|
|
320
|
-
|
|
321
|
-
Socket timeout occurred while listening for results.
|
|
322
|
-
|
|
323
|
-
# genericTimeoutCommandWaitMessageAction
|
|
324
|
-
|
|
325
|
-
Use command "%s" to retry. You may consider increasing --wait parameter value to increase timeout.
|
|
326
|
-
|
|
327
|
-
# genericTimeoutWaitMessageAction
|
|
328
|
-
|
|
329
|
-
You may consider increasing the --wait parameter value to increase timeout.
|
|
330
|
-
|
|
331
|
-
# subscriberHandshakeTimeout
|
|
332
|
-
|
|
333
|
-
Subscriber handshake failed due to a socket timeout.
|
|
334
|
-
|
|
335
|
-
# subscriberHandshakeTimeoutAction
|
|
336
|
-
|
|
337
|
-
Check your connection to force.com and try again
|
|
338
|
-
|
|
339
|
-
# herokuTopicDescription
|
|
340
|
-
|
|
341
|
-
tools for the Salesforce developer
|
|
342
|
-
|
|
343
|
-
# invalidApiVersion
|
|
344
|
-
|
|
345
|
-
An invalid api version is being reported by config. (apiVersion=%s)
|
|
346
|
-
|
|
347
|
-
# streamingWait
|
|
348
|
-
|
|
349
|
-
the streaming client socket timeout (in minutes)
|
|
350
|
-
|
|
351
|
-
# streamingWaitLong
|
|
352
|
-
|
|
353
|
-
Sets the streaming client socket timeout, in minutes. If the streaming client socket has no contact from the server for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
354
|
-
|
|
355
|
-
# createOrgCommandDuration
|
|
356
|
-
|
|
357
|
-
duration of the scratch org (in days) (default:7, min:1, max:30)
|
|
358
|
-
|
|
359
|
-
# createOrgCommandDurationLong
|
|
360
|
-
|
|
361
|
-
Sets the duration of the scratch org, in days. Valid values are from 1-30. The default is 7 days.
|
|
362
|
-
|
|
363
|
-
# unrecognizedScratchOrgOption
|
|
364
|
-
|
|
365
|
-
%s is not a supported option for scratch org configuration.
|
|
366
|
-
|
|
367
|
-
# herokuNamespaceDescription
|
|
368
|
-
|
|
369
|
-
tools for the Salesforce developer
|
|
370
|
-
|
|
371
|
-
# jsonOutputOption
|
|
372
|
-
|
|
373
|
-
format output as json
|
|
374
|
-
|
|
375
|
-
# jsonOutputOptionLong
|
|
376
|
-
|
|
377
|
-
Format output as JSON.
|
|
378
|
-
|
|
379
|
-
# loglevelOption
|
|
380
|
-
|
|
381
|
-
logging level for this command invocation
|
|
382
|
-
|
|
383
|
-
# loglevelOptionLong
|
|
384
|
-
|
|
385
|
-
The logging level for this command invocation. Logs are stored in $HOME\n.sfdx\nsfdx.log.
|
|
386
|
-
|
|
387
|
-
# usernameOption
|
|
388
|
-
|
|
389
|
-
username or alias for the target org
|
|
390
|
-
|
|
391
|
-
# usernameOptionLong
|
|
392
|
-
|
|
393
|
-
A username or alias for the target org.
|
|
394
|
-
|
|
395
|
-
# targetUsernameOption
|
|
396
|
-
|
|
397
|
-
username or alias for the target org; overrides default target org
|
|
398
|
-
|
|
399
|
-
# targetUsernameOptionLong
|
|
400
|
-
|
|
401
|
-
A username or alias for the target org. Overrides the default target org.
|
|
402
|
-
|
|
403
|
-
# perfLogLevelOption
|
|
404
|
-
|
|
405
|
-
get API performance data
|
|
406
|
-
|
|
407
|
-
# perfLogLevelOptionLong
|
|
408
|
-
|
|
409
|
-
Gets data on API performance metrics from the server. The data is stored in $HOME\n.sfdx\napiPerformanceLog.json
|
|
410
|
-
|
|
411
|
-
# invalidPortNumber
|
|
412
|
-
|
|
413
|
-
Invalid OAuth redirect port number defined: %s
|
|
414
|
-
|
|
415
|
-
# ClientSecretRequired
|
|
416
|
-
|
|
417
|
-
The client secret is required.
|
|
418
|
-
|
|
419
|
-
# authorizeCommandMissingJwtOption
|
|
420
|
-
|
|
421
|
-
Both username and file must be provided.
|
|
422
|
-
|
|
423
|
-
# authorizeCommandMissingClientId
|
|
424
|
-
|
|
425
|
-
The client ID is required for the JWT-based authentication process
|
|
426
|
-
|
|
427
|
-
# authorizeCommandSuccess
|
|
428
|
-
|
|
429
|
-
Successfully authorized %s with org ID %s
|
|
430
|
-
|
|
431
|
-
# authorizeCommandCloseBrowser
|
|
432
|
-
|
|
433
|
-
You may now close the browser
|
|
434
|
-
|
|
435
|
-
# createOrgCommandSuccess
|
|
436
|
-
|
|
437
|
-
Successfully created scratch org: %s, username: %s
|
|
438
|
-
|
|
439
|
-
# createOrgCommandDescription
|
|
440
|
-
|
|
441
|
-
create a scratch org
|
|
442
|
-
|
|
443
|
-
# createOrgCommandDescriptionLong
|
|
444
|
-
|
|
445
|
-
Creates a scratch org using values specified in a configuration file or key=value pairs that you specify on the command line. Values specified on the command line override values in the configuration file.
|
|
446
|
-
|
|
447
|
-
# createOrgCommandHelp
|
|
448
|
-
|
|
449
|
-
To set up a connected app for your new scratch org, specify the value that was returned when you created a connected app in your Dev Hub org as --clientid.
|
|
450
|
-
|
|
451
|
-
Examples:
|
|
452
|
-
$ sfdx force:org:create -f config\nenterprise-scratch-def.json -a TestOrg1
|
|
453
|
-
$ sfdx force:org:create -a MyDevOrg -s -v me@myhub.org edition=Developer
|
|
454
|
-
$ sfdx force:org:create -f config\nenterprise-scratch-def.json -a OrgWithOverrides username=testuser1@mycompany.org
|
|
455
|
-
|
|
456
|
-
# createOrgCommandClientId
|
|
457
|
-
|
|
458
|
-
connected app consumer key
|
|
459
|
-
|
|
460
|
-
# createOrgCommandClientIdLong
|
|
461
|
-
|
|
462
|
-
Connected app consumer key, as configured in your Dev Hub.
|
|
463
|
-
|
|
464
|
-
# createOrgCommandSet
|
|
465
|
-
|
|
466
|
-
set the created org as the default username
|
|
467
|
-
|
|
468
|
-
# createOrgCommandSetLong
|
|
469
|
-
|
|
470
|
-
Sets the created org as the default username.
|
|
471
|
-
|
|
472
|
-
# createOrgCommandAlias
|
|
473
|
-
|
|
474
|
-
set an alias for the created scratch org
|
|
475
|
-
|
|
476
|
-
# createOrgCommandAliasLong
|
|
477
|
-
|
|
478
|
-
Sets an alias for the created scratch org.
|
|
479
|
-
|
|
480
|
-
# createOrgTargetDevhubUsername
|
|
481
|
-
|
|
482
|
-
username or alias for the dev hub org; overrides default dev hub org
|
|
483
|
-
|
|
484
|
-
# createOrgTargetDevhubUsernameLong
|
|
485
|
-
|
|
486
|
-
A username or alias for the target Dev Hub org. Overrides the default Dev Hub org.
|
|
487
|
-
|
|
488
|
-
# createOrgCommandFile
|
|
489
|
-
|
|
490
|
-
path to a scratch org definition file
|
|
491
|
-
|
|
492
|
-
# createOrgCommandFileLong
|
|
493
|
-
|
|
494
|
-
Path to a scratch org definition file. Either --definitionfile or a vararg value for edition (for example, edition=Developer) is required. Varargs override the values in the scratch org definition file.
|
|
495
|
-
|
|
496
|
-
# createOrgCommandObject
|
|
497
|
-
|
|
498
|
-
scratch org definition in json format
|
|
499
|
-
|
|
500
|
-
# createOrgCommandObjectLong
|
|
501
|
-
|
|
502
|
-
Scratch org definition in JSON format. Either --definitionfile or --definitionjson is required.
|
|
503
|
-
|
|
504
|
-
# createOrgCommandNoNamespace
|
|
505
|
-
|
|
506
|
-
creates the scratch org with no namespace
|
|
507
|
-
|
|
508
|
-
# createOrgCommandNoNamespaceLong
|
|
509
|
-
|
|
510
|
-
Creates the scratch org with no namespace. Useful when using a scratch org to test installations of packages with namespaces.
|
|
511
|
-
|
|
512
|
-
# createOrgCommandNoAncestors
|
|
513
|
-
|
|
514
|
-
do not include second-generation package ancestors in the scratch org
|
|
515
|
-
|
|
516
|
-
# createOrgCommandNoAncestorsLong
|
|
517
|
-
|
|
518
|
-
Do not include second-generation package ancestors in the scratch org.
|
|
519
|
-
|
|
520
|
-
# createOrgCommandEnv
|
|
521
|
-
|
|
522
|
-
environment where the scratch org is created: [%s]
|
|
523
|
-
|
|
524
|
-
# createOrgCommandEnvLong
|
|
525
|
-
|
|
526
|
-
Environment where the scratch org is created: [%s].
|
|
527
|
-
|
|
528
|
-
# createOrgCommandUnauthorized
|
|
529
|
-
|
|
530
|
-
You do not have access to the [%s] object
|
|
531
|
-
|
|
532
|
-
# createOrgTimeoutHintNoIdAction
|
|
533
|
-
|
|
534
|
-
Retry creating the org but increase the wait timeout.
|
|
535
|
-
|
|
536
|
-
# unsupportedValueForEnv
|
|
537
|
-
|
|
538
|
-
Unsupported value for env: [%s]
|
|
539
|
-
|
|
540
|
-
# unsupportedValueForDuration
|
|
541
|
-
|
|
542
|
-
Unsupported value for durationdays (must be 1-30): [%s]
|
|
543
|
-
|
|
544
|
-
# invalid_client
|
|
545
|
-
|
|
546
|
-
Invalid client credentials. Verify the OAuth client secret and ID.
|
|
547
|
-
|
|
548
|
-
# signupFailed
|
|
549
|
-
|
|
550
|
-
The request to create a scratch org failed with error code: %s.
|
|
551
|
-
|
|
552
|
-
# signupFailedUnknown
|
|
553
|
-
|
|
554
|
-
An unknown server error occurred. Please try again. If you still see this error, contact Salesforce support for assistance. Include the information from "sfdx force:data:record:get -s ScratchOrgInfo -i %s -u %s".
|
|
555
|
-
|
|
556
|
-
# signupFailedAction
|
|
557
|
-
|
|
558
|
-
See https:\n\ndeveloper.salesforce.com\ndocs\natlas.en-us.api.meta\napi\nsforce_api_objects_signuprequest.htm for information on error code %s.
|
|
559
|
-
|
|
560
|
-
# signupUnexpected
|
|
561
|
-
|
|
562
|
-
The request to create a scratch org returned an unexpected status
|
|
563
|
-
|
|
564
|
-
# signupFieldsMissing
|
|
565
|
-
|
|
566
|
-
Required fields are missing for org creation: [%s]
|
|
567
|
-
|
|
568
|
-
# signupDuplicateSettingsSpecified
|
|
569
|
-
|
|
570
|
-
You cannot use 'settings' and `'orgPreferences' in your scratch definition file, please specify one or the other.
|
|
571
|
-
|
|
572
|
-
# pushCommandAsyncRequestInvalidated
|
|
573
|
-
|
|
574
|
-
Salesforce cancelled the job because the results might not be valid. Is there a newer compile request?
|
|
575
|
-
|
|
576
|
-
# pushCommandAsyncRequestUnexpected
|
|
577
|
-
|
|
578
|
-
An unexpected error occurred during deploy.
|
|
579
|
-
|
|
580
|
-
# pushCommandCliInvalidUsernameOption
|
|
581
|
-
|
|
582
|
-
Invalid value for username
|
|
583
|
-
|
|
584
|
-
# pullCommandConflictMsg
|
|
585
|
-
|
|
586
|
-
We couldn’t complete the pull operation due to conflicts. Verify that you want to keep the remote versions, then run "sfdx force:source:legacy:pull -f" with the --forceoverwrite (-f) option.
|
|
587
|
-
|
|
588
|
-
# MissingMetadataExtension
|
|
589
|
-
|
|
590
|
-
Expected file at path: %s to end with the '-meta.xml' extension. Please rename the file to %s
|
|
591
|
-
|
|
592
|
-
# MissingMetadataFileWithMetaExt
|
|
593
|
-
|
|
594
|
-
Expected metadata file with '-meta.xml' extension at path: %s
|
|
595
|
-
|
|
596
|
-
# MissingMetadataFile
|
|
597
|
-
|
|
598
|
-
Expected metadata file at path: %s
|
|
599
|
-
|
|
600
|
-
# MissingContentFile
|
|
601
|
-
|
|
602
|
-
Expected content file(s) at path(s): %s
|
|
603
|
-
|
|
604
|
-
# MissingContentOrMetadataFile
|
|
605
|
-
|
|
606
|
-
Expected file at path: %s
|
|
607
|
-
|
|
608
|
-
# UnsupportedMimeTypes
|
|
609
|
-
|
|
610
|
-
The following MIME types are not supported: %s
|
|
611
|
-
|
|
612
|
-
# statusCommandCliDescription
|
|
613
|
-
|
|
614
|
-
list local changes and\nor changes in a scratch org
|
|
615
|
-
|
|
616
|
-
# statusCommandCliLongDescription
|
|
617
|
-
|
|
618
|
-
Lists changes that have been made locally, in a scratch org, or both.
|
|
619
|
-
|
|
620
|
-
# statusCommandCliHelp
|
|
621
|
-
|
|
622
|
-
Examples:
|
|
623
|
-
$ sfdx force:source:legacy:status -l
|
|
624
|
-
$ sfdx force:source:legacy:status -r
|
|
625
|
-
$ sfdx force:source:legacy:status -a
|
|
626
|
-
$ sfdx force:source:legacy:status -a -u me@example.com --json
|
|
627
|
-
|
|
628
|
-
# statusCommandAllOptionDescription
|
|
629
|
-
|
|
630
|
-
list all the changes that have been made
|
|
631
|
-
|
|
632
|
-
# statusCommandAllOptionDescriptionLong
|
|
633
|
-
|
|
634
|
-
Lists all the changes that have been made.
|
|
635
|
-
|
|
636
|
-
# statusCommandLocalOptionDescription
|
|
637
|
-
|
|
638
|
-
list the changes that have been made locally
|
|
639
|
-
|
|
640
|
-
# statusCommandLocalOptionDescriptionLong
|
|
641
|
-
|
|
642
|
-
Lists the changes that have been made locally.
|
|
643
|
-
|
|
644
|
-
# statusCommandRemoteOptionDescription
|
|
645
|
-
|
|
646
|
-
list the changes that have been made in the scratch org
|
|
647
|
-
|
|
648
|
-
# statusCommandRemoteOptionDescriptionLong
|
|
649
|
-
|
|
650
|
-
Lists the changes that have been made in the scratch org.
|
|
651
|
-
|
|
652
|
-
# statusCommandHumanSuccess
|
|
653
|
-
|
|
654
|
-
Source Status
|
|
655
|
-
|
|
656
|
-
# mdapiPullCommandNoDataReturned
|
|
657
|
-
|
|
658
|
-
No metadata was returned by the retrieve
|
|
659
|
-
|
|
660
|
-
# mdapiCliWaitTimeExceededError
|
|
661
|
-
|
|
662
|
-
Your %s request did not complete within the specified wait time [%s minutes]. Try again with a longer wait time.
|
|
663
|
-
|
|
664
|
-
# mdapiCliExclusiveFlagError
|
|
665
|
-
|
|
666
|
-
Specify either --%s or --%s but not both.
|
|
667
|
-
|
|
668
|
-
# mdapiCliInvalidWaitError
|
|
669
|
-
|
|
670
|
-
Specify the number of minutes to wait as a numerical value greater than or equal to -1. You can specify a decimal value if it is greater than 0.
|
|
671
|
-
|
|
672
|
-
# mdapiDeployFailed
|
|
673
|
-
|
|
674
|
-
The metadata deploy operation failed.
|
|
675
|
-
|
|
676
|
-
# mdapiDeployCanceled
|
|
677
|
-
|
|
678
|
-
The metadata deploy operation was canceled.
|
|
679
|
-
|
|
680
|
-
# mdapiTopicDescription
|
|
681
|
-
|
|
682
|
-
retrieve and deploy metadata using Metadata API
|
|
683
|
-
|
|
684
|
-
# mdapiTopicLongDescription
|
|
685
|
-
|
|
686
|
-
Use the mdapi commands to retrieve and deploy Metadata API–formatted files that represent components in an org, or to convert Metadata API–formatted metadata into the source format used in Salesforce DX projects.
|
|
687
|
-
|
|
688
|
-
# mdDeployCommandCliInvalidUsernameOption
|
|
689
|
-
|
|
690
|
-
That target username doesn’t exist. Try again with a valid target username.
|
|
691
|
-
|
|
692
|
-
# mdDeployCommandCliZipFileError
|
|
693
|
-
|
|
694
|
-
The --zipfile parameter requires a file path to a zip file. Try again.
|
|
695
|
-
|
|
696
|
-
# mdDeployCommandCliWaitTimeExceededError
|
|
697
|
-
|
|
698
|
-
The deploy request did not complete within the specified wait time [%s minutes].
|
|
699
|
-
To check the status of this deployment, run "sfdx force:mdapi:legacy:deploy:report"
|
|
700
|
-
|
|
701
|
-
# mdDeployCommandCliInvalidJobIdError
|
|
702
|
-
|
|
703
|
-
The job for [%s] doesn’t exist. Try again with a valid job ID.
|
|
704
|
-
|
|
705
|
-
# mdDeployCommandCliInvalidRequestIdError
|
|
706
|
-
|
|
707
|
-
The value [%s] provided for ID is not valid. It should be 15 or 18 characters long.
|
|
708
|
-
|
|
709
|
-
# mdDeployCommandCliNoRestDeploy
|
|
710
|
-
|
|
711
|
-
REST deploy is not available for this org. This feature is currently for internal Salesforce use only.
|
|
712
|
-
|
|
713
|
-
# mdRetrieveCommandCliInvalidUsernameOption
|
|
714
|
-
|
|
715
|
-
That target username doesn’t exist. Try again with a valid target username.
|
|
716
|
-
|
|
717
|
-
# mdRetrieveCommandCliWaitTimeExceededError
|
|
718
|
-
|
|
719
|
-
The retrieve request did not complete within the specified wait time [%s minutes].
|
|
720
|
-
To check the status of this retrieve, run "sfdx force:mdapi:legacy:retrieve:report%s"
|
|
721
|
-
|
|
722
|
-
# mdRetrieveCommandCliTooManyPackagesError
|
|
723
|
-
|
|
724
|
-
You specified [%s]. Try again and specify only one package when using --singlepackage.
|
|
725
|
-
|
|
726
|
-
# mdRetrieveCommandCliInvalidProjectError
|
|
727
|
-
|
|
728
|
-
You can’t create a manifest from an artifact when you’re not in a project. Move into a valid project or specify the manifest location using a parameter (--packagenames, --unpackaged).
|
|
729
|
-
|
|
730
|
-
# mdRetrieveCommandCliInvalidApiVersionError
|
|
731
|
-
|
|
732
|
-
Specify the API version as a positive numerical value less than or equal to the current API version (%s).
|
|
733
|
-
|
|
734
|
-
# mdapiRetrieveFailed
|
|
735
|
-
|
|
736
|
-
The metadata retrieve operation failed: %s
|
|
737
|
-
|
|
738
|
-
# pollTimeout
|
|
739
|
-
|
|
740
|
-
polling timeout in milliseconds (default %s ms)
|
|
741
|
-
|
|
742
|
-
# pollInterval
|
|
743
|
-
|
|
744
|
-
polling interval in milliseconds (default %s ms)
|
|
745
|
-
|
|
746
|
-
# waitParamValidValueError
|
|
747
|
-
|
|
748
|
-
Invalid value was specified for wait. Please provide a wait value greater than %s minutes.
|
|
749
|
-
|
|
750
|
-
# orgTopicDescription
|
|
751
|
-
|
|
752
|
-
manage your orgs
|
|
753
|
-
|
|
754
|
-
# orgTopicDescriptionLong
|
|
755
|
-
|
|
756
|
-
Use the org commands to manage the orgs you use with Salesforce CLI. Create and delete scratch orgs, list your created and authorized orgs, and open orgs in your browser.
|
|
757
|
-
|
|
758
|
-
# accessTokenLoginUrlNotSet
|
|
759
|
-
|
|
760
|
-
The instance URL is not set, or is incorrect for the given access token. API Error: %s
|
|
761
|
-
|
|
762
|
-
# userTopicDescription
|
|
763
|
-
|
|
764
|
-
perform user-related admin tasks
|
|
765
|
-
|
|
766
|
-
# userTopicDescriptionLong
|
|
767
|
-
|
|
768
|
-
Use the user commands to perform user-related admin tasks.
|
|
769
|
-
|
|
770
|
-
# pullCommandMetadataTypeLabel
|
|
771
|
-
|
|
772
|
-
Metadata Type
|
|
773
|
-
|
|
774
|
-
# pullCommandMetadataTypePath
|
|
775
|
-
|
|
776
|
-
Metadata Path
|
|
777
|
-
|
|
778
|
-
# pullCommandCliPreExecute
|
|
779
|
-
|
|
780
|
-
Pulling source changes from org %s as user %s
|
|
781
|
-
|
|
782
|
-
# pullCommandHumanSuccess
|
|
783
|
-
|
|
784
|
-
Pulled Source
|
|
785
|
-
|
|
786
|
-
# packageCliDescription
|
|
787
|
-
|
|
788
|
-
develop and install packages
|
|
789
|
-
|
|
790
|
-
# packageCliDescriptionLong
|
|
791
|
-
|
|
792
|
-
Use the package commands to develop and install packages.
|
|
793
|
-
|
|
794
|
-
# package1CliDescription
|
|
795
|
-
|
|
796
|
-
develop first-generation managed and unmanaged packages
|
|
797
|
-
|
|
798
|
-
# package1CliDescriptionLong
|
|
799
|
-
|
|
800
|
-
Use the package1 commands to create and view first-generation package versions in your Dev Hub org.
|
|
801
|
-
|
|
802
|
-
# package1VersionCreateCommandCliDescription
|
|
803
|
-
|
|
804
|
-
create a first-generation package version in the release org
|
|
805
|
-
|
|
806
|
-
# package1VersionCreateCommandCliDescriptionLong
|
|
807
|
-
|
|
808
|
-
Creates a first-generation package version in the release org.
|
|
809
|
-
|
|
810
|
-
# package1VersionCreateCommandCliHelp
|
|
811
|
-
|
|
812
|
-
The package version is based on the contents of the specified metadata package. Omit -m if you want to create an unmanaged package version.
|
|
813
|
-
|
|
814
|
-
# package1VersionCreateCommandId
|
|
815
|
-
|
|
816
|
-
ID of the metadata package (starts with 033) of which you’re creating a new version
|
|
817
|
-
|
|
818
|
-
# package1VersionCreateCommandIdLong
|
|
819
|
-
|
|
820
|
-
ID of the metadata package (starts with 033) of which you’re creating a new version.
|
|
821
|
-
|
|
822
|
-
# package1VersionCreateCommandName
|
|
823
|
-
|
|
824
|
-
package version name
|
|
825
|
-
|
|
826
|
-
# package1VersionCreateCommandNameLong
|
|
827
|
-
|
|
828
|
-
Package version name.
|
|
829
|
-
|
|
830
|
-
# package1VersionCreateCommandDescription
|
|
831
|
-
|
|
832
|
-
package version description
|
|
833
|
-
|
|
834
|
-
# package1VersionCreateCommandDescriptionLong
|
|
835
|
-
|
|
836
|
-
Package version description.
|
|
837
|
-
|
|
838
|
-
# package1VersionCreateCommandVersion
|
|
839
|
-
|
|
840
|
-
package version in major.minor format, for example, 3.2
|
|
841
|
-
|
|
842
|
-
# package1VersionCreateCommandVersionLong
|
|
843
|
-
|
|
844
|
-
Package version in major.minor format, for example, 3.2.
|
|
845
|
-
|
|
846
|
-
# package1VersionCreateCommandReleaseNotes
|
|
847
|
-
|
|
848
|
-
release notes URL
|
|
849
|
-
|
|
850
|
-
# package1VersionCreateCommandReleaseNotesLong
|
|
851
|
-
|
|
852
|
-
The release notes URL. This link is displayed in the package installation UI to provide release notes for this package version to subscribers.
|
|
853
|
-
|
|
854
|
-
# package1VersionCreateCommandPostInstall
|
|
855
|
-
|
|
856
|
-
post install URL
|
|
857
|
-
|
|
858
|
-
# package1VersionCreateCommandPostInstallLong
|
|
859
|
-
|
|
860
|
-
The post-install instructions URL. The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.
|
|
861
|
-
|
|
862
|
-
# package1VersionCreateCommandManagedReleased
|
|
863
|
-
|
|
864
|
-
create a managed package version
|
|
865
|
-
|
|
866
|
-
# package1VersionCreateCommandManagedReleasedLong
|
|
867
|
-
|
|
868
|
-
Creates a managed package version. To create a beta version, don’t include this parameter.
|
|
869
|
-
|
|
870
|
-
# package1VersionCreateCommandInstallationKey
|
|
871
|
-
|
|
872
|
-
installation key for key-protected package (default: null)
|
|
873
|
-
|
|
874
|
-
# package1VersionCreateCommandInstallationKeyLong
|
|
875
|
-
|
|
876
|
-
Installation key for creating the key-protected package. The default is null.
|
|
877
|
-
|
|
878
|
-
# package1VersionCreateCommandWait
|
|
879
|
-
|
|
880
|
-
minutes to wait for the package version to be created (default: 2 minutes)
|
|
881
|
-
|
|
882
|
-
# package1VersionCreateCommandWaitLong
|
|
883
|
-
|
|
884
|
-
Minutes to wait for the package version to be created. The default is 2 minutes.
|
|
885
|
-
|
|
886
|
-
# package1VersionCreateCommandNotANumber
|
|
887
|
-
|
|
888
|
-
Field %s must contain only a numeric value: %s.
|
|
889
|
-
|
|
890
|
-
# package1VersionCreateCommandTimeout
|
|
891
|
-
|
|
892
|
-
Stopped waiting for package upload to finish. Wait time exceeded. waitTimeInMinutes = %s.
|
|
893
|
-
|
|
894
|
-
# package1VersionCreateCommandUploadFailure
|
|
895
|
-
|
|
896
|
-
Package upload failed.
|
|
897
|
-
%s
|
|
898
|
-
|
|
899
|
-
# package1VersionCreateHumanSuccess
|
|
900
|
-
|
|
901
|
-
Successfully created package version: %s for package %s.
|
|
902
|
-
|
|
903
|
-
# package1VersionListCommandLongDescription
|
|
904
|
-
|
|
905
|
-
Lists the versions for the specified package or all first-generation packages in the org.
|
|
906
|
-
|
|
907
|
-
# package1VersionListCommandCliDescription
|
|
908
|
-
|
|
909
|
-
list package versions for the specified first-generation package or for the org
|
|
910
|
-
|
|
911
|
-
# package1VersionListCommandCliHelp
|
|
912
|
-
|
|
913
|
-
If a metadata package ID is specified, lists all versions of the specified package. Otherwise, lists all package versions for the org. For each package version, the list includes the package version ID, metadata package ID, name, version number, and release state.
|
|
914
|
-
|
|
915
|
-
# package1VersionListCommandPackageId
|
|
916
|
-
|
|
917
|
-
metadata package ID (starts with 033)
|
|
918
|
-
|
|
919
|
-
# package1VersionListCommandPackageIdLong
|
|
920
|
-
|
|
921
|
-
Metadata package ID (starts with 033) whose package versions you want to list. If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
922
|
-
|
|
923
|
-
# package1VersionListHumanSuccess
|
|
924
|
-
|
|
925
|
-
Successfully created the package version list.
|
|
926
|
-
|
|
927
|
-
# package1VersionListAction
|
|
928
|
-
|
|
929
|
-
Verify that you entered a valid package ID and that you are authorized in the org. Then try again.
|
|
930
|
-
|
|
931
|
-
# package1VersionDisplayCommandLongDescription
|
|
932
|
-
|
|
933
|
-
Displays detailed information about an individual first-generation package version.
|
|
934
|
-
|
|
935
|
-
# package1VersionDisplayCommandCliDescription
|
|
936
|
-
|
|
937
|
-
display details about a first-generation package version
|
|
938
|
-
|
|
939
|
-
# package1VersionDisplayCommandCliHelp
|
|
940
|
-
|
|
941
|
-
Display detailed information about an individual package version, including metadata package ID, name, the release state, and build number.
|
|
942
|
-
|
|
943
|
-
# package1VersionDisplayCommandPackageId
|
|
944
|
-
|
|
945
|
-
metadata package version ID (starts with 04t)
|
|
946
|
-
|
|
947
|
-
# package1VersionDisplayCommandPackageIdLong
|
|
948
|
-
|
|
949
|
-
ID (starts with 04t) of the metadata package version whose details you want to display.
|
|
950
|
-
|
|
951
|
-
# package1VersionDisplayHumanSuccess
|
|
952
|
-
|
|
953
|
-
Successfully displayed the package version.
|
|
954
|
-
|
|
955
|
-
# package1VersionDisplayAction
|
|
956
|
-
|
|
957
|
-
Verify that you entered a valid package version ID and try again.
|
|
958
|
-
|
|
959
|
-
# package2VersionUpdateSetAsReleasedYesNo
|
|
960
|
-
|
|
961
|
-
Are you sure you want to release package version %s? You can't undo this action. Release package (y/n)?
|
|
962
|
-
|
|
963
|
-
# packageVersionUpdateSetAsReleasedYesNo
|
|
964
|
-
|
|
965
|
-
Are you sure you want to release package version %s? You can't undo this action. Release package (y/n)?
|
|
966
|
-
|
|
967
|
-
# attemptingToDeleteExpiredOrDeleted
|
|
968
|
-
|
|
969
|
-
Attempting to delete an expired or deleted org
|
|
970
|
-
|
|
971
|
-
# insufficientAccessToDelete
|
|
972
|
-
|
|
973
|
-
You do not have the appropriate permissions to delete a scratch org. Please contact your Salesforce admin.
|
|
974
|
-
|
|
975
|
-
# deleteOrgConfigOnlyCommandSuccess
|
|
976
|
-
|
|
977
|
-
Successfully deleted scratch org %s.
|
|
978
|
-
|
|
979
|
-
# deleteOrgCommandSuccess
|
|
980
|
-
|
|
981
|
-
Successfully marked scratch org %s for deletion
|
|
982
|
-
|
|
983
|
-
# deleteOrgCommandQueryError
|
|
984
|
-
|
|
985
|
-
Error querying for DevHubMember %s. We received %s results
|
|
986
|
-
|
|
987
|
-
# deleteOrgCommandPathError
|
|
988
|
-
|
|
989
|
-
The scratch org config for scratch org %s does not exist
|
|
990
|
-
|
|
991
|
-
# deleteOrgHubError
|
|
992
|
-
|
|
993
|
-
The Dev Hub org cannot be deleted.
|
|
994
|
-
|
|
995
|
-
# logoutOrgCommandSuccess
|
|
996
|
-
|
|
997
|
-
Successfully logged out of orgs.
|
|
998
|
-
|
|
999
|
-
# defaultOrgNotFound
|
|
1000
|
-
|
|
1001
|
-
No %s org found
|
|
1002
|
-
|
|
1003
|
-
# defaultOrgNotFoundAction
|
|
1004
|
-
|
|
1005
|
-
Run the "sfdx force:auth" commands with --setdefaultusername to connect to an org and set it as your default org.
|
|
1006
|
-
Run "force:org:create" with --setdefaultusername to create a scratch org and set it as your default org.
|
|
1007
|
-
Run "sfdx force:config:set defaultusername=<username>" to set your default username.
|
|
1008
|
-
|
|
1009
|
-
# defaultOrgNotFoundDevHubAction
|
|
1010
|
-
|
|
1011
|
-
Run the "sfdx force:auth" commands with --setdefaultdevhubusername to connect to a Dev Hub org and set it as your default Dev Hub.
|
|
1012
|
-
Run "force:org:list" to see a list of locally registered orgs.
|
|
1013
|
-
Run "sfdx force:config:set defaultdevhubusername=<username>" to set your default Dev Hub username.
|
|
1014
|
-
|
|
1015
|
-
# namedOrgNotFound
|
|
1016
|
-
|
|
1017
|
-
No org configuration found for name %s
|
|
1018
|
-
|
|
1019
|
-
# noResultsFound
|
|
1020
|
-
|
|
1021
|
-
No results found
|
|
1022
|
-
|
|
1023
|
-
# invalidVersionString
|
|
1024
|
-
|
|
1025
|
-
Invalid API version string.
|
|
1026
|
-
|
|
1027
|
-
# fullNameIsRequired
|
|
1028
|
-
|
|
1029
|
-
The fullName attribute is required.
|
|
1030
|
-
|
|
1031
|
-
# metadataTypeIsRequired
|
|
1032
|
-
|
|
1033
|
-
The metadata type attribute is required.
|
|
1034
|
-
|
|
1035
|
-
# unexpectedSmmToolingFullNameFormat
|
|
1036
|
-
|
|
1037
|
-
Unexpected format for FullName: %s.
|
|
1038
|
-
|
|
1039
|
-
# invalidResponseFromQuery
|
|
1040
|
-
|
|
1041
|
-
Invalid response from query: %s.
|
|
1042
|
-
|
|
1043
|
-
# keyChainServiceCommandFailed
|
|
1044
|
-
|
|
1045
|
-
Command failed with response.
|
|
1046
|
-
%s
|
|
1047
|
-
|
|
1048
|
-
# keyChainServiceRequired
|
|
1049
|
-
|
|
1050
|
-
Can’t get or set a keychain value without a service name.
|
|
1051
|
-
|
|
1052
|
-
# keyChainAccountRequired
|
|
1053
|
-
|
|
1054
|
-
Can’t get or set a keychain value without an account name.
|
|
1055
|
-
|
|
1056
|
-
# keyChainPasswordNotFound
|
|
1057
|
-
|
|
1058
|
-
Could not find password.
|
|
1059
|
-
|
|
1060
|
-
# keyChainUserCanceled
|
|
1061
|
-
|
|
1062
|
-
User canceled authentication
|
|
1063
|
-
|
|
1064
|
-
# keyChainCredentialParseError
|
|
1065
|
-
|
|
1066
|
-
A parse error occurred while setting a credential.
|
|
1067
|
-
|
|
1068
|
-
# keychainGetCommandFailedAction
|
|
1069
|
-
|
|
1070
|
-
Determine why this command failed to get an encryption key for user %s: [%s].
|
|
1071
|
-
|
|
1072
|
-
# keychainSetCommandFailedAction
|
|
1073
|
-
|
|
1074
|
-
Determine why this command failed to set an encryption key for user %s: [%s].
|
|
1075
|
-
|
|
1076
|
-
# keychainPasswordNotFoundAction
|
|
1077
|
-
|
|
1078
|
-
Ensure a valid password is returned with the following command: [%s].
|
|
1079
|
-
|
|
1080
|
-
# retrieveKeyChainItemFailedAction
|
|
1081
|
-
|
|
1082
|
-
Ensure that user %s has a login keychain item named %s. If not re-run authorization.
|
|
1083
|
-
|
|
1084
|
-
# genericUnixKeychainInvalidPerms
|
|
1085
|
-
|
|
1086
|
-
Invalid file permissions for secret file
|
|
1087
|
-
|
|
1088
|
-
# genericUnixKeychainInvalidPermsAction
|
|
1089
|
-
|
|
1090
|
-
Ensure the file %s has the file permission octal value of %s.
|
|
1091
|
-
|
|
1092
|
-
# genericUnixKeychainServiceAccountMismatch
|
|
1093
|
-
|
|
1094
|
-
The service and account specified in %s do not match the version of the toolbelt.
|
|
1095
|
-
|
|
1096
|
-
# genericUnixKeychainServiceAccountMismatchAction
|
|
1097
|
-
|
|
1098
|
-
Check your toolbelt version and re-auth.
|
|
1099
|
-
|
|
1100
|
-
# sourceConflictDetected
|
|
1101
|
-
|
|
1102
|
-
Source conflict(s) detected.
|
|
1103
|
-
|
|
1104
|
-
# oauthInvalidGrant
|
|
1105
|
-
|
|
1106
|
-
This org appears to have a problem with its OAuth configuration. Reason: %s
|
|
1107
|
-
username: %s,
|
|
1108
|
-
clientId: %s,
|
|
1109
|
-
loginUrl: %s,
|
|
1110
|
-
privateKey: %s
|
|
1111
|
-
|
|
1112
|
-
# oauthInvalidGrantAction
|
|
1113
|
-
|
|
1114
|
-
Verify the OAuth configuration for this org. For JWT:${os.EOL}Ensure the private key is correct and the cert associated with the connected app has not expired.${os.EOL}Ensure the following OAuth scopes are configured [api, refresh_token, offline_access].${os.EOL}Ensure the username is assigned to a profile or perm set associated with the connected app.${os.EOL}Ensure the connected app is configured to pre-authorize admins.
|
|
1115
|
-
|
|
1116
|
-
# notSpecified
|
|
1117
|
-
|
|
1118
|
-
<Not Specified>
|
|
1119
|
-
|
|
1120
|
-
# metadataTypeNotSupported
|
|
1121
|
-
|
|
1122
|
-
We can’t retrieve the specified metadata object: %s. Certain metadata types, like %s are not currently supported by the CLI.
|
|
1123
|
-
File a bug here: https:\n\ngithub.com\nforcedotcom\ncli\nissues and provide the name of the unsupported metadata type
|
|
1124
|
-
|
|
1125
|
-
# shapeCreateFailedMessage
|
|
1126
|
-
|
|
1127
|
-
Error creating scratch definition file. Please contact Salesforce support.
|