@salesforce/cli 2.24.1 → 2.24.2
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/dist/hooks/incomplete.js +15 -12
- package/npm-shrinkwrap.json +14957 -12399
- package/oclif.manifest.json +201 -211
- package/package.json +30 -29
package/oclif.manifest.json
CHANGED
|
@@ -926,7 +926,6 @@
|
|
|
926
926
|
"strict": false,
|
|
927
927
|
"summary": "Create an Experience Cloud site using a template.",
|
|
928
928
|
"enableJsonFlag": true,
|
|
929
|
-
"SF_ENV": "SF_ENV",
|
|
930
929
|
"isESM": true,
|
|
931
930
|
"relativePath": [
|
|
932
931
|
"lib",
|
|
@@ -1020,7 +1019,6 @@
|
|
|
1020
1019
|
"strict": true,
|
|
1021
1020
|
"summary": "Publish an Experience Builder site to make it live.",
|
|
1022
1021
|
"enableJsonFlag": true,
|
|
1023
|
-
"SF_ENV": "SF_ENV",
|
|
1024
1022
|
"isESM": true,
|
|
1025
1023
|
"relativePath": [
|
|
1026
1024
|
"lib",
|
|
@@ -1105,7 +1103,6 @@
|
|
|
1105
1103
|
"strict": true,
|
|
1106
1104
|
"summary": "Retrieve the list of templates available in your org.",
|
|
1107
1105
|
"enableJsonFlag": true,
|
|
1108
|
-
"SF_ENV": "SF_ENV",
|
|
1109
1106
|
"isESM": true,
|
|
1110
1107
|
"relativePath": [
|
|
1111
1108
|
"lib",
|
|
@@ -1149,88 +1146,6 @@
|
|
|
1149
1146
|
"template:list:community"
|
|
1150
1147
|
]
|
|
1151
1148
|
},
|
|
1152
|
-
"dev:audit:messages": {
|
|
1153
|
-
"aliases": [],
|
|
1154
|
-
"args": {},
|
|
1155
|
-
"examples": [
|
|
1156
|
-
"Audit messages using default directories:\n<%= config.bin %> <%= command.id %>",
|
|
1157
|
-
"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"
|
|
1158
|
-
],
|
|
1159
|
-
"flags": {
|
|
1160
|
-
"json": {
|
|
1161
|
-
"description": "Format output as json.",
|
|
1162
|
-
"helpGroup": "GLOBAL",
|
|
1163
|
-
"name": "json",
|
|
1164
|
-
"allowNo": false,
|
|
1165
|
-
"type": "boolean"
|
|
1166
|
-
},
|
|
1167
|
-
"project-dir": {
|
|
1168
|
-
"aliases": [
|
|
1169
|
-
"projectdir"
|
|
1170
|
-
],
|
|
1171
|
-
"char": "p",
|
|
1172
|
-
"name": "project-dir",
|
|
1173
|
-
"summary": "Location of the project where messages are to be audited.",
|
|
1174
|
-
"default": ".",
|
|
1175
|
-
"hasDynamicHelp": false,
|
|
1176
|
-
"multiple": false,
|
|
1177
|
-
"type": "option"
|
|
1178
|
-
},
|
|
1179
|
-
"messages-dir": {
|
|
1180
|
-
"aliases": [
|
|
1181
|
-
"messagesdir"
|
|
1182
|
-
],
|
|
1183
|
-
"char": "m",
|
|
1184
|
-
"description": "The default is the \"messages\" directory in the current working directory.",
|
|
1185
|
-
"name": "messages-dir",
|
|
1186
|
-
"summary": "Directory that contains the plugin's message files.",
|
|
1187
|
-
"default": "messages",
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"multiple": false,
|
|
1190
|
-
"type": "option"
|
|
1191
|
-
},
|
|
1192
|
-
"source-dir": {
|
|
1193
|
-
"aliases": [
|
|
1194
|
-
"sourcedir"
|
|
1195
|
-
],
|
|
1196
|
-
"char": "s",
|
|
1197
|
-
"description": "The default is the \"src\" directory in the current working directory.",
|
|
1198
|
-
"name": "source-dir",
|
|
1199
|
-
"summary": "Directory that contains the plugin's source code.",
|
|
1200
|
-
"default": "src",
|
|
1201
|
-
"hasDynamicHelp": false,
|
|
1202
|
-
"multiple": false,
|
|
1203
|
-
"type": "option"
|
|
1204
|
-
}
|
|
1205
|
-
},
|
|
1206
|
-
"hasDynamicHelp": false,
|
|
1207
|
-
"hiddenAliases": [],
|
|
1208
|
-
"id": "dev:audit:messages",
|
|
1209
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1210
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1211
|
-
"pluginType": "jit",
|
|
1212
|
-
"strict": true,
|
|
1213
|
-
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1214
|
-
"enableJsonFlag": true,
|
|
1215
|
-
"SF_ENV": "SF_ENV",
|
|
1216
|
-
"isESM": true,
|
|
1217
|
-
"relativePath": [
|
|
1218
|
-
"lib",
|
|
1219
|
-
"commands",
|
|
1220
|
-
"dev",
|
|
1221
|
-
"audit",
|
|
1222
|
-
"messages.js"
|
|
1223
|
-
],
|
|
1224
|
-
"aliasPermutations": [],
|
|
1225
|
-
"permutations": [
|
|
1226
|
-
"dev:audit:messages",
|
|
1227
|
-
"audit:dev:messages",
|
|
1228
|
-
"audit:messages:dev",
|
|
1229
|
-
"dev:messages:audit",
|
|
1230
|
-
"messages:dev:audit",
|
|
1231
|
-
"messages:audit:dev"
|
|
1232
|
-
]
|
|
1233
|
-
},
|
|
1234
1149
|
"dev:configure:repo": {
|
|
1235
1150
|
"aliases": [],
|
|
1236
1151
|
"args": {},
|
|
@@ -1687,6 +1602,88 @@
|
|
|
1687
1602
|
"plugin:generate:dev"
|
|
1688
1603
|
]
|
|
1689
1604
|
},
|
|
1605
|
+
"dev:audit:messages": {
|
|
1606
|
+
"aliases": [],
|
|
1607
|
+
"args": {},
|
|
1608
|
+
"examples": [
|
|
1609
|
+
"Audit messages using default directories:\n<%= config.bin %> <%= command.id %>",
|
|
1610
|
+
"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"
|
|
1611
|
+
],
|
|
1612
|
+
"flags": {
|
|
1613
|
+
"json": {
|
|
1614
|
+
"description": "Format output as json.",
|
|
1615
|
+
"helpGroup": "GLOBAL",
|
|
1616
|
+
"name": "json",
|
|
1617
|
+
"allowNo": false,
|
|
1618
|
+
"type": "boolean"
|
|
1619
|
+
},
|
|
1620
|
+
"project-dir": {
|
|
1621
|
+
"aliases": [
|
|
1622
|
+
"projectdir"
|
|
1623
|
+
],
|
|
1624
|
+
"char": "p",
|
|
1625
|
+
"name": "project-dir",
|
|
1626
|
+
"summary": "Location of the project where messages are to be audited.",
|
|
1627
|
+
"default": ".",
|
|
1628
|
+
"hasDynamicHelp": false,
|
|
1629
|
+
"multiple": false,
|
|
1630
|
+
"type": "option"
|
|
1631
|
+
},
|
|
1632
|
+
"messages-dir": {
|
|
1633
|
+
"aliases": [
|
|
1634
|
+
"messagesdir"
|
|
1635
|
+
],
|
|
1636
|
+
"char": "m",
|
|
1637
|
+
"description": "The default is the \"messages\" directory in the current working directory.",
|
|
1638
|
+
"name": "messages-dir",
|
|
1639
|
+
"summary": "Directory that contains the plugin's message files.",
|
|
1640
|
+
"default": "messages",
|
|
1641
|
+
"hasDynamicHelp": false,
|
|
1642
|
+
"multiple": false,
|
|
1643
|
+
"type": "option"
|
|
1644
|
+
},
|
|
1645
|
+
"source-dir": {
|
|
1646
|
+
"aliases": [
|
|
1647
|
+
"sourcedir"
|
|
1648
|
+
],
|
|
1649
|
+
"char": "s",
|
|
1650
|
+
"description": "The default is the \"src\" directory in the current working directory.",
|
|
1651
|
+
"name": "source-dir",
|
|
1652
|
+
"summary": "Directory that contains the plugin's source code.",
|
|
1653
|
+
"default": "src",
|
|
1654
|
+
"hasDynamicHelp": false,
|
|
1655
|
+
"multiple": false,
|
|
1656
|
+
"type": "option"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
"hasDynamicHelp": false,
|
|
1660
|
+
"hiddenAliases": [],
|
|
1661
|
+
"id": "dev:audit:messages",
|
|
1662
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1663
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1664
|
+
"pluginType": "jit",
|
|
1665
|
+
"strict": true,
|
|
1666
|
+
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1667
|
+
"enableJsonFlag": true,
|
|
1668
|
+
"SF_ENV": "SF_ENV",
|
|
1669
|
+
"isESM": true,
|
|
1670
|
+
"relativePath": [
|
|
1671
|
+
"lib",
|
|
1672
|
+
"commands",
|
|
1673
|
+
"dev",
|
|
1674
|
+
"audit",
|
|
1675
|
+
"messages.js"
|
|
1676
|
+
],
|
|
1677
|
+
"aliasPermutations": [],
|
|
1678
|
+
"permutations": [
|
|
1679
|
+
"dev:audit:messages",
|
|
1680
|
+
"audit:dev:messages",
|
|
1681
|
+
"audit:messages:dev",
|
|
1682
|
+
"dev:messages:audit",
|
|
1683
|
+
"messages:dev:audit",
|
|
1684
|
+
"messages:audit:dev"
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1690
1687
|
"project:deploy:pipeline:quick": {
|
|
1691
1688
|
"id": "project:deploy:pipeline:quick",
|
|
1692
1689
|
"summary": "Quickly deploy a validated deployment to an org.",
|
|
@@ -3479,7 +3476,6 @@
|
|
|
3479
3476
|
"strict": true,
|
|
3480
3477
|
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
|
3481
3478
|
"enableJsonFlag": true,
|
|
3482
|
-
"SF_ENV": "SF_ENV",
|
|
3483
3479
|
"isESM": true,
|
|
3484
3480
|
"relativePath": [
|
|
3485
3481
|
"lib",
|
|
@@ -3623,7 +3619,6 @@
|
|
|
3623
3619
|
"strict": true,
|
|
3624
3620
|
"summary": "Create a snapshot of a scratch org.",
|
|
3625
3621
|
"enableJsonFlag": true,
|
|
3626
|
-
"SF_ENV": "SF_ENV",
|
|
3627
3622
|
"isESM": true,
|
|
3628
3623
|
"relativePath": [
|
|
3629
3624
|
"lib",
|
|
@@ -3667,6 +3662,124 @@
|
|
|
3667
3662
|
"snapshot:create:org"
|
|
3668
3663
|
]
|
|
3669
3664
|
},
|
|
3665
|
+
"org:get:snapshot": {
|
|
3666
|
+
"aliases": [
|
|
3667
|
+
"force:org:snapshot:get"
|
|
3668
|
+
],
|
|
3669
|
+
"args": {},
|
|
3670
|
+
"deprecateAliases": true,
|
|
3671
|
+
"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\".",
|
|
3672
|
+
"examples": [
|
|
3673
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3674
|
+
"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"
|
|
3675
|
+
],
|
|
3676
|
+
"flags": {
|
|
3677
|
+
"json": {
|
|
3678
|
+
"description": "Format output as json.",
|
|
3679
|
+
"helpGroup": "GLOBAL",
|
|
3680
|
+
"name": "json",
|
|
3681
|
+
"allowNo": false,
|
|
3682
|
+
"type": "boolean"
|
|
3683
|
+
},
|
|
3684
|
+
"target-dev-hub": {
|
|
3685
|
+
"aliases": [
|
|
3686
|
+
"targetdevhubusername"
|
|
3687
|
+
],
|
|
3688
|
+
"char": "v",
|
|
3689
|
+
"deprecateAliases": true,
|
|
3690
|
+
"name": "target-dev-hub",
|
|
3691
|
+
"noCacheDefault": true,
|
|
3692
|
+
"required": true,
|
|
3693
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3694
|
+
"hasDynamicHelp": true,
|
|
3695
|
+
"multiple": false,
|
|
3696
|
+
"type": "option"
|
|
3697
|
+
},
|
|
3698
|
+
"api-version": {
|
|
3699
|
+
"aliases": [
|
|
3700
|
+
"apiversion"
|
|
3701
|
+
],
|
|
3702
|
+
"deprecateAliases": true,
|
|
3703
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3704
|
+
"name": "api-version",
|
|
3705
|
+
"hasDynamicHelp": false,
|
|
3706
|
+
"multiple": false,
|
|
3707
|
+
"type": "option"
|
|
3708
|
+
},
|
|
3709
|
+
"loglevel": {
|
|
3710
|
+
"deprecated": {
|
|
3711
|
+
"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."
|
|
3712
|
+
},
|
|
3713
|
+
"hidden": true,
|
|
3714
|
+
"name": "loglevel",
|
|
3715
|
+
"hasDynamicHelp": false,
|
|
3716
|
+
"multiple": false,
|
|
3717
|
+
"type": "option"
|
|
3718
|
+
},
|
|
3719
|
+
"snapshot": {
|
|
3720
|
+
"char": "s",
|
|
3721
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3722
|
+
"name": "snapshot",
|
|
3723
|
+
"required": true,
|
|
3724
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3725
|
+
"hasDynamicHelp": false,
|
|
3726
|
+
"multiple": false,
|
|
3727
|
+
"type": "option"
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"hasDynamicHelp": true,
|
|
3731
|
+
"hiddenAliases": [],
|
|
3732
|
+
"id": "org:get:snapshot",
|
|
3733
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3734
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3735
|
+
"pluginType": "jit",
|
|
3736
|
+
"state": "beta",
|
|
3737
|
+
"strict": true,
|
|
3738
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3739
|
+
"enableJsonFlag": true,
|
|
3740
|
+
"isESM": true,
|
|
3741
|
+
"relativePath": [
|
|
3742
|
+
"lib",
|
|
3743
|
+
"commands",
|
|
3744
|
+
"org",
|
|
3745
|
+
"get",
|
|
3746
|
+
"snapshot.js"
|
|
3747
|
+
],
|
|
3748
|
+
"aliasPermutations": [
|
|
3749
|
+
"force:org:snapshot:get",
|
|
3750
|
+
"org:force:snapshot:get",
|
|
3751
|
+
"org:snapshot:force:get",
|
|
3752
|
+
"org:snapshot:get:force",
|
|
3753
|
+
"force:snapshot:org:get",
|
|
3754
|
+
"snapshot:force:org:get",
|
|
3755
|
+
"snapshot:org:force:get",
|
|
3756
|
+
"snapshot:org:get:force",
|
|
3757
|
+
"force:snapshot:get:org",
|
|
3758
|
+
"snapshot:force:get:org",
|
|
3759
|
+
"snapshot:get:force:org",
|
|
3760
|
+
"snapshot:get:org:force",
|
|
3761
|
+
"force:org:get:snapshot",
|
|
3762
|
+
"org:force:get:snapshot",
|
|
3763
|
+
"org:get:force:snapshot",
|
|
3764
|
+
"org:get:snapshot:force",
|
|
3765
|
+
"force:get:org:snapshot",
|
|
3766
|
+
"get:force:org:snapshot",
|
|
3767
|
+
"get:org:force:snapshot",
|
|
3768
|
+
"get:org:snapshot:force",
|
|
3769
|
+
"force:get:snapshot:org",
|
|
3770
|
+
"get:force:snapshot:org",
|
|
3771
|
+
"get:snapshot:force:org",
|
|
3772
|
+
"get:snapshot:org:force"
|
|
3773
|
+
],
|
|
3774
|
+
"permutations": [
|
|
3775
|
+
"org:get:snapshot",
|
|
3776
|
+
"get:org:snapshot",
|
|
3777
|
+
"get:snapshot:org",
|
|
3778
|
+
"org:snapshot:get",
|
|
3779
|
+
"snapshot:org:get",
|
|
3780
|
+
"snapshot:get:org"
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3670
3783
|
"org:delete:shape": {
|
|
3671
3784
|
"aliases": [
|
|
3672
3785
|
"force:org:shape:delete"
|
|
@@ -3743,7 +3856,6 @@
|
|
|
3743
3856
|
"strict": true,
|
|
3744
3857
|
"summary": "Delete all org shapes for a target org.",
|
|
3745
3858
|
"enableJsonFlag": true,
|
|
3746
|
-
"SF_ENV": "SF_ENV",
|
|
3747
3859
|
"isESM": true,
|
|
3748
3860
|
"relativePath": [
|
|
3749
3861
|
"lib",
|
|
@@ -3862,7 +3974,6 @@
|
|
|
3862
3974
|
"strict": true,
|
|
3863
3975
|
"summary": "Delete a scratch org snapshot.",
|
|
3864
3976
|
"enableJsonFlag": true,
|
|
3865
|
-
"SF_ENV": "SF_ENV",
|
|
3866
3977
|
"isESM": true,
|
|
3867
3978
|
"relativePath": [
|
|
3868
3979
|
"lib",
|
|
@@ -3906,125 +4017,6 @@
|
|
|
3906
4017
|
"snapshot:delete:org"
|
|
3907
4018
|
]
|
|
3908
4019
|
},
|
|
3909
|
-
"org:get:snapshot": {
|
|
3910
|
-
"aliases": [
|
|
3911
|
-
"force:org:snapshot:get"
|
|
3912
|
-
],
|
|
3913
|
-
"args": {},
|
|
3914
|
-
"deprecateAliases": true,
|
|
3915
|
-
"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\".",
|
|
3916
|
-
"examples": [
|
|
3917
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3918
|
-
"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"
|
|
3919
|
-
],
|
|
3920
|
-
"flags": {
|
|
3921
|
-
"json": {
|
|
3922
|
-
"description": "Format output as json.",
|
|
3923
|
-
"helpGroup": "GLOBAL",
|
|
3924
|
-
"name": "json",
|
|
3925
|
-
"allowNo": false,
|
|
3926
|
-
"type": "boolean"
|
|
3927
|
-
},
|
|
3928
|
-
"target-dev-hub": {
|
|
3929
|
-
"aliases": [
|
|
3930
|
-
"targetdevhubusername"
|
|
3931
|
-
],
|
|
3932
|
-
"char": "v",
|
|
3933
|
-
"deprecateAliases": true,
|
|
3934
|
-
"name": "target-dev-hub",
|
|
3935
|
-
"noCacheDefault": true,
|
|
3936
|
-
"required": true,
|
|
3937
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3938
|
-
"hasDynamicHelp": true,
|
|
3939
|
-
"multiple": false,
|
|
3940
|
-
"type": "option"
|
|
3941
|
-
},
|
|
3942
|
-
"api-version": {
|
|
3943
|
-
"aliases": [
|
|
3944
|
-
"apiversion"
|
|
3945
|
-
],
|
|
3946
|
-
"deprecateAliases": true,
|
|
3947
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3948
|
-
"name": "api-version",
|
|
3949
|
-
"hasDynamicHelp": false,
|
|
3950
|
-
"multiple": false,
|
|
3951
|
-
"type": "option"
|
|
3952
|
-
},
|
|
3953
|
-
"loglevel": {
|
|
3954
|
-
"deprecated": {
|
|
3955
|
-
"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."
|
|
3956
|
-
},
|
|
3957
|
-
"hidden": true,
|
|
3958
|
-
"name": "loglevel",
|
|
3959
|
-
"hasDynamicHelp": false,
|
|
3960
|
-
"multiple": false,
|
|
3961
|
-
"type": "option"
|
|
3962
|
-
},
|
|
3963
|
-
"snapshot": {
|
|
3964
|
-
"char": "s",
|
|
3965
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3966
|
-
"name": "snapshot",
|
|
3967
|
-
"required": true,
|
|
3968
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3969
|
-
"hasDynamicHelp": false,
|
|
3970
|
-
"multiple": false,
|
|
3971
|
-
"type": "option"
|
|
3972
|
-
}
|
|
3973
|
-
},
|
|
3974
|
-
"hasDynamicHelp": true,
|
|
3975
|
-
"hiddenAliases": [],
|
|
3976
|
-
"id": "org:get:snapshot",
|
|
3977
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3978
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3979
|
-
"pluginType": "jit",
|
|
3980
|
-
"state": "beta",
|
|
3981
|
-
"strict": true,
|
|
3982
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3983
|
-
"enableJsonFlag": true,
|
|
3984
|
-
"SF_ENV": "SF_ENV",
|
|
3985
|
-
"isESM": true,
|
|
3986
|
-
"relativePath": [
|
|
3987
|
-
"lib",
|
|
3988
|
-
"commands",
|
|
3989
|
-
"org",
|
|
3990
|
-
"get",
|
|
3991
|
-
"snapshot.js"
|
|
3992
|
-
],
|
|
3993
|
-
"aliasPermutations": [
|
|
3994
|
-
"force:org:snapshot:get",
|
|
3995
|
-
"org:force:snapshot:get",
|
|
3996
|
-
"org:snapshot:force:get",
|
|
3997
|
-
"org:snapshot:get:force",
|
|
3998
|
-
"force:snapshot:org:get",
|
|
3999
|
-
"snapshot:force:org:get",
|
|
4000
|
-
"snapshot:org:force:get",
|
|
4001
|
-
"snapshot:org:get:force",
|
|
4002
|
-
"force:snapshot:get:org",
|
|
4003
|
-
"snapshot:force:get:org",
|
|
4004
|
-
"snapshot:get:force:org",
|
|
4005
|
-
"snapshot:get:org:force",
|
|
4006
|
-
"force:org:get:snapshot",
|
|
4007
|
-
"org:force:get:snapshot",
|
|
4008
|
-
"org:get:force:snapshot",
|
|
4009
|
-
"org:get:snapshot:force",
|
|
4010
|
-
"force:get:org:snapshot",
|
|
4011
|
-
"get:force:org:snapshot",
|
|
4012
|
-
"get:org:force:snapshot",
|
|
4013
|
-
"get:org:snapshot:force",
|
|
4014
|
-
"force:get:snapshot:org",
|
|
4015
|
-
"get:force:snapshot:org",
|
|
4016
|
-
"get:snapshot:force:org",
|
|
4017
|
-
"get:snapshot:org:force"
|
|
4018
|
-
],
|
|
4019
|
-
"permutations": [
|
|
4020
|
-
"org:get:snapshot",
|
|
4021
|
-
"get:org:snapshot",
|
|
4022
|
-
"get:snapshot:org",
|
|
4023
|
-
"org:snapshot:get",
|
|
4024
|
-
"snapshot:org:get",
|
|
4025
|
-
"snapshot:get:org"
|
|
4026
|
-
]
|
|
4027
|
-
},
|
|
4028
4020
|
"org:list:shape": {
|
|
4029
4021
|
"aliases": [
|
|
4030
4022
|
"force:org:shape:list"
|
|
@@ -4071,7 +4063,6 @@
|
|
|
4071
4063
|
"strict": true,
|
|
4072
4064
|
"summary": "List all org shapes you’ve created.",
|
|
4073
4065
|
"enableJsonFlag": true,
|
|
4074
|
-
"SF_ENV": "SF_ENV",
|
|
4075
4066
|
"isESM": true,
|
|
4076
4067
|
"relativePath": [
|
|
4077
4068
|
"lib",
|
|
@@ -4180,7 +4171,6 @@
|
|
|
4180
4171
|
"strict": true,
|
|
4181
4172
|
"summary": "List scratch org snapshots.",
|
|
4182
4173
|
"enableJsonFlag": true,
|
|
4183
|
-
"SF_ENV": "SF_ENV",
|
|
4184
4174
|
"isESM": true,
|
|
4185
4175
|
"relativePath": [
|
|
4186
4176
|
"lib",
|
|
@@ -5245,5 +5235,5 @@
|
|
|
5245
5235
|
]
|
|
5246
5236
|
}
|
|
5247
5237
|
},
|
|
5248
|
-
"version": "2.24.
|
|
5238
|
+
"version": "2.24.2"
|
|
5249
5239
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.24.
|
|
4
|
+
"version": "2.24.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
74
|
"@salesforce/plugin-custom-metadata": "3.1.1",
|
|
75
|
-
"@salesforce/plugin-community": "3.0.
|
|
76
|
-
"@salesforce/plugin-dev": "2.1.
|
|
75
|
+
"@salesforce/plugin-community": "3.0.12",
|
|
76
|
+
"@salesforce/plugin-dev": "2.1.4",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
|
-
"@salesforce/plugin-env": "3.0.
|
|
78
|
+
"@salesforce/plugin-env": "3.0.14",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
|
-
"@salesforce/plugin-signups": "2.0.
|
|
80
|
+
"@salesforce/plugin-signups": "2.0.15",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.19.0"
|
|
83
83
|
},
|
|
@@ -133,36 +133,37 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
|
+
"@inquirer/select": "^1.3.1",
|
|
136
137
|
"@oclif/core": "3.16.0",
|
|
137
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
138
|
+
"@oclif/plugin-autocomplete": "3.0.5",
|
|
138
139
|
"@oclif/plugin-commands": "3.1.0",
|
|
139
|
-
"@oclif/plugin-help": "6.0.
|
|
140
|
-
"@oclif/plugin-not-found": "3.0.
|
|
141
|
-
"@oclif/plugin-plugins": "4.1.
|
|
142
|
-
"@oclif/plugin-search": "1.0.
|
|
140
|
+
"@oclif/plugin-help": "6.0.10",
|
|
141
|
+
"@oclif/plugin-not-found": "3.0.8",
|
|
142
|
+
"@oclif/plugin-plugins": "4.1.15",
|
|
143
|
+
"@oclif/plugin-search": "1.0.11",
|
|
143
144
|
"@oclif/plugin-update": "4.1.7",
|
|
144
145
|
"@oclif/plugin-version": "2.0.11",
|
|
145
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
146
|
+
"@oclif/plugin-warn-if-update-available": "3.0.9",
|
|
146
147
|
"@oclif/plugin-which": "3.0.14",
|
|
147
148
|
"@salesforce/core": "^6.1.4",
|
|
148
|
-
"@salesforce/plugin-apex": "3.0.
|
|
149
|
-
"@salesforce/plugin-auth": "3.1.
|
|
150
|
-
"@salesforce/plugin-data": "3.0.
|
|
151
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
152
|
-
"@salesforce/plugin-info": "3.0.
|
|
153
|
-
"@salesforce/plugin-limits": "3.1.
|
|
154
|
-
"@salesforce/plugin-marketplace": "1.0.
|
|
155
|
-
"@salesforce/plugin-org": "3.2.
|
|
156
|
-
"@salesforce/plugin-packaging": "2.0.
|
|
149
|
+
"@salesforce/plugin-apex": "3.0.16",
|
|
150
|
+
"@salesforce/plugin-auth": "3.1.2",
|
|
151
|
+
"@salesforce/plugin-data": "3.0.14",
|
|
152
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.17",
|
|
153
|
+
"@salesforce/plugin-info": "3.0.14",
|
|
154
|
+
"@salesforce/plugin-limits": "3.1.1",
|
|
155
|
+
"@salesforce/plugin-marketplace": "1.0.16",
|
|
156
|
+
"@salesforce/plugin-org": "3.2.1",
|
|
157
|
+
"@salesforce/plugin-packaging": "2.0.3",
|
|
157
158
|
"@salesforce/plugin-schema": "3.1.0",
|
|
158
|
-
"@salesforce/plugin-settings": "2.0.
|
|
159
|
-
"@salesforce/plugin-sobject": "1.0.
|
|
160
|
-
"@salesforce/plugin-source": "3.1.
|
|
161
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
162
|
-
"@salesforce/plugin-templates": "56.0.
|
|
163
|
-
"@salesforce/plugin-trust": "3.
|
|
164
|
-
"@salesforce/plugin-user": "3.2.
|
|
165
|
-
"@salesforce/sf-plugins-core": "
|
|
159
|
+
"@salesforce/plugin-settings": "2.0.15",
|
|
160
|
+
"@salesforce/plugin-sobject": "1.0.9",
|
|
161
|
+
"@salesforce/plugin-source": "3.1.2",
|
|
162
|
+
"@salesforce/plugin-telemetry": "3.1.9",
|
|
163
|
+
"@salesforce/plugin-templates": "56.0.9",
|
|
164
|
+
"@salesforce/plugin-trust": "3.3.1",
|
|
165
|
+
"@salesforce/plugin-user": "3.2.1",
|
|
166
|
+
"@salesforce/sf-plugins-core": "7.0.0",
|
|
166
167
|
"debug": "^4.3.4"
|
|
167
168
|
},
|
|
168
169
|
"pinnedDependencies": [
|
|
@@ -199,7 +200,7 @@
|
|
|
199
200
|
"resolutions": {
|
|
200
201
|
"@salesforce/schemas": "1.6.1",
|
|
201
202
|
"@salesforce/templates": "59.0.4",
|
|
202
|
-
"@salesforce/source-deploy-retrieve": "10.2.
|
|
203
|
+
"@salesforce/source-deploy-retrieve": "10.2.7",
|
|
203
204
|
"@salesforce/source-tracking": "5.1.3"
|
|
204
205
|
},
|
|
205
206
|
"repository": "salesforcecli/cli",
|