@salesforce/plugin-signups 2.6.35 → 2.6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +802 -1357
- package/oclif.lock +720 -947
- package/oclif.manifest.json +321 -321
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
@@ -1,15 +1,130 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
3
|
+
"org:create:shape": {
|
4
4
|
"aliases": [
|
5
|
-
"force:org:
|
5
|
+
"force:org:shape:create"
|
6
6
|
],
|
7
7
|
"args": {},
|
8
8
|
"deprecateAliases": true,
|
9
|
-
"description": "
|
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
10
|
"examples": [
|
11
|
-
"
|
12
|
-
|
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": {
|
119
|
+
"aliases": [
|
120
|
+
"force:org:snapshot:create"
|
121
|
+
],
|
122
|
+
"args": {},
|
123
|
+
"deprecateAliases": true,
|
124
|
+
"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.",
|
125
|
+
"examples": [
|
126
|
+
"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'",
|
127
|
+
"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"
|
13
128
|
],
|
14
129
|
"flags": {
|
15
130
|
"json": {
|
@@ -62,12 +177,37 @@
|
|
62
177
|
"multiple": false,
|
63
178
|
"type": "option"
|
64
179
|
},
|
65
|
-
"
|
66
|
-
"
|
67
|
-
|
68
|
-
|
180
|
+
"source-org": {
|
181
|
+
"aliases": [
|
182
|
+
"sourceorg"
|
183
|
+
],
|
184
|
+
"char": "o",
|
185
|
+
"deprecateAliases": true,
|
186
|
+
"name": "source-org",
|
69
187
|
"required": true,
|
70
|
-
"summary": "
|
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",
|
200
|
+
"required": true,
|
201
|
+
"summary": "Unique name of snapshot.",
|
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.",
|
71
211
|
"hasDynamicHelp": false,
|
72
212
|
"multiple": false,
|
73
213
|
"type": "option"
|
@@ -75,54 +215,54 @@
|
|
75
215
|
},
|
76
216
|
"hasDynamicHelp": true,
|
77
217
|
"hiddenAliases": [],
|
78
|
-
"id": "org:
|
218
|
+
"id": "org:create:snapshot",
|
79
219
|
"pluginAlias": "@salesforce/plugin-signups",
|
80
220
|
"pluginName": "@salesforce/plugin-signups",
|
81
221
|
"pluginType": "core",
|
82
222
|
"strict": true,
|
83
|
-
"summary": "
|
223
|
+
"summary": "Create a snapshot of a scratch org.",
|
84
224
|
"enableJsonFlag": true,
|
85
225
|
"isESM": true,
|
86
226
|
"relativePath": [
|
87
227
|
"lib",
|
88
228
|
"commands",
|
89
229
|
"org",
|
90
|
-
"
|
230
|
+
"create",
|
91
231
|
"snapshot.js"
|
92
232
|
],
|
93
233
|
"aliasPermutations": [
|
94
|
-
"force:org:snapshot:
|
95
|
-
"org:force:snapshot:
|
96
|
-
"org:snapshot:force:
|
97
|
-
"org:snapshot:
|
98
|
-
"force:snapshot:org:
|
99
|
-
"snapshot:force:org:
|
100
|
-
"snapshot:org:force:
|
101
|
-
"snapshot:org:
|
102
|
-
"force:snapshot:
|
103
|
-
"snapshot:force:
|
104
|
-
"snapshot:
|
105
|
-
"snapshot:
|
106
|
-
"force:org:
|
107
|
-
"org:force:
|
108
|
-
"org:
|
109
|
-
"org:
|
110
|
-
"force:
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"force:
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
234
|
+
"force:org:snapshot:create",
|
235
|
+
"org:force:snapshot:create",
|
236
|
+
"org:snapshot:force:create",
|
237
|
+
"org:snapshot:create:force",
|
238
|
+
"force:snapshot:org:create",
|
239
|
+
"snapshot:force:org:create",
|
240
|
+
"snapshot:org:force:create",
|
241
|
+
"snapshot:org:create:force",
|
242
|
+
"force:snapshot:create:org",
|
243
|
+
"snapshot:force:create:org",
|
244
|
+
"snapshot:create:force:org",
|
245
|
+
"snapshot:create:org:force",
|
246
|
+
"force:org:create:snapshot",
|
247
|
+
"org:force:create:snapshot",
|
248
|
+
"org:create:force:snapshot",
|
249
|
+
"org:create:snapshot:force",
|
250
|
+
"force:create:org:snapshot",
|
251
|
+
"create:force:org:snapshot",
|
252
|
+
"create:org:force:snapshot",
|
253
|
+
"create:org:snapshot:force",
|
254
|
+
"force:create:snapshot:org",
|
255
|
+
"create:force:snapshot:org",
|
256
|
+
"create:snapshot:force:org",
|
257
|
+
"create:snapshot:org:force"
|
118
258
|
],
|
119
259
|
"permutations": [
|
120
|
-
"org:
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"org:snapshot:
|
124
|
-
"snapshot:org:
|
125
|
-
"snapshot:
|
260
|
+
"org:create:snapshot",
|
261
|
+
"create:org:snapshot",
|
262
|
+
"create:snapshot:org",
|
263
|
+
"org:snapshot:create",
|
264
|
+
"snapshot:org:create",
|
265
|
+
"snapshot:create:org"
|
126
266
|
]
|
127
267
|
},
|
128
268
|
"org:delete:shape": {
|
@@ -384,16 +524,16 @@
|
|
384
524
|
"snapshot:delete:org"
|
385
525
|
]
|
386
526
|
},
|
387
|
-
"org:
|
527
|
+
"org:get:snapshot": {
|
388
528
|
"aliases": [
|
389
|
-
"force:org:
|
529
|
+
"force:org:snapshot:get"
|
390
530
|
],
|
391
531
|
"args": {},
|
392
532
|
"deprecateAliases": true,
|
393
|
-
"description": "
|
533
|
+
"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\".",
|
394
534
|
"examples": [
|
395
|
-
"
|
396
|
-
"
|
535
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
536
|
+
"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"
|
397
537
|
],
|
398
538
|
"flags": {
|
399
539
|
"json": {
|
@@ -411,14 +551,139 @@
|
|
411
551
|
"multiple": false,
|
412
552
|
"type": "option"
|
413
553
|
},
|
414
|
-
"
|
415
|
-
"
|
416
|
-
|
417
|
-
|
418
|
-
"
|
419
|
-
"
|
554
|
+
"target-dev-hub": {
|
555
|
+
"aliases": [
|
556
|
+
"targetdevhubusername"
|
557
|
+
],
|
558
|
+
"char": "v",
|
559
|
+
"deprecateAliases": true,
|
560
|
+
"name": "target-dev-hub",
|
561
|
+
"noCacheDefault": true,
|
562
|
+
"required": true,
|
563
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
564
|
+
"hasDynamicHelp": true,
|
565
|
+
"multiple": false,
|
566
|
+
"type": "option"
|
420
567
|
},
|
421
|
-
"
|
568
|
+
"api-version": {
|
569
|
+
"aliases": [
|
570
|
+
"apiversion"
|
571
|
+
],
|
572
|
+
"deprecateAliases": true,
|
573
|
+
"description": "Override the api version used for api requests made by this command",
|
574
|
+
"name": "api-version",
|
575
|
+
"hasDynamicHelp": false,
|
576
|
+
"multiple": false,
|
577
|
+
"type": "option"
|
578
|
+
},
|
579
|
+
"loglevel": {
|
580
|
+
"deprecated": {
|
581
|
+
"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."
|
582
|
+
},
|
583
|
+
"hidden": true,
|
584
|
+
"name": "loglevel",
|
585
|
+
"hasDynamicHelp": false,
|
586
|
+
"multiple": false,
|
587
|
+
"type": "option"
|
588
|
+
},
|
589
|
+
"snapshot": {
|
590
|
+
"char": "s",
|
591
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
592
|
+
"name": "snapshot",
|
593
|
+
"required": true,
|
594
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
595
|
+
"hasDynamicHelp": false,
|
596
|
+
"multiple": false,
|
597
|
+
"type": "option"
|
598
|
+
}
|
599
|
+
},
|
600
|
+
"hasDynamicHelp": true,
|
601
|
+
"hiddenAliases": [],
|
602
|
+
"id": "org:get:snapshot",
|
603
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
604
|
+
"pluginName": "@salesforce/plugin-signups",
|
605
|
+
"pluginType": "core",
|
606
|
+
"strict": true,
|
607
|
+
"summary": "Get details about a scratch org snapshot.",
|
608
|
+
"enableJsonFlag": true,
|
609
|
+
"isESM": true,
|
610
|
+
"relativePath": [
|
611
|
+
"lib",
|
612
|
+
"commands",
|
613
|
+
"org",
|
614
|
+
"get",
|
615
|
+
"snapshot.js"
|
616
|
+
],
|
617
|
+
"aliasPermutations": [
|
618
|
+
"force:org:snapshot:get",
|
619
|
+
"org:force:snapshot:get",
|
620
|
+
"org:snapshot:force:get",
|
621
|
+
"org:snapshot:get:force",
|
622
|
+
"force:snapshot:org:get",
|
623
|
+
"snapshot:force:org:get",
|
624
|
+
"snapshot:org:force:get",
|
625
|
+
"snapshot:org:get:force",
|
626
|
+
"force:snapshot:get:org",
|
627
|
+
"snapshot:force:get:org",
|
628
|
+
"snapshot:get:force:org",
|
629
|
+
"snapshot:get:org:force",
|
630
|
+
"force:org:get:snapshot",
|
631
|
+
"org:force:get:snapshot",
|
632
|
+
"org:get:force:snapshot",
|
633
|
+
"org:get:snapshot:force",
|
634
|
+
"force:get:org:snapshot",
|
635
|
+
"get:force:org:snapshot",
|
636
|
+
"get:org:force:snapshot",
|
637
|
+
"get:org:snapshot:force",
|
638
|
+
"force:get:snapshot:org",
|
639
|
+
"get:force:snapshot:org",
|
640
|
+
"get:snapshot:force:org",
|
641
|
+
"get:snapshot:org:force"
|
642
|
+
],
|
643
|
+
"permutations": [
|
644
|
+
"org:get:snapshot",
|
645
|
+
"get:org:snapshot",
|
646
|
+
"get:snapshot:org",
|
647
|
+
"org:snapshot:get",
|
648
|
+
"snapshot:org:get",
|
649
|
+
"snapshot:get:org"
|
650
|
+
]
|
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": {
|
422
687
|
"deprecated": {
|
423
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."
|
424
689
|
},
|
@@ -595,272 +860,7 @@
|
|
595
860
|
"snapshot:org:list",
|
596
861
|
"snapshot:list:org"
|
597
862
|
]
|
598
|
-
},
|
599
|
-
"org:create:shape": {
|
600
|
-
"aliases": [
|
601
|
-
"force:org:shape:create"
|
602
|
-
],
|
603
|
-
"args": {},
|
604
|
-
"deprecateAliases": true,
|
605
|
-
"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.",
|
606
|
-
"examples": [
|
607
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
608
|
-
],
|
609
|
-
"flags": {
|
610
|
-
"json": {
|
611
|
-
"description": "Format output as json.",
|
612
|
-
"helpGroup": "GLOBAL",
|
613
|
-
"name": "json",
|
614
|
-
"allowNo": false,
|
615
|
-
"type": "boolean"
|
616
|
-
},
|
617
|
-
"flags-dir": {
|
618
|
-
"helpGroup": "GLOBAL",
|
619
|
-
"name": "flags-dir",
|
620
|
-
"summary": "Import flag values from a directory.",
|
621
|
-
"hasDynamicHelp": false,
|
622
|
-
"multiple": false,
|
623
|
-
"type": "option"
|
624
|
-
},
|
625
|
-
"target-org": {
|
626
|
-
"aliases": [
|
627
|
-
"targetusername",
|
628
|
-
"u"
|
629
|
-
],
|
630
|
-
"char": "o",
|
631
|
-
"deprecateAliases": true,
|
632
|
-
"name": "target-org",
|
633
|
-
"noCacheDefault": true,
|
634
|
-
"required": true,
|
635
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
636
|
-
"hasDynamicHelp": true,
|
637
|
-
"multiple": false,
|
638
|
-
"type": "option"
|
639
|
-
},
|
640
|
-
"api-version": {
|
641
|
-
"aliases": [
|
642
|
-
"apiversion"
|
643
|
-
],
|
644
|
-
"deprecateAliases": true,
|
645
|
-
"description": "Override the api version used for api requests made by this command",
|
646
|
-
"name": "api-version",
|
647
|
-
"hasDynamicHelp": false,
|
648
|
-
"multiple": false,
|
649
|
-
"type": "option"
|
650
|
-
},
|
651
|
-
"loglevel": {
|
652
|
-
"deprecated": {
|
653
|
-
"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."
|
654
|
-
},
|
655
|
-
"hidden": true,
|
656
|
-
"name": "loglevel",
|
657
|
-
"hasDynamicHelp": false,
|
658
|
-
"multiple": false,
|
659
|
-
"type": "option"
|
660
|
-
}
|
661
|
-
},
|
662
|
-
"hasDynamicHelp": true,
|
663
|
-
"hiddenAliases": [],
|
664
|
-
"id": "org:create:shape",
|
665
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
666
|
-
"pluginName": "@salesforce/plugin-signups",
|
667
|
-
"pluginType": "core",
|
668
|
-
"strict": true,
|
669
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
670
|
-
"enableJsonFlag": true,
|
671
|
-
"isESM": true,
|
672
|
-
"relativePath": [
|
673
|
-
"lib",
|
674
|
-
"commands",
|
675
|
-
"org",
|
676
|
-
"create",
|
677
|
-
"shape.js"
|
678
|
-
],
|
679
|
-
"aliasPermutations": [
|
680
|
-
"force:org:shape:create",
|
681
|
-
"org:force:shape:create",
|
682
|
-
"org:shape:force:create",
|
683
|
-
"org:shape:create:force",
|
684
|
-
"force:shape:org:create",
|
685
|
-
"shape:force:org:create",
|
686
|
-
"shape:org:force:create",
|
687
|
-
"shape:org:create:force",
|
688
|
-
"force:shape:create:org",
|
689
|
-
"shape:force:create:org",
|
690
|
-
"shape:create:force:org",
|
691
|
-
"shape:create:org:force",
|
692
|
-
"force:org:create:shape",
|
693
|
-
"org:force:create:shape",
|
694
|
-
"org:create:force:shape",
|
695
|
-
"org:create:shape:force",
|
696
|
-
"force:create:org:shape",
|
697
|
-
"create:force:org:shape",
|
698
|
-
"create:org:force:shape",
|
699
|
-
"create:org:shape:force",
|
700
|
-
"force:create:shape:org",
|
701
|
-
"create:force:shape:org",
|
702
|
-
"create:shape:force:org",
|
703
|
-
"create:shape:org:force"
|
704
|
-
],
|
705
|
-
"permutations": [
|
706
|
-
"org:create:shape",
|
707
|
-
"create:org:shape",
|
708
|
-
"create:shape:org",
|
709
|
-
"org:shape:create",
|
710
|
-
"shape:org:create",
|
711
|
-
"shape:create:org"
|
712
|
-
]
|
713
|
-
},
|
714
|
-
"org:create:snapshot": {
|
715
|
-
"aliases": [
|
716
|
-
"force:org:snapshot:create"
|
717
|
-
],
|
718
|
-
"args": {},
|
719
|
-
"deprecateAliases": true,
|
720
|
-
"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.",
|
721
|
-
"examples": [
|
722
|
-
"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'",
|
723
|
-
"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"
|
724
|
-
],
|
725
|
-
"flags": {
|
726
|
-
"json": {
|
727
|
-
"description": "Format output as json.",
|
728
|
-
"helpGroup": "GLOBAL",
|
729
|
-
"name": "json",
|
730
|
-
"allowNo": false,
|
731
|
-
"type": "boolean"
|
732
|
-
},
|
733
|
-
"flags-dir": {
|
734
|
-
"helpGroup": "GLOBAL",
|
735
|
-
"name": "flags-dir",
|
736
|
-
"summary": "Import flag values from a directory.",
|
737
|
-
"hasDynamicHelp": false,
|
738
|
-
"multiple": false,
|
739
|
-
"type": "option"
|
740
|
-
},
|
741
|
-
"target-dev-hub": {
|
742
|
-
"aliases": [
|
743
|
-
"targetdevhubusername"
|
744
|
-
],
|
745
|
-
"char": "v",
|
746
|
-
"deprecateAliases": true,
|
747
|
-
"name": "target-dev-hub",
|
748
|
-
"noCacheDefault": true,
|
749
|
-
"required": true,
|
750
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
751
|
-
"hasDynamicHelp": true,
|
752
|
-
"multiple": false,
|
753
|
-
"type": "option"
|
754
|
-
},
|
755
|
-
"api-version": {
|
756
|
-
"aliases": [
|
757
|
-
"apiversion"
|
758
|
-
],
|
759
|
-
"deprecateAliases": true,
|
760
|
-
"description": "Override the api version used for api requests made by this command",
|
761
|
-
"name": "api-version",
|
762
|
-
"hasDynamicHelp": false,
|
763
|
-
"multiple": false,
|
764
|
-
"type": "option"
|
765
|
-
},
|
766
|
-
"loglevel": {
|
767
|
-
"deprecated": {
|
768
|
-
"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."
|
769
|
-
},
|
770
|
-
"hidden": true,
|
771
|
-
"name": "loglevel",
|
772
|
-
"hasDynamicHelp": false,
|
773
|
-
"multiple": false,
|
774
|
-
"type": "option"
|
775
|
-
},
|
776
|
-
"source-org": {
|
777
|
-
"aliases": [
|
778
|
-
"sourceorg"
|
779
|
-
],
|
780
|
-
"char": "o",
|
781
|
-
"deprecateAliases": true,
|
782
|
-
"name": "source-org",
|
783
|
-
"required": true,
|
784
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
785
|
-
"hasDynamicHelp": false,
|
786
|
-
"multiple": false,
|
787
|
-
"type": "option"
|
788
|
-
},
|
789
|
-
"name": {
|
790
|
-
"aliases": [
|
791
|
-
"snapshotname"
|
792
|
-
],
|
793
|
-
"char": "n",
|
794
|
-
"deprecateAliases": true,
|
795
|
-
"name": "name",
|
796
|
-
"required": true,
|
797
|
-
"summary": "Unique name of snapshot.",
|
798
|
-
"hasDynamicHelp": false,
|
799
|
-
"multiple": false,
|
800
|
-
"type": "option"
|
801
|
-
},
|
802
|
-
"description": {
|
803
|
-
"char": "d",
|
804
|
-
"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.",
|
805
|
-
"name": "description",
|
806
|
-
"summary": "Description of snapshot.",
|
807
|
-
"hasDynamicHelp": false,
|
808
|
-
"multiple": false,
|
809
|
-
"type": "option"
|
810
|
-
}
|
811
|
-
},
|
812
|
-
"hasDynamicHelp": true,
|
813
|
-
"hiddenAliases": [],
|
814
|
-
"id": "org:create:snapshot",
|
815
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
816
|
-
"pluginName": "@salesforce/plugin-signups",
|
817
|
-
"pluginType": "core",
|
818
|
-
"strict": true,
|
819
|
-
"summary": "Create a snapshot of a scratch org.",
|
820
|
-
"enableJsonFlag": true,
|
821
|
-
"isESM": true,
|
822
|
-
"relativePath": [
|
823
|
-
"lib",
|
824
|
-
"commands",
|
825
|
-
"org",
|
826
|
-
"create",
|
827
|
-
"snapshot.js"
|
828
|
-
],
|
829
|
-
"aliasPermutations": [
|
830
|
-
"force:org:snapshot:create",
|
831
|
-
"org:force:snapshot:create",
|
832
|
-
"org:snapshot:force:create",
|
833
|
-
"org:snapshot:create:force",
|
834
|
-
"force:snapshot:org:create",
|
835
|
-
"snapshot:force:org:create",
|
836
|
-
"snapshot:org:force:create",
|
837
|
-
"snapshot:org:create:force",
|
838
|
-
"force:snapshot:create:org",
|
839
|
-
"snapshot:force:create:org",
|
840
|
-
"snapshot:create:force:org",
|
841
|
-
"snapshot:create:org:force",
|
842
|
-
"force:org:create:snapshot",
|
843
|
-
"org:force:create:snapshot",
|
844
|
-
"org:create:force:snapshot",
|
845
|
-
"org:create:snapshot:force",
|
846
|
-
"force:create:org:snapshot",
|
847
|
-
"create:force:org:snapshot",
|
848
|
-
"create:org:force:snapshot",
|
849
|
-
"create:org:snapshot:force",
|
850
|
-
"force:create:snapshot:org",
|
851
|
-
"create:force:snapshot:org",
|
852
|
-
"create:snapshot:force:org",
|
853
|
-
"create:snapshot:org:force"
|
854
|
-
],
|
855
|
-
"permutations": [
|
856
|
-
"org:create:snapshot",
|
857
|
-
"create:org:snapshot",
|
858
|
-
"create:snapshot:org",
|
859
|
-
"org:snapshot:create",
|
860
|
-
"snapshot:org:create",
|
861
|
-
"snapshot:create:org"
|
862
|
-
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.37"
|
866
866
|
}
|