@salesforce/plugin-signups 2.6.22 → 2.6.23
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 +726 -255
- package/oclif.lock +237 -177
- package/oclif.manifest.json +316 -316
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
@@ -1,130 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
4
|
-
"aliases": [
|
5
|
-
"force:org:shape:create"
|
6
|
-
],
|
7
|
-
"args": {},
|
8
|
-
"deprecateAliases": true,
|
9
|
-
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
10
|
-
"examples": [
|
11
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
12
|
-
],
|
13
|
-
"flags": {
|
14
|
-
"json": {
|
15
|
-
"description": "Format output as json.",
|
16
|
-
"helpGroup": "GLOBAL",
|
17
|
-
"name": "json",
|
18
|
-
"allowNo": false,
|
19
|
-
"type": "boolean"
|
20
|
-
},
|
21
|
-
"flags-dir": {
|
22
|
-
"helpGroup": "GLOBAL",
|
23
|
-
"name": "flags-dir",
|
24
|
-
"summary": "Import flag values from a directory.",
|
25
|
-
"hasDynamicHelp": false,
|
26
|
-
"multiple": false,
|
27
|
-
"type": "option"
|
28
|
-
},
|
29
|
-
"target-org": {
|
30
|
-
"aliases": [
|
31
|
-
"targetusername",
|
32
|
-
"u"
|
33
|
-
],
|
34
|
-
"char": "o",
|
35
|
-
"deprecateAliases": true,
|
36
|
-
"name": "target-org",
|
37
|
-
"noCacheDefault": true,
|
38
|
-
"required": true,
|
39
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
40
|
-
"hasDynamicHelp": true,
|
41
|
-
"multiple": false,
|
42
|
-
"type": "option"
|
43
|
-
},
|
44
|
-
"api-version": {
|
45
|
-
"aliases": [
|
46
|
-
"apiversion"
|
47
|
-
],
|
48
|
-
"deprecateAliases": true,
|
49
|
-
"description": "Override the api version used for api requests made by this command",
|
50
|
-
"name": "api-version",
|
51
|
-
"hasDynamicHelp": false,
|
52
|
-
"multiple": false,
|
53
|
-
"type": "option"
|
54
|
-
},
|
55
|
-
"loglevel": {
|
56
|
-
"deprecated": {
|
57
|
-
"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."
|
58
|
-
},
|
59
|
-
"hidden": true,
|
60
|
-
"name": "loglevel",
|
61
|
-
"hasDynamicHelp": false,
|
62
|
-
"multiple": false,
|
63
|
-
"type": "option"
|
64
|
-
}
|
65
|
-
},
|
66
|
-
"hasDynamicHelp": true,
|
67
|
-
"hiddenAliases": [],
|
68
|
-
"id": "org:create:shape",
|
69
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
70
|
-
"pluginName": "@salesforce/plugin-signups",
|
71
|
-
"pluginType": "core",
|
72
|
-
"strict": true,
|
73
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
74
|
-
"enableJsonFlag": true,
|
75
|
-
"isESM": true,
|
76
|
-
"relativePath": [
|
77
|
-
"lib",
|
78
|
-
"commands",
|
79
|
-
"org",
|
80
|
-
"create",
|
81
|
-
"shape.js"
|
82
|
-
],
|
83
|
-
"aliasPermutations": [
|
84
|
-
"force:org:shape:create",
|
85
|
-
"org:force:shape:create",
|
86
|
-
"org:shape:force:create",
|
87
|
-
"org:shape:create:force",
|
88
|
-
"force:shape:org:create",
|
89
|
-
"shape:force:org:create",
|
90
|
-
"shape:org:force:create",
|
91
|
-
"shape:org:create:force",
|
92
|
-
"force:shape:create:org",
|
93
|
-
"shape:force:create:org",
|
94
|
-
"shape:create:force:org",
|
95
|
-
"shape:create:org:force",
|
96
|
-
"force:org:create:shape",
|
97
|
-
"org:force:create:shape",
|
98
|
-
"org:create:force:shape",
|
99
|
-
"org:create:shape:force",
|
100
|
-
"force:create:org:shape",
|
101
|
-
"create:force:org:shape",
|
102
|
-
"create:org:force:shape",
|
103
|
-
"create:org:shape:force",
|
104
|
-
"force:create:shape:org",
|
105
|
-
"create:force:shape:org",
|
106
|
-
"create:shape:force:org",
|
107
|
-
"create:shape:org:force"
|
108
|
-
],
|
109
|
-
"permutations": [
|
110
|
-
"org:create:shape",
|
111
|
-
"create:org:shape",
|
112
|
-
"create:shape:org",
|
113
|
-
"org:shape:create",
|
114
|
-
"shape:org:create",
|
115
|
-
"shape:create:org"
|
116
|
-
]
|
117
|
-
},
|
118
|
-
"org:create:snapshot": {
|
3
|
+
"org:get:snapshot": {
|
119
4
|
"aliases": [
|
120
|
-
"force:org:snapshot:
|
5
|
+
"force:org:snapshot:get"
|
121
6
|
],
|
122
7
|
"args": {},
|
123
8
|
"deprecateAliases": true,
|
124
|
-
"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\".",
|
125
10
|
"examples": [
|
126
|
-
"
|
127
|
-
"
|
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"
|
128
13
|
],
|
129
14
|
"flags": {
|
130
15
|
"json": {
|
@@ -177,37 +62,12 @@
|
|
177
62
|
"multiple": false,
|
178
63
|
"type": "option"
|
179
64
|
},
|
180
|
-
"
|
181
|
-
"
|
182
|
-
|
183
|
-
|
184
|
-
"char": "o",
|
185
|
-
"deprecateAliases": true,
|
186
|
-
"name": "source-org",
|
187
|
-
"required": true,
|
188
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
189
|
-
"hasDynamicHelp": false,
|
190
|
-
"multiple": false,
|
191
|
-
"type": "option"
|
192
|
-
},
|
193
|
-
"name": {
|
194
|
-
"aliases": [
|
195
|
-
"snapshotname"
|
196
|
-
],
|
197
|
-
"char": "n",
|
198
|
-
"deprecateAliases": true,
|
199
|
-
"name": "name",
|
65
|
+
"snapshot": {
|
66
|
+
"char": "s",
|
67
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
68
|
+
"name": "snapshot",
|
200
69
|
"required": true,
|
201
|
-
"summary": "
|
202
|
-
"hasDynamicHelp": false,
|
203
|
-
"multiple": false,
|
204
|
-
"type": "option"
|
205
|
-
},
|
206
|
-
"description": {
|
207
|
-
"char": "d",
|
208
|
-
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
209
|
-
"name": "description",
|
210
|
-
"summary": "Description of snapshot.",
|
70
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
211
71
|
"hasDynamicHelp": false,
|
212
72
|
"multiple": false,
|
213
73
|
"type": "option"
|
@@ -215,54 +75,54 @@
|
|
215
75
|
},
|
216
76
|
"hasDynamicHelp": true,
|
217
77
|
"hiddenAliases": [],
|
218
|
-
"id": "org:
|
78
|
+
"id": "org:get:snapshot",
|
219
79
|
"pluginAlias": "@salesforce/plugin-signups",
|
220
80
|
"pluginName": "@salesforce/plugin-signups",
|
221
81
|
"pluginType": "core",
|
222
82
|
"strict": true,
|
223
|
-
"summary": "
|
83
|
+
"summary": "Get details about a scratch org snapshot.",
|
224
84
|
"enableJsonFlag": true,
|
225
85
|
"isESM": true,
|
226
86
|
"relativePath": [
|
227
87
|
"lib",
|
228
88
|
"commands",
|
229
89
|
"org",
|
230
|
-
"
|
90
|
+
"get",
|
231
91
|
"snapshot.js"
|
232
92
|
],
|
233
93
|
"aliasPermutations": [
|
234
|
-
"force:org:snapshot:
|
235
|
-
"org:force:snapshot:
|
236
|
-
"org:snapshot:force:
|
237
|
-
"org:snapshot:
|
238
|
-
"force:snapshot:org:
|
239
|
-
"snapshot:force:org:
|
240
|
-
"snapshot:org:force:
|
241
|
-
"snapshot:org:
|
242
|
-
"force:snapshot:
|
243
|
-
"snapshot:force:
|
244
|
-
"snapshot:
|
245
|
-
"snapshot:
|
246
|
-
"force:org:
|
247
|
-
"org:force:
|
248
|
-
"org:
|
249
|
-
"org:
|
250
|
-
"force:
|
251
|
-
"
|
252
|
-
"
|
253
|
-
"
|
254
|
-
"force:
|
255
|
-
"
|
256
|
-
"
|
257
|
-
"
|
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"
|
258
118
|
],
|
259
119
|
"permutations": [
|
260
|
-
"org:
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"org:snapshot:
|
264
|
-
"snapshot:org:
|
265
|
-
"snapshot:
|
120
|
+
"org:get:snapshot",
|
121
|
+
"get:org:snapshot",
|
122
|
+
"get:snapshot:org",
|
123
|
+
"org:snapshot:get",
|
124
|
+
"snapshot:org:get",
|
125
|
+
"snapshot:get:org"
|
266
126
|
]
|
267
127
|
},
|
268
128
|
"org:delete:shape": {
|
@@ -524,16 +384,15 @@
|
|
524
384
|
"snapshot:delete:org"
|
525
385
|
]
|
526
386
|
},
|
527
|
-
"org:
|
387
|
+
"org:create:shape": {
|
528
388
|
"aliases": [
|
529
|
-
"force:org:shape:
|
389
|
+
"force:org:shape:create"
|
530
390
|
],
|
531
391
|
"args": {},
|
532
392
|
"deprecateAliases": true,
|
533
|
-
"description": "
|
393
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
534
394
|
"examples": [
|
535
|
-
"
|
536
|
-
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
395
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
537
396
|
],
|
538
397
|
"flags": {
|
539
398
|
"json": {
|
@@ -551,14 +410,33 @@
|
|
551
410
|
"multiple": false,
|
552
411
|
"type": "option"
|
553
412
|
},
|
554
|
-
"
|
555
|
-
"
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
"
|
413
|
+
"target-org": {
|
414
|
+
"aliases": [
|
415
|
+
"targetusername",
|
416
|
+
"u"
|
417
|
+
],
|
418
|
+
"char": "o",
|
419
|
+
"deprecateAliases": true,
|
420
|
+
"name": "target-org",
|
421
|
+
"noCacheDefault": true,
|
422
|
+
"required": true,
|
423
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
424
|
+
"hasDynamicHelp": true,
|
425
|
+
"multiple": false,
|
426
|
+
"type": "option"
|
560
427
|
},
|
561
|
-
"
|
428
|
+
"api-version": {
|
429
|
+
"aliases": [
|
430
|
+
"apiversion"
|
431
|
+
],
|
432
|
+
"deprecateAliases": true,
|
433
|
+
"description": "Override the api version used for api requests made by this command",
|
434
|
+
"name": "api-version",
|
435
|
+
"hasDynamicHelp": false,
|
436
|
+
"multiple": false,
|
437
|
+
"type": "option"
|
438
|
+
},
|
439
|
+
"loglevel": {
|
562
440
|
"deprecated": {
|
563
441
|
"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."
|
564
442
|
},
|
@@ -569,68 +447,68 @@
|
|
569
447
|
"type": "option"
|
570
448
|
}
|
571
449
|
},
|
572
|
-
"hasDynamicHelp":
|
450
|
+
"hasDynamicHelp": true,
|
573
451
|
"hiddenAliases": [],
|
574
|
-
"id": "org:
|
452
|
+
"id": "org:create:shape",
|
575
453
|
"pluginAlias": "@salesforce/plugin-signups",
|
576
454
|
"pluginName": "@salesforce/plugin-signups",
|
577
455
|
"pluginType": "core",
|
578
456
|
"strict": true,
|
579
|
-
"summary": "
|
457
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
580
458
|
"enableJsonFlag": true,
|
581
459
|
"isESM": true,
|
582
460
|
"relativePath": [
|
583
461
|
"lib",
|
584
462
|
"commands",
|
585
463
|
"org",
|
586
|
-
"
|
464
|
+
"create",
|
587
465
|
"shape.js"
|
588
466
|
],
|
589
467
|
"aliasPermutations": [
|
590
|
-
"force:org:shape:
|
591
|
-
"org:force:shape:
|
592
|
-
"org:shape:force:
|
593
|
-
"org:shape:
|
594
|
-
"force:shape:org:
|
595
|
-
"shape:force:org:
|
596
|
-
"shape:org:force:
|
597
|
-
"shape:org:
|
598
|
-
"force:shape:
|
599
|
-
"shape:force:
|
600
|
-
"shape:
|
601
|
-
"shape:
|
602
|
-
"force:org:
|
603
|
-
"org:force:
|
604
|
-
"org:
|
605
|
-
"org:
|
606
|
-
"force:
|
607
|
-
"
|
608
|
-
"
|
609
|
-
"
|
610
|
-
"force:
|
611
|
-
"
|
612
|
-
"
|
613
|
-
"
|
468
|
+
"force:org:shape:create",
|
469
|
+
"org:force:shape:create",
|
470
|
+
"org:shape:force:create",
|
471
|
+
"org:shape:create:force",
|
472
|
+
"force:shape:org:create",
|
473
|
+
"shape:force:org:create",
|
474
|
+
"shape:org:force:create",
|
475
|
+
"shape:org:create:force",
|
476
|
+
"force:shape:create:org",
|
477
|
+
"shape:force:create:org",
|
478
|
+
"shape:create:force:org",
|
479
|
+
"shape:create:org:force",
|
480
|
+
"force:org:create:shape",
|
481
|
+
"org:force:create:shape",
|
482
|
+
"org:create:force:shape",
|
483
|
+
"org:create:shape:force",
|
484
|
+
"force:create:org:shape",
|
485
|
+
"create:force:org:shape",
|
486
|
+
"create:org:force:shape",
|
487
|
+
"create:org:shape:force",
|
488
|
+
"force:create:shape:org",
|
489
|
+
"create:force:shape:org",
|
490
|
+
"create:shape:force:org",
|
491
|
+
"create:shape:org:force"
|
614
492
|
],
|
615
493
|
"permutations": [
|
616
|
-
"org:
|
617
|
-
"
|
618
|
-
"
|
619
|
-
"org:shape:
|
620
|
-
"shape:org:
|
621
|
-
"shape:
|
494
|
+
"org:create:shape",
|
495
|
+
"create:org:shape",
|
496
|
+
"create:shape:org",
|
497
|
+
"org:shape:create",
|
498
|
+
"shape:org:create",
|
499
|
+
"shape:create:org"
|
622
500
|
]
|
623
501
|
},
|
624
|
-
"org:
|
502
|
+
"org:create:snapshot": {
|
625
503
|
"aliases": [
|
626
|
-
"force:org:snapshot:
|
504
|
+
"force:org:snapshot:create"
|
627
505
|
],
|
628
506
|
"args": {},
|
629
507
|
"deprecateAliases": true,
|
630
|
-
"description": "
|
508
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
|
631
509
|
"examples": [
|
632
|
-
"
|
633
|
-
"
|
510
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
511
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
634
512
|
],
|
635
513
|
"flags": {
|
636
514
|
"json": {
|
@@ -682,70 +560,202 @@
|
|
682
560
|
"hasDynamicHelp": false,
|
683
561
|
"multiple": false,
|
684
562
|
"type": "option"
|
563
|
+
},
|
564
|
+
"source-org": {
|
565
|
+
"aliases": [
|
566
|
+
"sourceorg"
|
567
|
+
],
|
568
|
+
"char": "o",
|
569
|
+
"deprecateAliases": true,
|
570
|
+
"name": "source-org",
|
571
|
+
"required": true,
|
572
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
573
|
+
"hasDynamicHelp": false,
|
574
|
+
"multiple": false,
|
575
|
+
"type": "option"
|
576
|
+
},
|
577
|
+
"name": {
|
578
|
+
"aliases": [
|
579
|
+
"snapshotname"
|
580
|
+
],
|
581
|
+
"char": "n",
|
582
|
+
"deprecateAliases": true,
|
583
|
+
"name": "name",
|
584
|
+
"required": true,
|
585
|
+
"summary": "Unique name of snapshot.",
|
586
|
+
"hasDynamicHelp": false,
|
587
|
+
"multiple": false,
|
588
|
+
"type": "option"
|
589
|
+
},
|
590
|
+
"description": {
|
591
|
+
"char": "d",
|
592
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
593
|
+
"name": "description",
|
594
|
+
"summary": "Description of snapshot.",
|
595
|
+
"hasDynamicHelp": false,
|
596
|
+
"multiple": false,
|
597
|
+
"type": "option"
|
685
598
|
}
|
686
599
|
},
|
687
600
|
"hasDynamicHelp": true,
|
688
601
|
"hiddenAliases": [],
|
689
|
-
"id": "org:
|
602
|
+
"id": "org:create:snapshot",
|
690
603
|
"pluginAlias": "@salesforce/plugin-signups",
|
691
604
|
"pluginName": "@salesforce/plugin-signups",
|
692
605
|
"pluginType": "core",
|
693
606
|
"strict": true,
|
694
|
-
"summary": "
|
607
|
+
"summary": "Create a snapshot of a scratch org.",
|
695
608
|
"enableJsonFlag": true,
|
696
609
|
"isESM": true,
|
697
610
|
"relativePath": [
|
698
611
|
"lib",
|
699
612
|
"commands",
|
700
613
|
"org",
|
701
|
-
"
|
614
|
+
"create",
|
702
615
|
"snapshot.js"
|
703
616
|
],
|
704
617
|
"aliasPermutations": [
|
705
|
-
"force:org:snapshot:
|
706
|
-
"org:force:snapshot:
|
707
|
-
"org:snapshot:force:
|
708
|
-
"org:snapshot:
|
709
|
-
"force:snapshot:org:
|
710
|
-
"snapshot:force:org:
|
711
|
-
"snapshot:org:force:
|
712
|
-
"snapshot:org:
|
713
|
-
"force:snapshot:
|
714
|
-
"snapshot:force:
|
715
|
-
"snapshot:
|
716
|
-
"snapshot:
|
717
|
-
"force:org:
|
718
|
-
"org:force:
|
719
|
-
"org:
|
720
|
-
"org:
|
721
|
-
"force:
|
722
|
-
"
|
723
|
-
"
|
724
|
-
"
|
725
|
-
"force:
|
726
|
-
"
|
727
|
-
"
|
728
|
-
"
|
618
|
+
"force:org:snapshot:create",
|
619
|
+
"org:force:snapshot:create",
|
620
|
+
"org:snapshot:force:create",
|
621
|
+
"org:snapshot:create:force",
|
622
|
+
"force:snapshot:org:create",
|
623
|
+
"snapshot:force:org:create",
|
624
|
+
"snapshot:org:force:create",
|
625
|
+
"snapshot:org:create:force",
|
626
|
+
"force:snapshot:create:org",
|
627
|
+
"snapshot:force:create:org",
|
628
|
+
"snapshot:create:force:org",
|
629
|
+
"snapshot:create:org:force",
|
630
|
+
"force:org:create:snapshot",
|
631
|
+
"org:force:create:snapshot",
|
632
|
+
"org:create:force:snapshot",
|
633
|
+
"org:create:snapshot:force",
|
634
|
+
"force:create:org:snapshot",
|
635
|
+
"create:force:org:snapshot",
|
636
|
+
"create:org:force:snapshot",
|
637
|
+
"create:org:snapshot:force",
|
638
|
+
"force:create:snapshot:org",
|
639
|
+
"create:force:snapshot:org",
|
640
|
+
"create:snapshot:force:org",
|
641
|
+
"create:snapshot:org:force"
|
729
642
|
],
|
730
643
|
"permutations": [
|
731
|
-
"org:
|
732
|
-
"
|
733
|
-
"
|
734
|
-
"org:snapshot:
|
735
|
-
"snapshot:org:
|
736
|
-
"snapshot:
|
644
|
+
"org:create:snapshot",
|
645
|
+
"create:org:snapshot",
|
646
|
+
"create:snapshot:org",
|
647
|
+
"org:snapshot:create",
|
648
|
+
"snapshot:org:create",
|
649
|
+
"snapshot:create:org"
|
737
650
|
]
|
738
651
|
},
|
739
|
-
"org:
|
652
|
+
"org:list:shape": {
|
740
653
|
"aliases": [
|
741
|
-
"force:org:
|
654
|
+
"force:org:shape:list"
|
742
655
|
],
|
743
656
|
"args": {},
|
744
657
|
"deprecateAliases": true,
|
745
|
-
"description": "
|
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.",
|
746
659
|
"examples": [
|
747
|
-
"
|
748
|
-
"
|
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"
|
749
759
|
],
|
750
760
|
"flags": {
|
751
761
|
"json": {
|
@@ -797,70 +807,60 @@
|
|
797
807
|
"hasDynamicHelp": false,
|
798
808
|
"multiple": false,
|
799
809
|
"type": "option"
|
800
|
-
},
|
801
|
-
"snapshot": {
|
802
|
-
"char": "s",
|
803
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
804
|
-
"name": "snapshot",
|
805
|
-
"required": true,
|
806
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
807
|
-
"hasDynamicHelp": false,
|
808
|
-
"multiple": false,
|
809
|
-
"type": "option"
|
810
810
|
}
|
811
811
|
},
|
812
812
|
"hasDynamicHelp": true,
|
813
813
|
"hiddenAliases": [],
|
814
|
-
"id": "org:
|
814
|
+
"id": "org:list:snapshot",
|
815
815
|
"pluginAlias": "@salesforce/plugin-signups",
|
816
816
|
"pluginName": "@salesforce/plugin-signups",
|
817
817
|
"pluginType": "core",
|
818
818
|
"strict": true,
|
819
|
-
"summary": "
|
819
|
+
"summary": "List scratch org snapshots.",
|
820
820
|
"enableJsonFlag": true,
|
821
821
|
"isESM": true,
|
822
822
|
"relativePath": [
|
823
823
|
"lib",
|
824
824
|
"commands",
|
825
825
|
"org",
|
826
|
-
"
|
826
|
+
"list",
|
827
827
|
"snapshot.js"
|
828
828
|
],
|
829
829
|
"aliasPermutations": [
|
830
|
-
"force:org:snapshot:
|
831
|
-
"org:force:snapshot:
|
832
|
-
"org:snapshot:force:
|
833
|
-
"org:snapshot:
|
834
|
-
"force:snapshot:org:
|
835
|
-
"snapshot:force:org:
|
836
|
-
"snapshot:org:force:
|
837
|
-
"snapshot:org:
|
838
|
-
"force:snapshot:
|
839
|
-
"snapshot:force:
|
840
|
-
"snapshot:
|
841
|
-
"snapshot:
|
842
|
-
"force:org:
|
843
|
-
"org:force:
|
844
|
-
"org:
|
845
|
-
"org:
|
846
|
-
"force:
|
847
|
-
"
|
848
|
-
"
|
849
|
-
"
|
850
|
-
"force:
|
851
|
-
"
|
852
|
-
"
|
853
|
-
"
|
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
854
|
],
|
855
855
|
"permutations": [
|
856
|
-
"org:
|
857
|
-
"
|
858
|
-
"
|
859
|
-
"org:snapshot:
|
860
|
-
"snapshot:org:
|
861
|
-
"snapshot:
|
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
862
|
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.23"
|
866
866
|
}
|