@salesforce/plugin-signups 2.6.18 → 2.6.19
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 +7 -7
- package/npm-shrinkwrap.json +729 -141
- package/oclif.lock +494 -142
- package/oclif.manifest.json +356 -356
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
3
|
+
"org:get:snapshot": {
|
4
4
|
"aliases": [
|
5
|
-
"force:org:
|
5
|
+
"force:org:snapshot:get"
|
6
6
|
],
|
7
7
|
"args": {},
|
8
8
|
"deprecateAliases": true,
|
9
|
-
"description": "
|
9
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
10
10
|
"examples": [
|
11
|
-
"
|
12
|
-
"
|
11
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
12
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
13
13
|
],
|
14
14
|
"flags": {
|
15
15
|
"json": {
|
@@ -27,17 +27,16 @@
|
|
27
27
|
"multiple": false,
|
28
28
|
"type": "option"
|
29
29
|
},
|
30
|
-
"target-
|
30
|
+
"target-dev-hub": {
|
31
31
|
"aliases": [
|
32
|
-
"
|
33
|
-
"u"
|
32
|
+
"targetdevhubusername"
|
34
33
|
],
|
35
|
-
"char": "
|
34
|
+
"char": "v",
|
36
35
|
"deprecateAliases": true,
|
37
|
-
"name": "target-
|
36
|
+
"name": "target-dev-hub",
|
38
37
|
"noCacheDefault": true,
|
39
38
|
"required": true,
|
40
|
-
"summary": "Username or alias of the
|
39
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
41
40
|
"hasDynamicHelp": true,
|
42
41
|
"multiple": false,
|
43
42
|
"type": "option"
|
@@ -63,80 +62,176 @@
|
|
63
62
|
"multiple": false,
|
64
63
|
"type": "option"
|
65
64
|
},
|
66
|
-
"
|
67
|
-
"
|
68
|
-
|
69
|
-
|
70
|
-
"
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
65
|
+
"snapshot": {
|
66
|
+
"char": "s",
|
67
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
68
|
+
"name": "snapshot",
|
69
|
+
"required": true,
|
70
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
71
|
+
"hasDynamicHelp": false,
|
72
|
+
"multiple": false,
|
73
|
+
"type": "option"
|
74
|
+
}
|
75
|
+
},
|
76
|
+
"hasDynamicHelp": true,
|
77
|
+
"hiddenAliases": [],
|
78
|
+
"id": "org:get:snapshot",
|
79
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
80
|
+
"pluginName": "@salesforce/plugin-signups",
|
81
|
+
"pluginType": "core",
|
82
|
+
"strict": true,
|
83
|
+
"summary": "Get details about a scratch org snapshot.",
|
84
|
+
"enableJsonFlag": true,
|
85
|
+
"isESM": true,
|
86
|
+
"relativePath": [
|
87
|
+
"lib",
|
88
|
+
"commands",
|
89
|
+
"org",
|
90
|
+
"get",
|
91
|
+
"snapshot.js"
|
92
|
+
],
|
93
|
+
"aliasPermutations": [
|
94
|
+
"force:org:snapshot:get",
|
95
|
+
"org:force:snapshot:get",
|
96
|
+
"org:snapshot:force:get",
|
97
|
+
"org:snapshot:get:force",
|
98
|
+
"force:snapshot:org:get",
|
99
|
+
"snapshot:force:org:get",
|
100
|
+
"snapshot:org:force:get",
|
101
|
+
"snapshot:org:get:force",
|
102
|
+
"force:snapshot:get:org",
|
103
|
+
"snapshot:force:get:org",
|
104
|
+
"snapshot:get:force:org",
|
105
|
+
"snapshot:get:org:force",
|
106
|
+
"force:org:get:snapshot",
|
107
|
+
"org:force:get:snapshot",
|
108
|
+
"org:get:force:snapshot",
|
109
|
+
"org:get:snapshot:force",
|
110
|
+
"force:get:org:snapshot",
|
111
|
+
"get:force:org:snapshot",
|
112
|
+
"get:org:force:snapshot",
|
113
|
+
"get:org:snapshot:force",
|
114
|
+
"force:get:snapshot:org",
|
115
|
+
"get:force:snapshot:org",
|
116
|
+
"get:snapshot:force:org",
|
117
|
+
"get:snapshot:org:force"
|
118
|
+
],
|
119
|
+
"permutations": [
|
120
|
+
"org:get:snapshot",
|
121
|
+
"get:org:snapshot",
|
122
|
+
"get:snapshot:org",
|
123
|
+
"org:snapshot:get",
|
124
|
+
"snapshot:org:get",
|
125
|
+
"snapshot:get:org"
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"org:list:shape": {
|
129
|
+
"aliases": [
|
130
|
+
"force:org:shape:list"
|
131
|
+
],
|
132
|
+
"args": {},
|
133
|
+
"deprecateAliases": true,
|
134
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
135
|
+
"examples": [
|
136
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
137
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
138
|
+
],
|
139
|
+
"flags": {
|
140
|
+
"json": {
|
141
|
+
"description": "Format output as json.",
|
142
|
+
"helpGroup": "GLOBAL",
|
143
|
+
"name": "json",
|
74
144
|
"allowNo": false,
|
75
145
|
"type": "boolean"
|
146
|
+
},
|
147
|
+
"flags-dir": {
|
148
|
+
"helpGroup": "GLOBAL",
|
149
|
+
"name": "flags-dir",
|
150
|
+
"summary": "Import flag values from a directory.",
|
151
|
+
"hasDynamicHelp": false,
|
152
|
+
"multiple": false,
|
153
|
+
"type": "option"
|
154
|
+
},
|
155
|
+
"verbose": {
|
156
|
+
"hidden": true,
|
157
|
+
"name": "verbose",
|
158
|
+
"summary": "List more information about each org shape.",
|
159
|
+
"allowNo": false,
|
160
|
+
"type": "boolean"
|
161
|
+
},
|
162
|
+
"loglevel": {
|
163
|
+
"deprecated": {
|
164
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
165
|
+
},
|
166
|
+
"hidden": true,
|
167
|
+
"name": "loglevel",
|
168
|
+
"hasDynamicHelp": false,
|
169
|
+
"multiple": false,
|
170
|
+
"type": "option"
|
76
171
|
}
|
77
172
|
},
|
78
|
-
"hasDynamicHelp":
|
173
|
+
"hasDynamicHelp": false,
|
79
174
|
"hiddenAliases": [],
|
80
|
-
"id": "org:
|
175
|
+
"id": "org:list:shape",
|
81
176
|
"pluginAlias": "@salesforce/plugin-signups",
|
82
177
|
"pluginName": "@salesforce/plugin-signups",
|
83
178
|
"pluginType": "core",
|
84
179
|
"strict": true,
|
85
|
-
"summary": "
|
180
|
+
"summary": "List all org shapes you’ve created.",
|
86
181
|
"enableJsonFlag": true,
|
87
182
|
"isESM": true,
|
88
183
|
"relativePath": [
|
89
184
|
"lib",
|
90
185
|
"commands",
|
91
186
|
"org",
|
92
|
-
"
|
187
|
+
"list",
|
93
188
|
"shape.js"
|
94
189
|
],
|
95
190
|
"aliasPermutations": [
|
96
|
-
"force:org:shape:
|
97
|
-
"org:force:shape:
|
98
|
-
"org:shape:force:
|
99
|
-
"org:shape:
|
100
|
-
"force:shape:org:
|
101
|
-
"shape:force:org:
|
102
|
-
"shape:org:force:
|
103
|
-
"shape:org:
|
104
|
-
"force:shape:
|
105
|
-
"shape:force:
|
106
|
-
"shape:
|
107
|
-
"shape:
|
108
|
-
"force:org:
|
109
|
-
"org:force:
|
110
|
-
"org:
|
111
|
-
"org:
|
112
|
-
"force:
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"force:
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
191
|
+
"force:org:shape:list",
|
192
|
+
"org:force:shape:list",
|
193
|
+
"org:shape:force:list",
|
194
|
+
"org:shape:list:force",
|
195
|
+
"force:shape:org:list",
|
196
|
+
"shape:force:org:list",
|
197
|
+
"shape:org:force:list",
|
198
|
+
"shape:org:list:force",
|
199
|
+
"force:shape:list:org",
|
200
|
+
"shape:force:list:org",
|
201
|
+
"shape:list:force:org",
|
202
|
+
"shape:list:org:force",
|
203
|
+
"force:org:list:shape",
|
204
|
+
"org:force:list:shape",
|
205
|
+
"org:list:force:shape",
|
206
|
+
"org:list:shape:force",
|
207
|
+
"force:list:org:shape",
|
208
|
+
"list:force:org:shape",
|
209
|
+
"list:org:force:shape",
|
210
|
+
"list:org:shape:force",
|
211
|
+
"force:list:shape:org",
|
212
|
+
"list:force:shape:org",
|
213
|
+
"list:shape:force:org",
|
214
|
+
"list:shape:org:force"
|
120
215
|
],
|
121
216
|
"permutations": [
|
122
|
-
"org:
|
123
|
-
"
|
124
|
-
"
|
125
|
-
"org:shape:
|
126
|
-
"shape:org:
|
127
|
-
"shape:
|
217
|
+
"org:list:shape",
|
218
|
+
"list:org:shape",
|
219
|
+
"list:shape:org",
|
220
|
+
"org:shape:list",
|
221
|
+
"shape:org:list",
|
222
|
+
"shape:list:org"
|
128
223
|
]
|
129
224
|
},
|
130
|
-
"org:
|
225
|
+
"org:list:snapshot": {
|
131
226
|
"aliases": [
|
132
|
-
"force:org:snapshot:
|
227
|
+
"force:org:snapshot:list"
|
133
228
|
],
|
134
229
|
"args": {},
|
135
230
|
"deprecateAliases": true,
|
136
|
-
"description": "Dev Hub
|
231
|
+
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
137
232
|
"examples": [
|
138
|
-
"
|
139
|
-
"
|
233
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
234
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
140
235
|
],
|
141
236
|
"flags": {
|
142
237
|
"json": {
|
@@ -188,33 +283,143 @@
|
|
188
283
|
"hasDynamicHelp": false,
|
189
284
|
"multiple": false,
|
190
285
|
"type": "option"
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"hasDynamicHelp": true,
|
289
|
+
"hiddenAliases": [],
|
290
|
+
"id": "org:list:snapshot",
|
291
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
292
|
+
"pluginName": "@salesforce/plugin-signups",
|
293
|
+
"pluginType": "core",
|
294
|
+
"strict": true,
|
295
|
+
"summary": "List scratch org snapshots.",
|
296
|
+
"enableJsonFlag": true,
|
297
|
+
"isESM": true,
|
298
|
+
"relativePath": [
|
299
|
+
"lib",
|
300
|
+
"commands",
|
301
|
+
"org",
|
302
|
+
"list",
|
303
|
+
"snapshot.js"
|
304
|
+
],
|
305
|
+
"aliasPermutations": [
|
306
|
+
"force:org:snapshot:list",
|
307
|
+
"org:force:snapshot:list",
|
308
|
+
"org:snapshot:force:list",
|
309
|
+
"org:snapshot:list:force",
|
310
|
+
"force:snapshot:org:list",
|
311
|
+
"snapshot:force:org:list",
|
312
|
+
"snapshot:org:force:list",
|
313
|
+
"snapshot:org:list:force",
|
314
|
+
"force:snapshot:list:org",
|
315
|
+
"snapshot:force:list:org",
|
316
|
+
"snapshot:list:force:org",
|
317
|
+
"snapshot:list:org:force",
|
318
|
+
"force:org:list:snapshot",
|
319
|
+
"org:force:list:snapshot",
|
320
|
+
"org:list:force:snapshot",
|
321
|
+
"org:list:snapshot:force",
|
322
|
+
"force:list:org:snapshot",
|
323
|
+
"list:force:org:snapshot",
|
324
|
+
"list:org:force:snapshot",
|
325
|
+
"list:org:snapshot:force",
|
326
|
+
"force:list:snapshot:org",
|
327
|
+
"list:force:snapshot:org",
|
328
|
+
"list:snapshot:force:org",
|
329
|
+
"list:snapshot:org:force"
|
330
|
+
],
|
331
|
+
"permutations": [
|
332
|
+
"org:list:snapshot",
|
333
|
+
"list:org:snapshot",
|
334
|
+
"list:snapshot:org",
|
335
|
+
"org:snapshot:list",
|
336
|
+
"snapshot:org:list",
|
337
|
+
"snapshot:list:org"
|
338
|
+
]
|
339
|
+
},
|
340
|
+
"org:delete:shape": {
|
341
|
+
"aliases": [
|
342
|
+
"force:org:shape:delete"
|
343
|
+
],
|
344
|
+
"args": {},
|
345
|
+
"deprecateAliases": true,
|
346
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
347
|
+
"examples": [
|
348
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
349
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
350
|
+
],
|
351
|
+
"flags": {
|
352
|
+
"json": {
|
353
|
+
"description": "Format output as json.",
|
354
|
+
"helpGroup": "GLOBAL",
|
355
|
+
"name": "json",
|
356
|
+
"allowNo": false,
|
357
|
+
"type": "boolean"
|
358
|
+
},
|
359
|
+
"flags-dir": {
|
360
|
+
"helpGroup": "GLOBAL",
|
361
|
+
"name": "flags-dir",
|
362
|
+
"summary": "Import flag values from a directory.",
|
363
|
+
"hasDynamicHelp": false,
|
364
|
+
"multiple": false,
|
365
|
+
"type": "option"
|
191
366
|
},
|
192
|
-
"
|
193
|
-
"
|
194
|
-
|
195
|
-
|
367
|
+
"target-org": {
|
368
|
+
"aliases": [
|
369
|
+
"targetusername",
|
370
|
+
"u"
|
371
|
+
],
|
372
|
+
"char": "o",
|
373
|
+
"deprecateAliases": true,
|
374
|
+
"name": "target-org",
|
375
|
+
"noCacheDefault": true,
|
196
376
|
"required": true,
|
197
|
-
"summary": "
|
377
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
378
|
+
"hasDynamicHelp": true,
|
379
|
+
"multiple": false,
|
380
|
+
"type": "option"
|
381
|
+
},
|
382
|
+
"api-version": {
|
383
|
+
"aliases": [
|
384
|
+
"apiversion"
|
385
|
+
],
|
386
|
+
"deprecateAliases": true,
|
387
|
+
"description": "Override the api version used for api requests made by this command",
|
388
|
+
"name": "api-version",
|
389
|
+
"hasDynamicHelp": false,
|
390
|
+
"multiple": false,
|
391
|
+
"type": "option"
|
392
|
+
},
|
393
|
+
"loglevel": {
|
394
|
+
"deprecated": {
|
395
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
396
|
+
},
|
397
|
+
"hidden": true,
|
398
|
+
"name": "loglevel",
|
198
399
|
"hasDynamicHelp": false,
|
199
400
|
"multiple": false,
|
200
401
|
"type": "option"
|
201
402
|
},
|
202
403
|
"no-prompt": {
|
404
|
+
"aliases": [
|
405
|
+
"noprompt"
|
406
|
+
],
|
203
407
|
"char": "p",
|
408
|
+
"deprecateAliases": true,
|
204
409
|
"name": "no-prompt",
|
205
|
-
"summary": "Don't prompt
|
410
|
+
"summary": "Don't prompt for confirmation.",
|
206
411
|
"allowNo": false,
|
207
412
|
"type": "boolean"
|
208
413
|
}
|
209
414
|
},
|
210
415
|
"hasDynamicHelp": true,
|
211
416
|
"hiddenAliases": [],
|
212
|
-
"id": "org:delete:
|
417
|
+
"id": "org:delete:shape",
|
213
418
|
"pluginAlias": "@salesforce/plugin-signups",
|
214
419
|
"pluginName": "@salesforce/plugin-signups",
|
215
420
|
"pluginType": "core",
|
216
421
|
"strict": true,
|
217
|
-
"summary": "Delete a
|
422
|
+
"summary": "Delete all org shapes for a target org.",
|
218
423
|
"enableJsonFlag": true,
|
219
424
|
"isESM": true,
|
220
425
|
"relativePath": [
|
@@ -222,53 +427,53 @@
|
|
222
427
|
"commands",
|
223
428
|
"org",
|
224
429
|
"delete",
|
225
|
-
"
|
430
|
+
"shape.js"
|
226
431
|
],
|
227
432
|
"aliasPermutations": [
|
228
|
-
"force:org:
|
229
|
-
"org:force:
|
230
|
-
"org:
|
231
|
-
"org:
|
232
|
-
"force:
|
233
|
-
"
|
234
|
-
"
|
235
|
-
"
|
236
|
-
"force:
|
237
|
-
"
|
238
|
-
"
|
239
|
-
"
|
240
|
-
"force:org:delete:
|
241
|
-
"org:force:delete:
|
242
|
-
"org:delete:force:
|
243
|
-
"org:delete:
|
244
|
-
"force:delete:org:
|
245
|
-
"delete:force:org:
|
246
|
-
"delete:org:force:
|
247
|
-
"delete:org:
|
248
|
-
"force:delete:
|
249
|
-
"delete:force:
|
250
|
-
"delete:
|
251
|
-
"delete:
|
433
|
+
"force:org:shape:delete",
|
434
|
+
"org:force:shape:delete",
|
435
|
+
"org:shape:force:delete",
|
436
|
+
"org:shape:delete:force",
|
437
|
+
"force:shape:org:delete",
|
438
|
+
"shape:force:org:delete",
|
439
|
+
"shape:org:force:delete",
|
440
|
+
"shape:org:delete:force",
|
441
|
+
"force:shape:delete:org",
|
442
|
+
"shape:force:delete:org",
|
443
|
+
"shape:delete:force:org",
|
444
|
+
"shape:delete:org:force",
|
445
|
+
"force:org:delete:shape",
|
446
|
+
"org:force:delete:shape",
|
447
|
+
"org:delete:force:shape",
|
448
|
+
"org:delete:shape:force",
|
449
|
+
"force:delete:org:shape",
|
450
|
+
"delete:force:org:shape",
|
451
|
+
"delete:org:force:shape",
|
452
|
+
"delete:org:shape:force",
|
453
|
+
"force:delete:shape:org",
|
454
|
+
"delete:force:shape:org",
|
455
|
+
"delete:shape:force:org",
|
456
|
+
"delete:shape:org:force"
|
252
457
|
],
|
253
458
|
"permutations": [
|
254
|
-
"org:delete:
|
255
|
-
"delete:org:
|
256
|
-
"delete:
|
257
|
-
"org:
|
258
|
-
"
|
259
|
-
"
|
459
|
+
"org:delete:shape",
|
460
|
+
"delete:org:shape",
|
461
|
+
"delete:shape:org",
|
462
|
+
"org:shape:delete",
|
463
|
+
"shape:org:delete",
|
464
|
+
"shape:delete:org"
|
260
465
|
]
|
261
466
|
},
|
262
|
-
"org:
|
467
|
+
"org:delete:snapshot": {
|
263
468
|
"aliases": [
|
264
|
-
"force:org:snapshot:
|
469
|
+
"force:org:snapshot:delete"
|
265
470
|
],
|
266
471
|
"args": {},
|
267
472
|
"deprecateAliases": true,
|
268
|
-
"description": "
|
473
|
+
"description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
|
269
474
|
"examples": [
|
270
|
-
"
|
271
|
-
"
|
475
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
476
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
272
477
|
],
|
273
478
|
"flags": {
|
274
479
|
"json": {
|
@@ -326,62 +531,69 @@
|
|
326
531
|
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
327
532
|
"name": "snapshot",
|
328
533
|
"required": true,
|
329
|
-
"summary": "Name or ID of snapshot to
|
534
|
+
"summary": "Name or ID of snapshot to delete.",
|
330
535
|
"hasDynamicHelp": false,
|
331
536
|
"multiple": false,
|
332
537
|
"type": "option"
|
538
|
+
},
|
539
|
+
"no-prompt": {
|
540
|
+
"char": "p",
|
541
|
+
"name": "no-prompt",
|
542
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
543
|
+
"allowNo": false,
|
544
|
+
"type": "boolean"
|
333
545
|
}
|
334
546
|
},
|
335
547
|
"hasDynamicHelp": true,
|
336
548
|
"hiddenAliases": [],
|
337
|
-
"id": "org:
|
549
|
+
"id": "org:delete:snapshot",
|
338
550
|
"pluginAlias": "@salesforce/plugin-signups",
|
339
551
|
"pluginName": "@salesforce/plugin-signups",
|
340
552
|
"pluginType": "core",
|
341
553
|
"strict": true,
|
342
|
-
"summary": "
|
554
|
+
"summary": "Delete a scratch org snapshot.",
|
343
555
|
"enableJsonFlag": true,
|
344
556
|
"isESM": true,
|
345
|
-
"relativePath": [
|
346
|
-
"lib",
|
347
|
-
"commands",
|
348
|
-
"org",
|
349
|
-
"
|
350
|
-
"snapshot.js"
|
351
|
-
],
|
352
|
-
"aliasPermutations": [
|
353
|
-
"force:org:snapshot:
|
354
|
-
"org:force:snapshot:
|
355
|
-
"org:snapshot:force:
|
356
|
-
"org:snapshot:
|
357
|
-
"force:snapshot:org:
|
358
|
-
"snapshot:force:org:
|
359
|
-
"snapshot:org:force:
|
360
|
-
"snapshot:org:
|
361
|
-
"force:snapshot:
|
362
|
-
"snapshot:force:
|
363
|
-
"snapshot:
|
364
|
-
"snapshot:
|
365
|
-
"force:org:
|
366
|
-
"org:force:
|
367
|
-
"org:
|
368
|
-
"org:
|
369
|
-
"force:
|
370
|
-
"
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"force:
|
374
|
-
"
|
375
|
-
"
|
376
|
-
"
|
557
|
+
"relativePath": [
|
558
|
+
"lib",
|
559
|
+
"commands",
|
560
|
+
"org",
|
561
|
+
"delete",
|
562
|
+
"snapshot.js"
|
563
|
+
],
|
564
|
+
"aliasPermutations": [
|
565
|
+
"force:org:snapshot:delete",
|
566
|
+
"org:force:snapshot:delete",
|
567
|
+
"org:snapshot:force:delete",
|
568
|
+
"org:snapshot:delete:force",
|
569
|
+
"force:snapshot:org:delete",
|
570
|
+
"snapshot:force:org:delete",
|
571
|
+
"snapshot:org:force:delete",
|
572
|
+
"snapshot:org:delete:force",
|
573
|
+
"force:snapshot:delete:org",
|
574
|
+
"snapshot:force:delete:org",
|
575
|
+
"snapshot:delete:force:org",
|
576
|
+
"snapshot:delete:org:force",
|
577
|
+
"force:org:delete:snapshot",
|
578
|
+
"org:force:delete:snapshot",
|
579
|
+
"org:delete:force:snapshot",
|
580
|
+
"org:delete:snapshot:force",
|
581
|
+
"force:delete:org:snapshot",
|
582
|
+
"delete:force:org:snapshot",
|
583
|
+
"delete:org:force:snapshot",
|
584
|
+
"delete:org:snapshot:force",
|
585
|
+
"force:delete:snapshot:org",
|
586
|
+
"delete:force:snapshot:org",
|
587
|
+
"delete:snapshot:force:org",
|
588
|
+
"delete:snapshot:org:force"
|
377
589
|
],
|
378
590
|
"permutations": [
|
379
|
-
"org:
|
380
|
-
"
|
381
|
-
"
|
382
|
-
"org:snapshot:
|
383
|
-
"snapshot:org:
|
384
|
-
"snapshot:
|
591
|
+
"org:delete:snapshot",
|
592
|
+
"delete:org:snapshot",
|
593
|
+
"delete:snapshot:org",
|
594
|
+
"org:snapshot:delete",
|
595
|
+
"snapshot:org:delete",
|
596
|
+
"snapshot:delete:org"
|
385
597
|
]
|
386
598
|
},
|
387
599
|
"org:create:shape": {
|
@@ -648,219 +860,7 @@
|
|
648
860
|
"snapshot:org:create",
|
649
861
|
"snapshot:create:org"
|
650
862
|
]
|
651
|
-
},
|
652
|
-
"org:list:shape": {
|
653
|
-
"aliases": [
|
654
|
-
"force:org:shape:list"
|
655
|
-
],
|
656
|
-
"args": {},
|
657
|
-
"deprecateAliases": true,
|
658
|
-
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
659
|
-
"examples": [
|
660
|
-
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
661
|
-
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
662
|
-
],
|
663
|
-
"flags": {
|
664
|
-
"json": {
|
665
|
-
"description": "Format output as json.",
|
666
|
-
"helpGroup": "GLOBAL",
|
667
|
-
"name": "json",
|
668
|
-
"allowNo": false,
|
669
|
-
"type": "boolean"
|
670
|
-
},
|
671
|
-
"flags-dir": {
|
672
|
-
"helpGroup": "GLOBAL",
|
673
|
-
"name": "flags-dir",
|
674
|
-
"summary": "Import flag values from a directory.",
|
675
|
-
"hasDynamicHelp": false,
|
676
|
-
"multiple": false,
|
677
|
-
"type": "option"
|
678
|
-
},
|
679
|
-
"verbose": {
|
680
|
-
"hidden": true,
|
681
|
-
"name": "verbose",
|
682
|
-
"summary": "List more information about each org shape.",
|
683
|
-
"allowNo": false,
|
684
|
-
"type": "boolean"
|
685
|
-
},
|
686
|
-
"loglevel": {
|
687
|
-
"deprecated": {
|
688
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
689
|
-
},
|
690
|
-
"hidden": true,
|
691
|
-
"name": "loglevel",
|
692
|
-
"hasDynamicHelp": false,
|
693
|
-
"multiple": false,
|
694
|
-
"type": "option"
|
695
|
-
}
|
696
|
-
},
|
697
|
-
"hasDynamicHelp": false,
|
698
|
-
"hiddenAliases": [],
|
699
|
-
"id": "org:list:shape",
|
700
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
701
|
-
"pluginName": "@salesforce/plugin-signups",
|
702
|
-
"pluginType": "core",
|
703
|
-
"strict": true,
|
704
|
-
"summary": "List all org shapes you’ve created.",
|
705
|
-
"enableJsonFlag": true,
|
706
|
-
"isESM": true,
|
707
|
-
"relativePath": [
|
708
|
-
"lib",
|
709
|
-
"commands",
|
710
|
-
"org",
|
711
|
-
"list",
|
712
|
-
"shape.js"
|
713
|
-
],
|
714
|
-
"aliasPermutations": [
|
715
|
-
"force:org:shape:list",
|
716
|
-
"org:force:shape:list",
|
717
|
-
"org:shape:force:list",
|
718
|
-
"org:shape:list:force",
|
719
|
-
"force:shape:org:list",
|
720
|
-
"shape:force:org:list",
|
721
|
-
"shape:org:force:list",
|
722
|
-
"shape:org:list:force",
|
723
|
-
"force:shape:list:org",
|
724
|
-
"shape:force:list:org",
|
725
|
-
"shape:list:force:org",
|
726
|
-
"shape:list:org:force",
|
727
|
-
"force:org:list:shape",
|
728
|
-
"org:force:list:shape",
|
729
|
-
"org:list:force:shape",
|
730
|
-
"org:list:shape:force",
|
731
|
-
"force:list:org:shape",
|
732
|
-
"list:force:org:shape",
|
733
|
-
"list:org:force:shape",
|
734
|
-
"list:org:shape:force",
|
735
|
-
"force:list:shape:org",
|
736
|
-
"list:force:shape:org",
|
737
|
-
"list:shape:force:org",
|
738
|
-
"list:shape:org:force"
|
739
|
-
],
|
740
|
-
"permutations": [
|
741
|
-
"org:list:shape",
|
742
|
-
"list:org:shape",
|
743
|
-
"list:shape:org",
|
744
|
-
"org:shape:list",
|
745
|
-
"shape:org:list",
|
746
|
-
"shape:list:org"
|
747
|
-
]
|
748
|
-
},
|
749
|
-
"org:list:snapshot": {
|
750
|
-
"aliases": [
|
751
|
-
"force:org:snapshot:list"
|
752
|
-
],
|
753
|
-
"args": {},
|
754
|
-
"deprecateAliases": true,
|
755
|
-
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
756
|
-
"examples": [
|
757
|
-
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
758
|
-
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
759
|
-
],
|
760
|
-
"flags": {
|
761
|
-
"json": {
|
762
|
-
"description": "Format output as json.",
|
763
|
-
"helpGroup": "GLOBAL",
|
764
|
-
"name": "json",
|
765
|
-
"allowNo": false,
|
766
|
-
"type": "boolean"
|
767
|
-
},
|
768
|
-
"flags-dir": {
|
769
|
-
"helpGroup": "GLOBAL",
|
770
|
-
"name": "flags-dir",
|
771
|
-
"summary": "Import flag values from a directory.",
|
772
|
-
"hasDynamicHelp": false,
|
773
|
-
"multiple": false,
|
774
|
-
"type": "option"
|
775
|
-
},
|
776
|
-
"target-dev-hub": {
|
777
|
-
"aliases": [
|
778
|
-
"targetdevhubusername"
|
779
|
-
],
|
780
|
-
"char": "v",
|
781
|
-
"deprecateAliases": true,
|
782
|
-
"name": "target-dev-hub",
|
783
|
-
"noCacheDefault": true,
|
784
|
-
"required": true,
|
785
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
786
|
-
"hasDynamicHelp": true,
|
787
|
-
"multiple": false,
|
788
|
-
"type": "option"
|
789
|
-
},
|
790
|
-
"api-version": {
|
791
|
-
"aliases": [
|
792
|
-
"apiversion"
|
793
|
-
],
|
794
|
-
"deprecateAliases": true,
|
795
|
-
"description": "Override the api version used for api requests made by this command",
|
796
|
-
"name": "api-version",
|
797
|
-
"hasDynamicHelp": false,
|
798
|
-
"multiple": false,
|
799
|
-
"type": "option"
|
800
|
-
},
|
801
|
-
"loglevel": {
|
802
|
-
"deprecated": {
|
803
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
804
|
-
},
|
805
|
-
"hidden": true,
|
806
|
-
"name": "loglevel",
|
807
|
-
"hasDynamicHelp": false,
|
808
|
-
"multiple": false,
|
809
|
-
"type": "option"
|
810
|
-
}
|
811
|
-
},
|
812
|
-
"hasDynamicHelp": true,
|
813
|
-
"hiddenAliases": [],
|
814
|
-
"id": "org:list:snapshot",
|
815
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
816
|
-
"pluginName": "@salesforce/plugin-signups",
|
817
|
-
"pluginType": "core",
|
818
|
-
"strict": true,
|
819
|
-
"summary": "List scratch org snapshots.",
|
820
|
-
"enableJsonFlag": true,
|
821
|
-
"isESM": true,
|
822
|
-
"relativePath": [
|
823
|
-
"lib",
|
824
|
-
"commands",
|
825
|
-
"org",
|
826
|
-
"list",
|
827
|
-
"snapshot.js"
|
828
|
-
],
|
829
|
-
"aliasPermutations": [
|
830
|
-
"force:org:snapshot:list",
|
831
|
-
"org:force:snapshot:list",
|
832
|
-
"org:snapshot:force:list",
|
833
|
-
"org:snapshot:list:force",
|
834
|
-
"force:snapshot:org:list",
|
835
|
-
"snapshot:force:org:list",
|
836
|
-
"snapshot:org:force:list",
|
837
|
-
"snapshot:org:list:force",
|
838
|
-
"force:snapshot:list:org",
|
839
|
-
"snapshot:force:list:org",
|
840
|
-
"snapshot:list:force:org",
|
841
|
-
"snapshot:list:org:force",
|
842
|
-
"force:org:list:snapshot",
|
843
|
-
"org:force:list:snapshot",
|
844
|
-
"org:list:force:snapshot",
|
845
|
-
"org:list:snapshot:force",
|
846
|
-
"force:list:org:snapshot",
|
847
|
-
"list:force:org:snapshot",
|
848
|
-
"list:org:force:snapshot",
|
849
|
-
"list:org:snapshot:force",
|
850
|
-
"force:list:snapshot:org",
|
851
|
-
"list:force:snapshot:org",
|
852
|
-
"list:snapshot:force:org",
|
853
|
-
"list:snapshot:org:force"
|
854
|
-
],
|
855
|
-
"permutations": [
|
856
|
-
"org:list:snapshot",
|
857
|
-
"list:org:snapshot",
|
858
|
-
"list:snapshot:org",
|
859
|
-
"org:snapshot:list",
|
860
|
-
"snapshot:org:list",
|
861
|
-
"snapshot:list:org"
|
862
|
-
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.19"
|
866
866
|
}
|