@salesforce/cli 2.25.2 → 2.25.4
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 +127 -127
- package/npm-shrinkwrap.json +193 -372
- package/oclif.manifest.json +394 -394
- package/package.json +29 -29
package/oclif.manifest.json
CHANGED
|
@@ -1141,6 +1141,88 @@
|
|
|
1141
1141
|
"template:list:community"
|
|
1142
1142
|
]
|
|
1143
1143
|
},
|
|
1144
|
+
"dev:audit:messages": {
|
|
1145
|
+
"aliases": [],
|
|
1146
|
+
"args": {},
|
|
1147
|
+
"examples": [
|
|
1148
|
+
"Audit messages using default directories:\n<%= config.bin %> <%= command.id %>",
|
|
1149
|
+
"Audit messages in the \"messages\" directory in the current working directory; the plugin's source directory is in \"src\":\n<%= config.bin %> <%= command.id %> --messages-dir ./messages --source-dir ./src"
|
|
1150
|
+
],
|
|
1151
|
+
"flags": {
|
|
1152
|
+
"json": {
|
|
1153
|
+
"description": "Format output as json.",
|
|
1154
|
+
"helpGroup": "GLOBAL",
|
|
1155
|
+
"name": "json",
|
|
1156
|
+
"allowNo": false,
|
|
1157
|
+
"type": "boolean"
|
|
1158
|
+
},
|
|
1159
|
+
"project-dir": {
|
|
1160
|
+
"aliases": [
|
|
1161
|
+
"projectdir"
|
|
1162
|
+
],
|
|
1163
|
+
"char": "p",
|
|
1164
|
+
"name": "project-dir",
|
|
1165
|
+
"summary": "Location of the project where messages are to be audited.",
|
|
1166
|
+
"default": ".",
|
|
1167
|
+
"hasDynamicHelp": false,
|
|
1168
|
+
"multiple": false,
|
|
1169
|
+
"type": "option"
|
|
1170
|
+
},
|
|
1171
|
+
"messages-dir": {
|
|
1172
|
+
"aliases": [
|
|
1173
|
+
"messagesdir"
|
|
1174
|
+
],
|
|
1175
|
+
"char": "m",
|
|
1176
|
+
"description": "The default is the \"messages\" directory in the current working directory.",
|
|
1177
|
+
"name": "messages-dir",
|
|
1178
|
+
"summary": "Directory that contains the plugin's message files.",
|
|
1179
|
+
"default": "messages",
|
|
1180
|
+
"hasDynamicHelp": false,
|
|
1181
|
+
"multiple": false,
|
|
1182
|
+
"type": "option"
|
|
1183
|
+
},
|
|
1184
|
+
"source-dir": {
|
|
1185
|
+
"aliases": [
|
|
1186
|
+
"sourcedir"
|
|
1187
|
+
],
|
|
1188
|
+
"char": "s",
|
|
1189
|
+
"description": "The default is the \"src\" directory in the current working directory.",
|
|
1190
|
+
"name": "source-dir",
|
|
1191
|
+
"summary": "Directory that contains the plugin's source code.",
|
|
1192
|
+
"default": "src",
|
|
1193
|
+
"hasDynamicHelp": false,
|
|
1194
|
+
"multiple": false,
|
|
1195
|
+
"type": "option"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"hasDynamicHelp": false,
|
|
1199
|
+
"hiddenAliases": [],
|
|
1200
|
+
"id": "dev:audit:messages",
|
|
1201
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1202
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1203
|
+
"pluginType": "jit",
|
|
1204
|
+
"strict": true,
|
|
1205
|
+
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1206
|
+
"enableJsonFlag": true,
|
|
1207
|
+
"SF_ENV": "SF_ENV",
|
|
1208
|
+
"isESM": true,
|
|
1209
|
+
"relativePath": [
|
|
1210
|
+
"lib",
|
|
1211
|
+
"commands",
|
|
1212
|
+
"dev",
|
|
1213
|
+
"audit",
|
|
1214
|
+
"messages.js"
|
|
1215
|
+
],
|
|
1216
|
+
"aliasPermutations": [],
|
|
1217
|
+
"permutations": [
|
|
1218
|
+
"dev:audit:messages",
|
|
1219
|
+
"audit:dev:messages",
|
|
1220
|
+
"audit:messages:dev",
|
|
1221
|
+
"dev:messages:audit",
|
|
1222
|
+
"messages:dev:audit",
|
|
1223
|
+
"messages:audit:dev"
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1144
1226
|
"dev:configure:repo": {
|
|
1145
1227
|
"aliases": [],
|
|
1146
1228
|
"args": {},
|
|
@@ -1597,88 +1679,6 @@
|
|
|
1597
1679
|
"plugin:generate:dev"
|
|
1598
1680
|
]
|
|
1599
1681
|
},
|
|
1600
|
-
"dev:audit:messages": {
|
|
1601
|
-
"aliases": [],
|
|
1602
|
-
"args": {},
|
|
1603
|
-
"examples": [
|
|
1604
|
-
"Audit messages using default directories:\n<%= config.bin %> <%= command.id %>",
|
|
1605
|
-
"Audit messages in the \"messages\" directory in the current working directory; the plugin's source directory is in \"src\":\n<%= config.bin %> <%= command.id %> --messages-dir ./messages --source-dir ./src"
|
|
1606
|
-
],
|
|
1607
|
-
"flags": {
|
|
1608
|
-
"json": {
|
|
1609
|
-
"description": "Format output as json.",
|
|
1610
|
-
"helpGroup": "GLOBAL",
|
|
1611
|
-
"name": "json",
|
|
1612
|
-
"allowNo": false,
|
|
1613
|
-
"type": "boolean"
|
|
1614
|
-
},
|
|
1615
|
-
"project-dir": {
|
|
1616
|
-
"aliases": [
|
|
1617
|
-
"projectdir"
|
|
1618
|
-
],
|
|
1619
|
-
"char": "p",
|
|
1620
|
-
"name": "project-dir",
|
|
1621
|
-
"summary": "Location of the project where messages are to be audited.",
|
|
1622
|
-
"default": ".",
|
|
1623
|
-
"hasDynamicHelp": false,
|
|
1624
|
-
"multiple": false,
|
|
1625
|
-
"type": "option"
|
|
1626
|
-
},
|
|
1627
|
-
"messages-dir": {
|
|
1628
|
-
"aliases": [
|
|
1629
|
-
"messagesdir"
|
|
1630
|
-
],
|
|
1631
|
-
"char": "m",
|
|
1632
|
-
"description": "The default is the \"messages\" directory in the current working directory.",
|
|
1633
|
-
"name": "messages-dir",
|
|
1634
|
-
"summary": "Directory that contains the plugin's message files.",
|
|
1635
|
-
"default": "messages",
|
|
1636
|
-
"hasDynamicHelp": false,
|
|
1637
|
-
"multiple": false,
|
|
1638
|
-
"type": "option"
|
|
1639
|
-
},
|
|
1640
|
-
"source-dir": {
|
|
1641
|
-
"aliases": [
|
|
1642
|
-
"sourcedir"
|
|
1643
|
-
],
|
|
1644
|
-
"char": "s",
|
|
1645
|
-
"description": "The default is the \"src\" directory in the current working directory.",
|
|
1646
|
-
"name": "source-dir",
|
|
1647
|
-
"summary": "Directory that contains the plugin's source code.",
|
|
1648
|
-
"default": "src",
|
|
1649
|
-
"hasDynamicHelp": false,
|
|
1650
|
-
"multiple": false,
|
|
1651
|
-
"type": "option"
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
"hasDynamicHelp": false,
|
|
1655
|
-
"hiddenAliases": [],
|
|
1656
|
-
"id": "dev:audit:messages",
|
|
1657
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1658
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1659
|
-
"pluginType": "jit",
|
|
1660
|
-
"strict": true,
|
|
1661
|
-
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1662
|
-
"enableJsonFlag": true,
|
|
1663
|
-
"SF_ENV": "SF_ENV",
|
|
1664
|
-
"isESM": true,
|
|
1665
|
-
"relativePath": [
|
|
1666
|
-
"lib",
|
|
1667
|
-
"commands",
|
|
1668
|
-
"dev",
|
|
1669
|
-
"audit",
|
|
1670
|
-
"messages.js"
|
|
1671
|
-
],
|
|
1672
|
-
"aliasPermutations": [],
|
|
1673
|
-
"permutations": [
|
|
1674
|
-
"dev:audit:messages",
|
|
1675
|
-
"audit:dev:messages",
|
|
1676
|
-
"audit:messages:dev",
|
|
1677
|
-
"dev:messages:audit",
|
|
1678
|
-
"messages:dev:audit",
|
|
1679
|
-
"messages:audit:dev"
|
|
1680
|
-
]
|
|
1681
|
-
},
|
|
1682
1682
|
"project:deploy:pipeline:quick": {
|
|
1683
1683
|
"id": "project:deploy:pipeline:quick",
|
|
1684
1684
|
"summary": "Quickly deploy a validated deployment to an org.",
|
|
@@ -3407,15 +3407,16 @@
|
|
|
3407
3407
|
},
|
|
3408
3408
|
"args": {}
|
|
3409
3409
|
},
|
|
3410
|
-
"org:
|
|
3410
|
+
"org:delete:shape": {
|
|
3411
3411
|
"aliases": [
|
|
3412
|
-
"force:org:shape:
|
|
3412
|
+
"force:org:shape:delete"
|
|
3413
3413
|
],
|
|
3414
3414
|
"args": {},
|
|
3415
3415
|
"deprecateAliases": true,
|
|
3416
|
-
"description": "
|
|
3416
|
+
"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.",
|
|
3417
3417
|
"examples": [
|
|
3418
|
-
"
|
|
3418
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
3419
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
3419
3420
|
],
|
|
3420
3421
|
"flags": {
|
|
3421
3422
|
"json": {
|
|
@@ -3460,70 +3461,81 @@
|
|
|
3460
3461
|
"hasDynamicHelp": false,
|
|
3461
3462
|
"multiple": false,
|
|
3462
3463
|
"type": "option"
|
|
3464
|
+
},
|
|
3465
|
+
"no-prompt": {
|
|
3466
|
+
"aliases": [
|
|
3467
|
+
"noprompt"
|
|
3468
|
+
],
|
|
3469
|
+
"char": "p",
|
|
3470
|
+
"deprecateAliases": true,
|
|
3471
|
+
"name": "no-prompt",
|
|
3472
|
+
"summary": "Don't prompt for confirmation.",
|
|
3473
|
+
"allowNo": false,
|
|
3474
|
+
"type": "boolean"
|
|
3463
3475
|
}
|
|
3464
3476
|
},
|
|
3465
3477
|
"hasDynamicHelp": true,
|
|
3466
3478
|
"hiddenAliases": [],
|
|
3467
|
-
"id": "org:
|
|
3479
|
+
"id": "org:delete:shape",
|
|
3468
3480
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3469
3481
|
"pluginName": "@salesforce/plugin-signups",
|
|
3470
3482
|
"pluginType": "jit",
|
|
3471
3483
|
"strict": true,
|
|
3472
|
-
"summary": "
|
|
3484
|
+
"summary": "Delete all org shapes for a target org.",
|
|
3473
3485
|
"enableJsonFlag": true,
|
|
3474
3486
|
"isESM": true,
|
|
3475
3487
|
"relativePath": [
|
|
3476
3488
|
"lib",
|
|
3477
3489
|
"commands",
|
|
3478
3490
|
"org",
|
|
3479
|
-
"
|
|
3491
|
+
"delete",
|
|
3480
3492
|
"shape.js"
|
|
3481
3493
|
],
|
|
3482
3494
|
"aliasPermutations": [
|
|
3483
|
-
"force:org:shape:
|
|
3484
|
-
"org:force:shape:
|
|
3485
|
-
"org:shape:force:
|
|
3486
|
-
"org:shape:
|
|
3487
|
-
"force:shape:org:
|
|
3488
|
-
"shape:force:org:
|
|
3489
|
-
"shape:org:force:
|
|
3490
|
-
"shape:org:
|
|
3491
|
-
"force:shape:
|
|
3492
|
-
"shape:force:
|
|
3493
|
-
"shape:
|
|
3494
|
-
"shape:
|
|
3495
|
-
"force:org:
|
|
3496
|
-
"org:force:
|
|
3497
|
-
"org:
|
|
3498
|
-
"org:
|
|
3499
|
-
"force:
|
|
3500
|
-
"
|
|
3501
|
-
"
|
|
3502
|
-
"
|
|
3503
|
-
"force:
|
|
3504
|
-
"
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3495
|
+
"force:org:shape:delete",
|
|
3496
|
+
"org:force:shape:delete",
|
|
3497
|
+
"org:shape:force:delete",
|
|
3498
|
+
"org:shape:delete:force",
|
|
3499
|
+
"force:shape:org:delete",
|
|
3500
|
+
"shape:force:org:delete",
|
|
3501
|
+
"shape:org:force:delete",
|
|
3502
|
+
"shape:org:delete:force",
|
|
3503
|
+
"force:shape:delete:org",
|
|
3504
|
+
"shape:force:delete:org",
|
|
3505
|
+
"shape:delete:force:org",
|
|
3506
|
+
"shape:delete:org:force",
|
|
3507
|
+
"force:org:delete:shape",
|
|
3508
|
+
"org:force:delete:shape",
|
|
3509
|
+
"org:delete:force:shape",
|
|
3510
|
+
"org:delete:shape:force",
|
|
3511
|
+
"force:delete:org:shape",
|
|
3512
|
+
"delete:force:org:shape",
|
|
3513
|
+
"delete:org:force:shape",
|
|
3514
|
+
"delete:org:shape:force",
|
|
3515
|
+
"force:delete:shape:org",
|
|
3516
|
+
"delete:force:shape:org",
|
|
3517
|
+
"delete:shape:force:org",
|
|
3518
|
+
"delete:shape:org:force"
|
|
3507
3519
|
],
|
|
3508
3520
|
"permutations": [
|
|
3509
|
-
"org:
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3512
|
-
"org:shape:
|
|
3513
|
-
"shape:org:
|
|
3514
|
-
"shape:
|
|
3521
|
+
"org:delete:shape",
|
|
3522
|
+
"delete:org:shape",
|
|
3523
|
+
"delete:shape:org",
|
|
3524
|
+
"org:shape:delete",
|
|
3525
|
+
"shape:org:delete",
|
|
3526
|
+
"shape:delete:org"
|
|
3515
3527
|
]
|
|
3516
3528
|
},
|
|
3517
|
-
"org:
|
|
3529
|
+
"org:delete:snapshot": {
|
|
3518
3530
|
"aliases": [
|
|
3519
|
-
"force:org:snapshot:
|
|
3531
|
+
"force:org:snapshot:delete"
|
|
3520
3532
|
],
|
|
3521
3533
|
"args": {},
|
|
3522
3534
|
"deprecateAliases": true,
|
|
3523
|
-
"description": "
|
|
3535
|
+
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
|
3524
3536
|
"examples": [
|
|
3525
|
-
"
|
|
3526
|
-
"
|
|
3537
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3538
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
3527
3539
|
],
|
|
3528
3540
|
"flags": {
|
|
3529
3541
|
"json": {
|
|
@@ -3568,37 +3580,12 @@
|
|
|
3568
3580
|
"multiple": false,
|
|
3569
3581
|
"type": "option"
|
|
3570
3582
|
},
|
|
3571
|
-
"
|
|
3572
|
-
"
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
"char": "o",
|
|
3576
|
-
"deprecateAliases": true,
|
|
3577
|
-
"name": "source-org",
|
|
3578
|
-
"required": true,
|
|
3579
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
3580
|
-
"hasDynamicHelp": false,
|
|
3581
|
-
"multiple": false,
|
|
3582
|
-
"type": "option"
|
|
3583
|
-
},
|
|
3584
|
-
"name": {
|
|
3585
|
-
"aliases": [
|
|
3586
|
-
"snapshotname"
|
|
3587
|
-
],
|
|
3588
|
-
"char": "n",
|
|
3589
|
-
"deprecateAliases": true,
|
|
3590
|
-
"name": "name",
|
|
3583
|
+
"snapshot": {
|
|
3584
|
+
"char": "s",
|
|
3585
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3586
|
+
"name": "snapshot",
|
|
3591
3587
|
"required": true,
|
|
3592
|
-
"summary": "
|
|
3593
|
-
"hasDynamicHelp": false,
|
|
3594
|
-
"multiple": false,
|
|
3595
|
-
"type": "option"
|
|
3596
|
-
},
|
|
3597
|
-
"description": {
|
|
3598
|
-
"char": "d",
|
|
3599
|
-
"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.",
|
|
3600
|
-
"name": "description",
|
|
3601
|
-
"summary": "Description of snapshot.",
|
|
3588
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
3602
3589
|
"hasDynamicHelp": false,
|
|
3603
3590
|
"multiple": false,
|
|
3604
3591
|
"type": "option"
|
|
@@ -3606,55 +3593,55 @@
|
|
|
3606
3593
|
},
|
|
3607
3594
|
"hasDynamicHelp": true,
|
|
3608
3595
|
"hiddenAliases": [],
|
|
3609
|
-
"id": "org:
|
|
3596
|
+
"id": "org:delete:snapshot",
|
|
3610
3597
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3611
3598
|
"pluginName": "@salesforce/plugin-signups",
|
|
3612
3599
|
"pluginType": "jit",
|
|
3613
3600
|
"state": "beta",
|
|
3614
3601
|
"strict": true,
|
|
3615
|
-
"summary": "
|
|
3602
|
+
"summary": "Delete a scratch org snapshot.",
|
|
3616
3603
|
"enableJsonFlag": true,
|
|
3617
3604
|
"isESM": true,
|
|
3618
3605
|
"relativePath": [
|
|
3619
3606
|
"lib",
|
|
3620
3607
|
"commands",
|
|
3621
3608
|
"org",
|
|
3622
|
-
"
|
|
3609
|
+
"delete",
|
|
3623
3610
|
"snapshot.js"
|
|
3624
3611
|
],
|
|
3625
3612
|
"aliasPermutations": [
|
|
3626
|
-
"force:org:snapshot:
|
|
3627
|
-
"org:force:snapshot:
|
|
3628
|
-
"org:snapshot:force:
|
|
3629
|
-
"org:snapshot:
|
|
3630
|
-
"force:snapshot:org:
|
|
3631
|
-
"snapshot:force:org:
|
|
3632
|
-
"snapshot:org:force:
|
|
3633
|
-
"snapshot:org:
|
|
3634
|
-
"force:snapshot:
|
|
3635
|
-
"snapshot:force:
|
|
3636
|
-
"snapshot:
|
|
3637
|
-
"snapshot:
|
|
3638
|
-
"force:org:
|
|
3639
|
-
"org:force:
|
|
3640
|
-
"org:
|
|
3641
|
-
"org:
|
|
3642
|
-
"force:
|
|
3643
|
-
"
|
|
3644
|
-
"
|
|
3645
|
-
"
|
|
3646
|
-
"force:
|
|
3647
|
-
"
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3613
|
+
"force:org:snapshot:delete",
|
|
3614
|
+
"org:force:snapshot:delete",
|
|
3615
|
+
"org:snapshot:force:delete",
|
|
3616
|
+
"org:snapshot:delete:force",
|
|
3617
|
+
"force:snapshot:org:delete",
|
|
3618
|
+
"snapshot:force:org:delete",
|
|
3619
|
+
"snapshot:org:force:delete",
|
|
3620
|
+
"snapshot:org:delete:force",
|
|
3621
|
+
"force:snapshot:delete:org",
|
|
3622
|
+
"snapshot:force:delete:org",
|
|
3623
|
+
"snapshot:delete:force:org",
|
|
3624
|
+
"snapshot:delete:org:force",
|
|
3625
|
+
"force:org:delete:snapshot",
|
|
3626
|
+
"org:force:delete:snapshot",
|
|
3627
|
+
"org:delete:force:snapshot",
|
|
3628
|
+
"org:delete:snapshot:force",
|
|
3629
|
+
"force:delete:org:snapshot",
|
|
3630
|
+
"delete:force:org:snapshot",
|
|
3631
|
+
"delete:org:force:snapshot",
|
|
3632
|
+
"delete:org:snapshot:force",
|
|
3633
|
+
"force:delete:snapshot:org",
|
|
3634
|
+
"delete:force:snapshot:org",
|
|
3635
|
+
"delete:snapshot:force:org",
|
|
3636
|
+
"delete:snapshot:org:force"
|
|
3650
3637
|
],
|
|
3651
3638
|
"permutations": [
|
|
3652
|
-
"org:
|
|
3653
|
-
"
|
|
3654
|
-
"
|
|
3655
|
-
"org:snapshot:
|
|
3656
|
-
"snapshot:org:
|
|
3657
|
-
"snapshot:
|
|
3639
|
+
"org:delete:snapshot",
|
|
3640
|
+
"delete:org:snapshot",
|
|
3641
|
+
"delete:snapshot:org",
|
|
3642
|
+
"org:snapshot:delete",
|
|
3643
|
+
"snapshot:org:delete",
|
|
3644
|
+
"snapshot:delete:org"
|
|
3658
3645
|
]
|
|
3659
3646
|
},
|
|
3660
3647
|
"org:get:snapshot": {
|
|
@@ -3775,16 +3762,16 @@
|
|
|
3775
3762
|
"snapshot:get:org"
|
|
3776
3763
|
]
|
|
3777
3764
|
},
|
|
3778
|
-
"org:
|
|
3765
|
+
"org:list:shape": {
|
|
3779
3766
|
"aliases": [
|
|
3780
|
-
"force:org:shape:
|
|
3767
|
+
"force:org:shape:list"
|
|
3781
3768
|
],
|
|
3782
3769
|
"args": {},
|
|
3783
3770
|
"deprecateAliases": true,
|
|
3784
|
-
"description": "
|
|
3771
|
+
"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.",
|
|
3785
3772
|
"examples": [
|
|
3786
|
-
"
|
|
3787
|
-
"
|
|
3773
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
3774
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
3788
3775
|
],
|
|
3789
3776
|
"flags": {
|
|
3790
3777
|
"json": {
|
|
@@ -3794,31 +3781,12 @@
|
|
|
3794
3781
|
"allowNo": false,
|
|
3795
3782
|
"type": "boolean"
|
|
3796
3783
|
},
|
|
3797
|
-
"
|
|
3798
|
-
"
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
"
|
|
3803
|
-
"deprecateAliases": true,
|
|
3804
|
-
"name": "target-org",
|
|
3805
|
-
"noCacheDefault": true,
|
|
3806
|
-
"required": true,
|
|
3807
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3808
|
-
"hasDynamicHelp": true,
|
|
3809
|
-
"multiple": false,
|
|
3810
|
-
"type": "option"
|
|
3811
|
-
},
|
|
3812
|
-
"api-version": {
|
|
3813
|
-
"aliases": [
|
|
3814
|
-
"apiversion"
|
|
3815
|
-
],
|
|
3816
|
-
"deprecateAliases": true,
|
|
3817
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3818
|
-
"name": "api-version",
|
|
3819
|
-
"hasDynamicHelp": false,
|
|
3820
|
-
"multiple": false,
|
|
3821
|
-
"type": "option"
|
|
3784
|
+
"verbose": {
|
|
3785
|
+
"hidden": true,
|
|
3786
|
+
"name": "verbose",
|
|
3787
|
+
"summary": "List more information about each org shape.",
|
|
3788
|
+
"allowNo": false,
|
|
3789
|
+
"type": "boolean"
|
|
3822
3790
|
},
|
|
3823
3791
|
"loglevel": {
|
|
3824
3792
|
"deprecated": {
|
|
@@ -3829,81 +3797,70 @@
|
|
|
3829
3797
|
"hasDynamicHelp": false,
|
|
3830
3798
|
"multiple": false,
|
|
3831
3799
|
"type": "option"
|
|
3832
|
-
},
|
|
3833
|
-
"no-prompt": {
|
|
3834
|
-
"aliases": [
|
|
3835
|
-
"noprompt"
|
|
3836
|
-
],
|
|
3837
|
-
"char": "p",
|
|
3838
|
-
"deprecateAliases": true,
|
|
3839
|
-
"name": "no-prompt",
|
|
3840
|
-
"summary": "Don't prompt for confirmation.",
|
|
3841
|
-
"allowNo": false,
|
|
3842
|
-
"type": "boolean"
|
|
3843
3800
|
}
|
|
3844
3801
|
},
|
|
3845
|
-
"hasDynamicHelp":
|
|
3802
|
+
"hasDynamicHelp": false,
|
|
3846
3803
|
"hiddenAliases": [],
|
|
3847
|
-
"id": "org:
|
|
3804
|
+
"id": "org:list:shape",
|
|
3848
3805
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3849
3806
|
"pluginName": "@salesforce/plugin-signups",
|
|
3850
3807
|
"pluginType": "jit",
|
|
3851
3808
|
"strict": true,
|
|
3852
|
-
"summary": "
|
|
3809
|
+
"summary": "List all org shapes you’ve created.",
|
|
3853
3810
|
"enableJsonFlag": true,
|
|
3854
3811
|
"isESM": true,
|
|
3855
3812
|
"relativePath": [
|
|
3856
3813
|
"lib",
|
|
3857
3814
|
"commands",
|
|
3858
3815
|
"org",
|
|
3859
|
-
"
|
|
3816
|
+
"list",
|
|
3860
3817
|
"shape.js"
|
|
3861
3818
|
],
|
|
3862
3819
|
"aliasPermutations": [
|
|
3863
|
-
"force:org:shape:
|
|
3864
|
-
"org:force:shape:
|
|
3865
|
-
"org:shape:force:
|
|
3866
|
-
"org:shape:
|
|
3867
|
-
"force:shape:org:
|
|
3868
|
-
"shape:force:org:
|
|
3869
|
-
"shape:org:force:
|
|
3870
|
-
"shape:org:
|
|
3871
|
-
"force:shape:
|
|
3872
|
-
"shape:force:
|
|
3873
|
-
"shape:
|
|
3874
|
-
"shape:
|
|
3875
|
-
"force:org:
|
|
3876
|
-
"org:force:
|
|
3877
|
-
"org:
|
|
3878
|
-
"org:
|
|
3879
|
-
"force:
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3882
|
-
"
|
|
3883
|
-
"force:
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3886
|
-
"
|
|
3820
|
+
"force:org:shape:list",
|
|
3821
|
+
"org:force:shape:list",
|
|
3822
|
+
"org:shape:force:list",
|
|
3823
|
+
"org:shape:list:force",
|
|
3824
|
+
"force:shape:org:list",
|
|
3825
|
+
"shape:force:org:list",
|
|
3826
|
+
"shape:org:force:list",
|
|
3827
|
+
"shape:org:list:force",
|
|
3828
|
+
"force:shape:list:org",
|
|
3829
|
+
"shape:force:list:org",
|
|
3830
|
+
"shape:list:force:org",
|
|
3831
|
+
"shape:list:org:force",
|
|
3832
|
+
"force:org:list:shape",
|
|
3833
|
+
"org:force:list:shape",
|
|
3834
|
+
"org:list:force:shape",
|
|
3835
|
+
"org:list:shape:force",
|
|
3836
|
+
"force:list:org:shape",
|
|
3837
|
+
"list:force:org:shape",
|
|
3838
|
+
"list:org:force:shape",
|
|
3839
|
+
"list:org:shape:force",
|
|
3840
|
+
"force:list:shape:org",
|
|
3841
|
+
"list:force:shape:org",
|
|
3842
|
+
"list:shape:force:org",
|
|
3843
|
+
"list:shape:org:force"
|
|
3887
3844
|
],
|
|
3888
3845
|
"permutations": [
|
|
3889
|
-
"org:
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
"org:shape:
|
|
3893
|
-
"shape:org:
|
|
3894
|
-
"shape:
|
|
3846
|
+
"org:list:shape",
|
|
3847
|
+
"list:org:shape",
|
|
3848
|
+
"list:shape:org",
|
|
3849
|
+
"org:shape:list",
|
|
3850
|
+
"shape:org:list",
|
|
3851
|
+
"shape:list:org"
|
|
3895
3852
|
]
|
|
3896
3853
|
},
|
|
3897
|
-
"org:
|
|
3854
|
+
"org:list:snapshot": {
|
|
3898
3855
|
"aliases": [
|
|
3899
|
-
"force:org:snapshot:
|
|
3856
|
+
"force:org:snapshot:list"
|
|
3900
3857
|
],
|
|
3901
3858
|
"args": {},
|
|
3902
3859
|
"deprecateAliases": true,
|
|
3903
|
-
"description": "Dev Hub
|
|
3860
|
+
"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\".",
|
|
3904
3861
|
"examples": [
|
|
3905
|
-
"
|
|
3906
|
-
"
|
|
3862
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
3863
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
3907
3864
|
],
|
|
3908
3865
|
"flags": {
|
|
3909
3866
|
"json": {
|
|
@@ -3947,81 +3904,70 @@
|
|
|
3947
3904
|
"hasDynamicHelp": false,
|
|
3948
3905
|
"multiple": false,
|
|
3949
3906
|
"type": "option"
|
|
3950
|
-
},
|
|
3951
|
-
"snapshot": {
|
|
3952
|
-
"char": "s",
|
|
3953
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3954
|
-
"name": "snapshot",
|
|
3955
|
-
"required": true,
|
|
3956
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
3957
|
-
"hasDynamicHelp": false,
|
|
3958
|
-
"multiple": false,
|
|
3959
|
-
"type": "option"
|
|
3960
3907
|
}
|
|
3961
3908
|
},
|
|
3962
3909
|
"hasDynamicHelp": true,
|
|
3963
3910
|
"hiddenAliases": [],
|
|
3964
|
-
"id": "org:
|
|
3911
|
+
"id": "org:list:snapshot",
|
|
3965
3912
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3966
3913
|
"pluginName": "@salesforce/plugin-signups",
|
|
3967
3914
|
"pluginType": "jit",
|
|
3968
3915
|
"state": "beta",
|
|
3969
3916
|
"strict": true,
|
|
3970
|
-
"summary": "
|
|
3917
|
+
"summary": "List scratch org snapshots.",
|
|
3971
3918
|
"enableJsonFlag": true,
|
|
3972
3919
|
"isESM": true,
|
|
3973
3920
|
"relativePath": [
|
|
3974
3921
|
"lib",
|
|
3975
3922
|
"commands",
|
|
3976
3923
|
"org",
|
|
3977
|
-
"
|
|
3924
|
+
"list",
|
|
3978
3925
|
"snapshot.js"
|
|
3979
3926
|
],
|
|
3980
3927
|
"aliasPermutations": [
|
|
3981
|
-
"force:org:snapshot:
|
|
3982
|
-
"org:force:snapshot:
|
|
3983
|
-
"org:snapshot:force:
|
|
3984
|
-
"org:snapshot:
|
|
3985
|
-
"force:snapshot:org:
|
|
3986
|
-
"snapshot:force:org:
|
|
3987
|
-
"snapshot:org:force:
|
|
3988
|
-
"snapshot:org:
|
|
3989
|
-
"force:snapshot:
|
|
3990
|
-
"snapshot:force:
|
|
3991
|
-
"snapshot:
|
|
3992
|
-
"snapshot:
|
|
3993
|
-
"force:org:
|
|
3994
|
-
"org:force:
|
|
3995
|
-
"org:
|
|
3996
|
-
"org:
|
|
3997
|
-
"force:
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
4000
|
-
"
|
|
4001
|
-
"force:
|
|
4002
|
-
"
|
|
4003
|
-
"
|
|
4004
|
-
"
|
|
3928
|
+
"force:org:snapshot:list",
|
|
3929
|
+
"org:force:snapshot:list",
|
|
3930
|
+
"org:snapshot:force:list",
|
|
3931
|
+
"org:snapshot:list:force",
|
|
3932
|
+
"force:snapshot:org:list",
|
|
3933
|
+
"snapshot:force:org:list",
|
|
3934
|
+
"snapshot:org:force:list",
|
|
3935
|
+
"snapshot:org:list:force",
|
|
3936
|
+
"force:snapshot:list:org",
|
|
3937
|
+
"snapshot:force:list:org",
|
|
3938
|
+
"snapshot:list:force:org",
|
|
3939
|
+
"snapshot:list:org:force",
|
|
3940
|
+
"force:org:list:snapshot",
|
|
3941
|
+
"org:force:list:snapshot",
|
|
3942
|
+
"org:list:force:snapshot",
|
|
3943
|
+
"org:list:snapshot:force",
|
|
3944
|
+
"force:list:org:snapshot",
|
|
3945
|
+
"list:force:org:snapshot",
|
|
3946
|
+
"list:org:force:snapshot",
|
|
3947
|
+
"list:org:snapshot:force",
|
|
3948
|
+
"force:list:snapshot:org",
|
|
3949
|
+
"list:force:snapshot:org",
|
|
3950
|
+
"list:snapshot:force:org",
|
|
3951
|
+
"list:snapshot:org:force"
|
|
4005
3952
|
],
|
|
4006
3953
|
"permutations": [
|
|
4007
|
-
"org:
|
|
4008
|
-
"
|
|
4009
|
-
"
|
|
4010
|
-
"org:snapshot:
|
|
4011
|
-
"snapshot:org:
|
|
4012
|
-
"snapshot:
|
|
3954
|
+
"org:list:snapshot",
|
|
3955
|
+
"list:org:snapshot",
|
|
3956
|
+
"list:snapshot:org",
|
|
3957
|
+
"org:snapshot:list",
|
|
3958
|
+
"snapshot:org:list",
|
|
3959
|
+
"snapshot:list:org"
|
|
4013
3960
|
]
|
|
4014
3961
|
},
|
|
4015
|
-
"org:
|
|
3962
|
+
"org:create:shape": {
|
|
4016
3963
|
"aliases": [
|
|
4017
|
-
"force:org:shape:
|
|
3964
|
+
"force:org:shape:create"
|
|
4018
3965
|
],
|
|
4019
3966
|
"args": {},
|
|
4020
3967
|
"deprecateAliases": true,
|
|
4021
|
-
"description": "
|
|
3968
|
+
"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 %> force:org:create\" command.",
|
|
4022
3969
|
"examples": [
|
|
4023
|
-
"
|
|
4024
|
-
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
3970
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
|
4025
3971
|
],
|
|
4026
3972
|
"flags": {
|
|
4027
3973
|
"json": {
|
|
@@ -4031,12 +3977,31 @@
|
|
|
4031
3977
|
"allowNo": false,
|
|
4032
3978
|
"type": "boolean"
|
|
4033
3979
|
},
|
|
4034
|
-
"
|
|
4035
|
-
"
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
"
|
|
3980
|
+
"target-org": {
|
|
3981
|
+
"aliases": [
|
|
3982
|
+
"targetusername",
|
|
3983
|
+
"u"
|
|
3984
|
+
],
|
|
3985
|
+
"char": "o",
|
|
3986
|
+
"deprecateAliases": true,
|
|
3987
|
+
"name": "target-org",
|
|
3988
|
+
"noCacheDefault": true,
|
|
3989
|
+
"required": true,
|
|
3990
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3991
|
+
"hasDynamicHelp": true,
|
|
3992
|
+
"multiple": false,
|
|
3993
|
+
"type": "option"
|
|
3994
|
+
},
|
|
3995
|
+
"api-version": {
|
|
3996
|
+
"aliases": [
|
|
3997
|
+
"apiversion"
|
|
3998
|
+
],
|
|
3999
|
+
"deprecateAliases": true,
|
|
4000
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4001
|
+
"name": "api-version",
|
|
4002
|
+
"hasDynamicHelp": false,
|
|
4003
|
+
"multiple": false,
|
|
4004
|
+
"type": "option"
|
|
4040
4005
|
},
|
|
4041
4006
|
"loglevel": {
|
|
4042
4007
|
"deprecated": {
|
|
@@ -4049,68 +4014,68 @@
|
|
|
4049
4014
|
"type": "option"
|
|
4050
4015
|
}
|
|
4051
4016
|
},
|
|
4052
|
-
"hasDynamicHelp":
|
|
4017
|
+
"hasDynamicHelp": true,
|
|
4053
4018
|
"hiddenAliases": [],
|
|
4054
|
-
"id": "org:
|
|
4019
|
+
"id": "org:create:shape",
|
|
4055
4020
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4056
4021
|
"pluginName": "@salesforce/plugin-signups",
|
|
4057
4022
|
"pluginType": "jit",
|
|
4058
4023
|
"strict": true,
|
|
4059
|
-
"summary": "
|
|
4024
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
|
4060
4025
|
"enableJsonFlag": true,
|
|
4061
4026
|
"isESM": true,
|
|
4062
4027
|
"relativePath": [
|
|
4063
4028
|
"lib",
|
|
4064
4029
|
"commands",
|
|
4065
4030
|
"org",
|
|
4066
|
-
"
|
|
4031
|
+
"create",
|
|
4067
4032
|
"shape.js"
|
|
4068
4033
|
],
|
|
4069
4034
|
"aliasPermutations": [
|
|
4070
|
-
"force:org:shape:
|
|
4071
|
-
"org:force:shape:
|
|
4072
|
-
"org:shape:force:
|
|
4073
|
-
"org:shape:
|
|
4074
|
-
"force:shape:org:
|
|
4075
|
-
"shape:force:org:
|
|
4076
|
-
"shape:org:force:
|
|
4077
|
-
"shape:org:
|
|
4078
|
-
"force:shape:
|
|
4079
|
-
"shape:force:
|
|
4080
|
-
"shape:
|
|
4081
|
-
"shape:
|
|
4082
|
-
"force:org:
|
|
4083
|
-
"org:force:
|
|
4084
|
-
"org:
|
|
4085
|
-
"org:
|
|
4086
|
-
"force:
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
4090
|
-
"force:
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4035
|
+
"force:org:shape:create",
|
|
4036
|
+
"org:force:shape:create",
|
|
4037
|
+
"org:shape:force:create",
|
|
4038
|
+
"org:shape:create:force",
|
|
4039
|
+
"force:shape:org:create",
|
|
4040
|
+
"shape:force:org:create",
|
|
4041
|
+
"shape:org:force:create",
|
|
4042
|
+
"shape:org:create:force",
|
|
4043
|
+
"force:shape:create:org",
|
|
4044
|
+
"shape:force:create:org",
|
|
4045
|
+
"shape:create:force:org",
|
|
4046
|
+
"shape:create:org:force",
|
|
4047
|
+
"force:org:create:shape",
|
|
4048
|
+
"org:force:create:shape",
|
|
4049
|
+
"org:create:force:shape",
|
|
4050
|
+
"org:create:shape:force",
|
|
4051
|
+
"force:create:org:shape",
|
|
4052
|
+
"create:force:org:shape",
|
|
4053
|
+
"create:org:force:shape",
|
|
4054
|
+
"create:org:shape:force",
|
|
4055
|
+
"force:create:shape:org",
|
|
4056
|
+
"create:force:shape:org",
|
|
4057
|
+
"create:shape:force:org",
|
|
4058
|
+
"create:shape:org:force"
|
|
4094
4059
|
],
|
|
4095
4060
|
"permutations": [
|
|
4096
|
-
"org:
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"org:shape:
|
|
4100
|
-
"shape:org:
|
|
4101
|
-
"shape:
|
|
4061
|
+
"org:create:shape",
|
|
4062
|
+
"create:org:shape",
|
|
4063
|
+
"create:shape:org",
|
|
4064
|
+
"org:shape:create",
|
|
4065
|
+
"shape:org:create",
|
|
4066
|
+
"shape:create:org"
|
|
4102
4067
|
]
|
|
4103
4068
|
},
|
|
4104
|
-
"org:
|
|
4069
|
+
"org:create:snapshot": {
|
|
4105
4070
|
"aliases": [
|
|
4106
|
-
"force:org:snapshot:
|
|
4071
|
+
"force:org:snapshot:create"
|
|
4107
4072
|
],
|
|
4108
4073
|
"args": {},
|
|
4109
4074
|
"deprecateAliases": true,
|
|
4110
|
-
"description": "
|
|
4075
|
+
"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 %> force:org:create\" to create the scratch org.",
|
|
4111
4076
|
"examples": [
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4077
|
+
"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'",
|
|
4078
|
+
"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"
|
|
4114
4079
|
],
|
|
4115
4080
|
"flags": {
|
|
4116
4081
|
"json": {
|
|
@@ -4154,59 +4119,94 @@
|
|
|
4154
4119
|
"hasDynamicHelp": false,
|
|
4155
4120
|
"multiple": false,
|
|
4156
4121
|
"type": "option"
|
|
4122
|
+
},
|
|
4123
|
+
"source-org": {
|
|
4124
|
+
"aliases": [
|
|
4125
|
+
"sourceorg"
|
|
4126
|
+
],
|
|
4127
|
+
"char": "o",
|
|
4128
|
+
"deprecateAliases": true,
|
|
4129
|
+
"name": "source-org",
|
|
4130
|
+
"required": true,
|
|
4131
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
4132
|
+
"hasDynamicHelp": false,
|
|
4133
|
+
"multiple": false,
|
|
4134
|
+
"type": "option"
|
|
4135
|
+
},
|
|
4136
|
+
"name": {
|
|
4137
|
+
"aliases": [
|
|
4138
|
+
"snapshotname"
|
|
4139
|
+
],
|
|
4140
|
+
"char": "n",
|
|
4141
|
+
"deprecateAliases": true,
|
|
4142
|
+
"name": "name",
|
|
4143
|
+
"required": true,
|
|
4144
|
+
"summary": "Unique name of snapshot.",
|
|
4145
|
+
"hasDynamicHelp": false,
|
|
4146
|
+
"multiple": false,
|
|
4147
|
+
"type": "option"
|
|
4148
|
+
},
|
|
4149
|
+
"description": {
|
|
4150
|
+
"char": "d",
|
|
4151
|
+
"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.",
|
|
4152
|
+
"name": "description",
|
|
4153
|
+
"summary": "Description of snapshot.",
|
|
4154
|
+
"hasDynamicHelp": false,
|
|
4155
|
+
"multiple": false,
|
|
4156
|
+
"type": "option"
|
|
4157
4157
|
}
|
|
4158
4158
|
},
|
|
4159
4159
|
"hasDynamicHelp": true,
|
|
4160
4160
|
"hiddenAliases": [],
|
|
4161
|
-
"id": "org:
|
|
4161
|
+
"id": "org:create:snapshot",
|
|
4162
4162
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4163
4163
|
"pluginName": "@salesforce/plugin-signups",
|
|
4164
4164
|
"pluginType": "jit",
|
|
4165
4165
|
"state": "beta",
|
|
4166
4166
|
"strict": true,
|
|
4167
|
-
"summary": "
|
|
4167
|
+
"summary": "Create a snapshot of a scratch org.",
|
|
4168
4168
|
"enableJsonFlag": true,
|
|
4169
4169
|
"isESM": true,
|
|
4170
4170
|
"relativePath": [
|
|
4171
4171
|
"lib",
|
|
4172
4172
|
"commands",
|
|
4173
4173
|
"org",
|
|
4174
|
-
"
|
|
4174
|
+
"create",
|
|
4175
4175
|
"snapshot.js"
|
|
4176
4176
|
],
|
|
4177
4177
|
"aliasPermutations": [
|
|
4178
|
-
"force:org:snapshot:
|
|
4179
|
-
"org:force:snapshot:
|
|
4180
|
-
"org:snapshot:force:
|
|
4181
|
-
"org:snapshot:
|
|
4182
|
-
"force:snapshot:org:
|
|
4183
|
-
"snapshot:force:org:
|
|
4184
|
-
"snapshot:org:force:
|
|
4185
|
-
"snapshot:org:
|
|
4186
|
-
"force:snapshot:
|
|
4187
|
-
"snapshot:force:
|
|
4188
|
-
"snapshot:
|
|
4189
|
-
"snapshot:
|
|
4190
|
-
"force:org:
|
|
4191
|
-
"org:force:
|
|
4192
|
-
"org:
|
|
4193
|
-
"org:
|
|
4194
|
-
"force:
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4197
|
-
"
|
|
4198
|
-
"force:
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
"
|
|
4178
|
+
"force:org:snapshot:create",
|
|
4179
|
+
"org:force:snapshot:create",
|
|
4180
|
+
"org:snapshot:force:create",
|
|
4181
|
+
"org:snapshot:create:force",
|
|
4182
|
+
"force:snapshot:org:create",
|
|
4183
|
+
"snapshot:force:org:create",
|
|
4184
|
+
"snapshot:org:force:create",
|
|
4185
|
+
"snapshot:org:create:force",
|
|
4186
|
+
"force:snapshot:create:org",
|
|
4187
|
+
"snapshot:force:create:org",
|
|
4188
|
+
"snapshot:create:force:org",
|
|
4189
|
+
"snapshot:create:org:force",
|
|
4190
|
+
"force:org:create:snapshot",
|
|
4191
|
+
"org:force:create:snapshot",
|
|
4192
|
+
"org:create:force:snapshot",
|
|
4193
|
+
"org:create:snapshot:force",
|
|
4194
|
+
"force:create:org:snapshot",
|
|
4195
|
+
"create:force:org:snapshot",
|
|
4196
|
+
"create:org:force:snapshot",
|
|
4197
|
+
"create:org:snapshot:force",
|
|
4198
|
+
"force:create:snapshot:org",
|
|
4199
|
+
"create:force:snapshot:org",
|
|
4200
|
+
"create:snapshot:force:org",
|
|
4201
|
+
"create:snapshot:org:force"
|
|
4202
4202
|
],
|
|
4203
4203
|
"permutations": [
|
|
4204
|
-
"org:
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"org:snapshot:
|
|
4208
|
-
"snapshot:org:
|
|
4209
|
-
"snapshot:
|
|
4204
|
+
"org:create:snapshot",
|
|
4205
|
+
"create:org:snapshot",
|
|
4206
|
+
"create:snapshot:org",
|
|
4207
|
+
"org:snapshot:create",
|
|
4208
|
+
"snapshot:org:create",
|
|
4209
|
+
"snapshot:create:org"
|
|
4210
4210
|
]
|
|
4211
4211
|
},
|
|
4212
4212
|
"force:lightning:lwc:test:create": {
|
|
@@ -5058,5 +5058,5 @@
|
|
|
5058
5058
|
]
|
|
5059
5059
|
}
|
|
5060
5060
|
},
|
|
5061
|
-
"version": "2.25.
|
|
5061
|
+
"version": "2.25.4"
|
|
5062
5062
|
}
|