@salesforce/cli 2.61.4 → 2.61.6
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 +52 -52
- package/npm-shrinkwrap.json +67 -67
- package/oclif.lock +65 -65
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.61.
|
|
27
|
+
@salesforce/cli/2.61.6 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
$ sf alias list
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
208
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/alias/list.ts)_
|
|
209
209
|
|
|
210
210
|
## `sf alias set`
|
|
211
211
|
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
257
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/alias/set.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf alias unset`
|
|
260
260
|
|
|
@@ -294,7 +294,7 @@ EXAMPLES
|
|
|
294
294
|
$ sf alias unset --all [--no-prompt]
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
297
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/alias/unset.ts)_
|
|
298
298
|
|
|
299
299
|
## `sf analytics generate template`
|
|
300
300
|
|
|
@@ -996,7 +996,7 @@ EXAMPLES
|
|
|
996
996
|
$ sf autocomplete --refresh-cache
|
|
997
997
|
```
|
|
998
998
|
|
|
999
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
999
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.5/src/commands/autocomplete/index.ts)_
|
|
1000
1000
|
|
|
1001
1001
|
## `sf commands`
|
|
1002
1002
|
|
|
@@ -1074,7 +1074,7 @@ CONFIGURATION VARIABLES
|
|
|
1074
1074
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1077
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/config/get.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `sf config list`
|
|
1080
1080
|
|
|
@@ -1114,7 +1114,7 @@ EXAMPLES
|
|
|
1114
1114
|
$ sf config list
|
|
1115
1115
|
```
|
|
1116
1116
|
|
|
1117
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1117
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/config/list.ts)_
|
|
1118
1118
|
|
|
1119
1119
|
## `sf config set`
|
|
1120
1120
|
|
|
@@ -1183,7 +1183,7 @@ CONFIGURATION VARIABLES
|
|
|
1183
1183
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1184
1184
|
```
|
|
1185
1185
|
|
|
1186
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1186
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/config/set.ts)_
|
|
1187
1187
|
|
|
1188
1188
|
## `sf config unset`
|
|
1189
1189
|
|
|
@@ -1233,7 +1233,7 @@ CONFIGURATION VARIABLES
|
|
|
1233
1233
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1234
1234
|
```
|
|
1235
1235
|
|
|
1236
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1236
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.23/src/commands/config/unset.ts)_
|
|
1237
1237
|
|
|
1238
1238
|
## `sf data create file`
|
|
1239
1239
|
|
|
@@ -1282,7 +1282,7 @@ EXAMPLES
|
|
|
1282
1282
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1285
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/file.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf data create record`
|
|
1288
1288
|
|
|
@@ -1338,7 +1338,7 @@ EXAMPLES
|
|
|
1338
1338
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1339
1339
|
```
|
|
1340
1340
|
|
|
1341
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1341
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/record.ts)_
|
|
1342
1342
|
|
|
1343
1343
|
## `sf data delete bulk`
|
|
1344
1344
|
|
|
@@ -1396,7 +1396,7 @@ FLAG DESCRIPTIONS
|
|
|
1396
1396
|
and can be enabled only by a system administrator.
|
|
1397
1397
|
```
|
|
1398
1398
|
|
|
1399
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1399
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/bulk.ts)_
|
|
1400
1400
|
|
|
1401
1401
|
## `sf data delete record`
|
|
1402
1402
|
|
|
@@ -1457,7 +1457,7 @@ EXAMPLES
|
|
|
1457
1457
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1458
1458
|
```
|
|
1459
1459
|
|
|
1460
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1460
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/record.ts)_
|
|
1461
1461
|
|
|
1462
1462
|
## `sf data delete resume`
|
|
1463
1463
|
|
|
@@ -1496,7 +1496,7 @@ EXAMPLES
|
|
|
1496
1496
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1499
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/resume.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `sf data export tree`
|
|
1502
1502
|
|
|
@@ -1557,7 +1557,7 @@ EXAMPLES
|
|
|
1557
1557
|
my-scratch
|
|
1558
1558
|
```
|
|
1559
1559
|
|
|
1560
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1560
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/export/tree.ts)_
|
|
1561
1561
|
|
|
1562
1562
|
## `sf data get record`
|
|
1563
1563
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/get/record.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf data import tree`
|
|
1627
1627
|
|
|
@@ -1686,7 +1686,7 @@ FLAG DESCRIPTIONS
|
|
|
1686
1686
|
- files(array) - Files: An array of files paths to load
|
|
1687
1687
|
```
|
|
1688
1688
|
|
|
1689
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1689
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/import/tree.ts)_
|
|
1690
1690
|
|
|
1691
1691
|
## `sf data query`
|
|
1692
1692
|
|
|
@@ -1750,7 +1750,7 @@ EXAMPLES
|
|
|
1750
1750
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1751
1751
|
```
|
|
1752
1752
|
|
|
1753
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1753
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query.ts)_
|
|
1754
1754
|
|
|
1755
1755
|
## `sf data query resume`
|
|
1756
1756
|
|
|
@@ -1788,7 +1788,7 @@ EXAMPLES
|
|
|
1788
1788
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1789
1789
|
```
|
|
1790
1790
|
|
|
1791
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1791
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query/resume.ts)_
|
|
1792
1792
|
|
|
1793
1793
|
## `sf data resume`
|
|
1794
1794
|
|
|
@@ -1825,7 +1825,7 @@ EXAMPLES
|
|
|
1825
1825
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1826
1826
|
```
|
|
1827
1827
|
|
|
1828
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1828
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/resume.ts)_
|
|
1829
1829
|
|
|
1830
1830
|
## `sf data search`
|
|
1831
1831
|
|
|
@@ -1875,7 +1875,7 @@ EXAMPLES
|
|
|
1875
1875
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
1876
1876
|
```
|
|
1877
1877
|
|
|
1878
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1878
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/search.ts)_
|
|
1879
1879
|
|
|
1880
1880
|
## `sf data update record`
|
|
1881
1881
|
|
|
@@ -1937,7 +1937,7 @@ EXAMPLES
|
|
|
1937
1937
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1938
1938
|
```
|
|
1939
1939
|
|
|
1940
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1940
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/update/record.ts)_
|
|
1941
1941
|
|
|
1942
1942
|
## `sf data upsert bulk`
|
|
1943
1943
|
|
|
@@ -1990,7 +1990,7 @@ EXAMPLES
|
|
|
1990
1990
|
my-scratch
|
|
1991
1991
|
```
|
|
1992
1992
|
|
|
1993
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1993
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/bulk.ts)_
|
|
1994
1994
|
|
|
1995
1995
|
## `sf data upsert resume`
|
|
1996
1996
|
|
|
@@ -2029,7 +2029,7 @@ EXAMPLES
|
|
|
2029
2029
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2030
2030
|
```
|
|
2031
2031
|
|
|
2032
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
2032
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/resume.ts)_
|
|
2033
2033
|
|
|
2034
2034
|
## `sf doctor`
|
|
2035
2035
|
|
|
@@ -2124,7 +2124,7 @@ EXAMPLES
|
|
|
2124
2124
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2125
2125
|
```
|
|
2126
2126
|
|
|
2127
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
2127
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/delete.ts)_
|
|
2128
2128
|
|
|
2129
2129
|
## `sf force data bulk status`
|
|
2130
2130
|
|
|
@@ -2161,7 +2161,7 @@ EXAMPLES
|
|
|
2161
2161
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2162
2162
|
```
|
|
2163
2163
|
|
|
2164
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
2164
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/status.ts)_
|
|
2165
2165
|
|
|
2166
2166
|
## `sf force data bulk upsert`
|
|
2167
2167
|
|
|
@@ -2219,7 +2219,7 @@ EXAMPLES
|
|
|
2219
2219
|
--target-org my-scratch
|
|
2220
2220
|
```
|
|
2221
2221
|
|
|
2222
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
2222
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/upsert.ts)_
|
|
2223
2223
|
|
|
2224
2224
|
## `sf help [COMMAND]`
|
|
2225
2225
|
|
|
@@ -2239,7 +2239,7 @@ DESCRIPTION
|
|
|
2239
2239
|
Display help for sf.
|
|
2240
2240
|
```
|
|
2241
2241
|
|
|
2242
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2242
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.13/src/commands/help.ts)_
|
|
2243
2243
|
|
|
2244
2244
|
## `sf info releasenotes display`
|
|
2245
2245
|
|
|
@@ -2613,7 +2613,7 @@ EXAMPLES
|
|
|
2613
2613
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2614
2614
|
```
|
|
2615
2615
|
|
|
2616
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2616
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/assign/permset.ts)_
|
|
2617
2617
|
|
|
2618
2618
|
## `sf org assign permsetlicense`
|
|
2619
2619
|
|
|
@@ -2659,7 +2659,7 @@ EXAMPLES
|
|
|
2659
2659
|
user3
|
|
2660
2660
|
```
|
|
2661
2661
|
|
|
2662
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2662
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/assign/permsetlicense.ts)_
|
|
2663
2663
|
|
|
2664
2664
|
## `sf org create sandbox`
|
|
2665
2665
|
|
|
@@ -3038,7 +3038,7 @@ FLAG DESCRIPTIONS
|
|
|
3038
3038
|
might be different than what you specify in the definition file.
|
|
3039
3039
|
```
|
|
3040
3040
|
|
|
3041
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3041
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/create/user.ts)_
|
|
3042
3042
|
|
|
3043
3043
|
## `sf org delete sandbox`
|
|
3044
3044
|
|
|
@@ -3251,7 +3251,7 @@ EXAMPLES
|
|
|
3251
3251
|
$ sf org display user --target-org me@my.org --json
|
|
3252
3252
|
```
|
|
3253
3253
|
|
|
3254
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3254
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/display/user.ts)_
|
|
3255
3255
|
|
|
3256
3256
|
## `sf org enable tracking`
|
|
3257
3257
|
|
|
@@ -3360,7 +3360,7 @@ EXAMPLES
|
|
|
3360
3360
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3361
3361
|
```
|
|
3362
3362
|
|
|
3363
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3363
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/generate/password.ts)_
|
|
3364
3364
|
|
|
3365
3365
|
## `sf org list`
|
|
3366
3366
|
|
|
@@ -3431,7 +3431,7 @@ EXAMPLES
|
|
|
3431
3431
|
$ sf org list auth
|
|
3432
3432
|
```
|
|
3433
3433
|
|
|
3434
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3434
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/list/auth.ts)_
|
|
3435
3435
|
|
|
3436
3436
|
## `sf org list limits`
|
|
3437
3437
|
|
|
@@ -3677,7 +3677,7 @@ EXAMPLES
|
|
|
3677
3677
|
$ sf org list users --target-org me@my.org
|
|
3678
3678
|
```
|
|
3679
3679
|
|
|
3680
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3680
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.32/src/commands/org/list/users.ts)_
|
|
3681
3681
|
|
|
3682
3682
|
## `sf org login access-token`
|
|
3683
3683
|
|
|
@@ -3731,7 +3731,7 @@ FLAG DESCRIPTIONS
|
|
|
3731
3731
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3732
3732
|
```
|
|
3733
3733
|
|
|
3734
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3734
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/login/access-token.ts)_
|
|
3735
3735
|
|
|
3736
3736
|
## `sf org login device`
|
|
3737
3737
|
|
|
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
|
|
|
3791
3791
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3792
3792
|
```
|
|
3793
3793
|
|
|
3794
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3794
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/login/device.ts)_
|
|
3795
3795
|
|
|
3796
3796
|
## `sf org login jwt`
|
|
3797
3797
|
|
|
@@ -3882,7 +3882,7 @@ FLAG DESCRIPTIONS
|
|
|
3882
3882
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3883
3883
|
```
|
|
3884
3884
|
|
|
3885
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3885
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/login/jwt.ts)_
|
|
3886
3886
|
|
|
3887
3887
|
## `sf org login sfdx-url`
|
|
3888
3888
|
|
|
@@ -3952,7 +3952,7 @@ EXAMPLES
|
|
|
3952
3952
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3953
3953
|
```
|
|
3954
3954
|
|
|
3955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3955
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/login/sfdx-url.ts)_
|
|
3956
3956
|
|
|
3957
3957
|
## `sf org login web`
|
|
3958
3958
|
|
|
@@ -4039,7 +4039,7 @@ FLAG DESCRIPTIONS
|
|
|
4039
4039
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4040
4040
|
```
|
|
4041
4041
|
|
|
4042
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4042
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/login/web.ts)_
|
|
4043
4043
|
|
|
4044
4044
|
## `sf org logout`
|
|
4045
4045
|
|
|
@@ -4100,7 +4100,7 @@ FLAG DESCRIPTIONS
|
|
|
4100
4100
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4101
4101
|
```
|
|
4102
4102
|
|
|
4103
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4103
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.65/src/commands/org/logout.ts)_
|
|
4104
4104
|
|
|
4105
4105
|
## `sf org open`
|
|
4106
4106
|
|
|
@@ -5774,7 +5774,7 @@ EXAMPLES
|
|
|
5774
5774
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5775
5775
|
```
|
|
5776
5776
|
|
|
5777
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5777
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.32/src/commands/plugins/trust/verify.ts)_
|
|
5778
5778
|
|
|
5779
5779
|
## `sf plugins uninstall [PLUGIN]`
|
|
5780
5780
|
|
|
@@ -7629,7 +7629,7 @@ FLAG DESCRIPTIONS
|
|
|
7629
7629
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7630
7630
|
```
|
|
7631
7631
|
|
|
7632
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7632
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/field.ts)_
|
|
7633
7633
|
|
|
7634
7634
|
## `sf schema generate platformevent`
|
|
7635
7635
|
|
|
@@ -7661,7 +7661,7 @@ EXAMPLES
|
|
|
7661
7661
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7662
7662
|
```
|
|
7663
7663
|
|
|
7664
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7664
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/platformevent.ts)_
|
|
7665
7665
|
|
|
7666
7666
|
## `sf schema generate sobject`
|
|
7667
7667
|
|
|
@@ -7718,7 +7718,7 @@ FLAG DESCRIPTIONS
|
|
|
7718
7718
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7719
7719
|
```
|
|
7720
7720
|
|
|
7721
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7721
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/sobject.ts)_
|
|
7722
7722
|
|
|
7723
7723
|
## `sf schema generate tab`
|
|
7724
7724
|
|
|
@@ -7766,7 +7766,7 @@ FLAG DESCRIPTIONS
|
|
|
7766
7766
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7767
7767
|
```
|
|
7768
7768
|
|
|
7769
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7769
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/tab.ts)_
|
|
7770
7770
|
|
|
7771
7771
|
## `sf search`
|
|
7772
7772
|
|
|
@@ -7782,7 +7782,7 @@ DESCRIPTION
|
|
|
7782
7782
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7783
7783
|
```
|
|
7784
7784
|
|
|
7785
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
7785
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.10/src/commands/search.ts)_
|
|
7786
7786
|
|
|
7787
7787
|
## `sf sobject describe`
|
|
7788
7788
|
|
|
@@ -7829,7 +7829,7 @@ EXAMPLES
|
|
|
7829
7829
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7830
7830
|
```
|
|
7831
7831
|
|
|
7832
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7832
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.34/src/commands/sobject/describe.ts)_
|
|
7833
7833
|
|
|
7834
7834
|
## `sf sobject list`
|
|
7835
7835
|
|
|
@@ -7868,7 +7868,7 @@ EXAMPLES
|
|
|
7868
7868
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7869
7869
|
```
|
|
7870
7870
|
|
|
7871
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7871
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.34/src/commands/sobject/list.ts)_
|
|
7872
7872
|
|
|
7873
7873
|
## `sf static-resource generate`
|
|
7874
7874
|
|
|
@@ -7967,7 +7967,7 @@ EXAMPLES
|
|
|
7967
7967
|
$ sf update --available
|
|
7968
7968
|
```
|
|
7969
7969
|
|
|
7970
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.
|
|
7970
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.10/src/commands/update.ts)_
|
|
7971
7971
|
|
|
7972
7972
|
## `sf version`
|
|
7973
7973
|
|
|
@@ -7987,7 +7987,7 @@ FLAG DESCRIPTIONS
|
|
|
7987
7987
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7988
7988
|
```
|
|
7989
7989
|
|
|
7990
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7990
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.14/src/commands/version.ts)_
|
|
7991
7991
|
|
|
7992
7992
|
## `sf visualforce generate component`
|
|
7993
7993
|
|
|
@@ -8127,7 +8127,7 @@ EXAMPLES
|
|
|
8127
8127
|
$ sf which "foo bar baz"
|
|
8128
8128
|
```
|
|
8129
8129
|
|
|
8130
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8130
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.15/src/commands/which.ts)_
|
|
8131
8131
|
|
|
8132
8132
|
<!-- commandsstop -->
|
|
8133
8133
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.61.
|
|
3
|
+
"version": "2.61.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.61.
|
|
9
|
+
"version": "2.61.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.23",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.5",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.16",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.13",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.22",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.10",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.5.
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
20
|
+
"@oclif/plugin-search": "1.2.10",
|
|
21
|
+
"@oclif/plugin-update": "4.5.10",
|
|
22
|
+
"@oclif/plugin-version": "2.2.14",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.18",
|
|
24
|
+
"@oclif/plugin-which": "3.2.15",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.4.10",
|
|
28
28
|
"@salesforce/plugin-api": "1.2.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.65",
|
|
30
|
+
"@salesforce/plugin-data": "3.6.8",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.12.14",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.9",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.32",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
35
35
|
"@salesforce/plugin-org": "4.6.0",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.10",
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
-
"@salesforce/plugin-settings": "2.3.
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.34",
|
|
38
|
+
"@salesforce/plugin-settings": "2.3.23",
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.40",
|
|
40
40
|
"@salesforce/plugin-source": "3.5.21",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.15",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.21",
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
44
|
-
"@salesforce/plugin-user": "3.5.
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.32",
|
|
44
|
+
"@salesforce/plugin-user": "3.5.32",
|
|
45
45
|
"@salesforce/sf-plugins-core": "11.3.10",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
|
-
"oclif": "^4.14.
|
|
59
|
+
"oclif": "^4.14.36",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
@@ -4106,9 +4106,9 @@
|
|
|
4106
4106
|
}
|
|
4107
4107
|
},
|
|
4108
4108
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4109
|
-
"version": "3.2.
|
|
4110
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
4111
|
-
"integrity": "sha512-
|
|
4109
|
+
"version": "3.2.5",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.5.tgz",
|
|
4111
|
+
"integrity": "sha512-JJWctXyk/RkA+KuLsRkYopNvs8E2K3ZFTVOt1lJR+jVwH7VnOqN1iVl19GkzVzvbsGcGvVaBCDS82cvpeST7Nw==",
|
|
4112
4112
|
"license": "MIT",
|
|
4113
4113
|
"dependencies": {
|
|
4114
4114
|
"@oclif/core": "^4",
|
|
@@ -4204,9 +4204,9 @@
|
|
|
4204
4204
|
}
|
|
4205
4205
|
},
|
|
4206
4206
|
"node_modules/@oclif/plugin-help": {
|
|
4207
|
-
"version": "6.2.
|
|
4208
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4209
|
-
"integrity": "sha512-
|
|
4207
|
+
"version": "6.2.13",
|
|
4208
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz",
|
|
4209
|
+
"integrity": "sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==",
|
|
4210
4210
|
"license": "MIT",
|
|
4211
4211
|
"dependencies": {
|
|
4212
4212
|
"@oclif/core": "^4"
|
|
@@ -4280,9 +4280,9 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
},
|
|
4282
4282
|
"node_modules/@oclif/plugin-search": {
|
|
4283
|
-
"version": "1.2.
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
4285
|
-
"integrity": "sha512-
|
|
4283
|
+
"version": "1.2.10",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.10.tgz",
|
|
4285
|
+
"integrity": "sha512-SsdHmPDAnQXHvKyCbEViMy+9q+Ny5Qec0zbuJtz7b/FhQ0s1pS2huBnNbYRNnGDUZOoaYXNZxvL/kFSE+y4Zqg==",
|
|
4286
4286
|
"license": "MIT",
|
|
4287
4287
|
"dependencies": {
|
|
4288
4288
|
"@oclif/core": "^4",
|
|
@@ -4309,9 +4309,9 @@
|
|
|
4309
4309
|
}
|
|
4310
4310
|
},
|
|
4311
4311
|
"node_modules/@oclif/plugin-update": {
|
|
4312
|
-
"version": "4.5.
|
|
4313
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
4314
|
-
"integrity": "sha512-
|
|
4312
|
+
"version": "4.5.10",
|
|
4313
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.10.tgz",
|
|
4314
|
+
"integrity": "sha512-n52peSIK7VebdhHBxOIwdJDJ6isLOTI7PEy90Fy/pXFL6kzj+Ow8PItZ1gLuU5Fi0OmW5B4zUZFnq9lb6DZnLw==",
|
|
4315
4315
|
"license": "MIT",
|
|
4316
4316
|
"dependencies": {
|
|
4317
4317
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4330,9 +4330,9 @@
|
|
|
4330
4330
|
}
|
|
4331
4331
|
},
|
|
4332
4332
|
"node_modules/@oclif/plugin-version": {
|
|
4333
|
-
"version": "2.2.
|
|
4334
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4335
|
-
"integrity": "sha512-
|
|
4333
|
+
"version": "2.2.14",
|
|
4334
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.14.tgz",
|
|
4335
|
+
"integrity": "sha512-vGPDFZE22xGgtV+sjT3MBknR3dZmEhipo9BhtptF+GwPwovRKChlVCytCvZPRi+DvICky3fjrnla8AL2Vk2IeA==",
|
|
4336
4336
|
"license": "MIT",
|
|
4337
4337
|
"dependencies": {
|
|
4338
4338
|
"@oclif/core": "^4",
|
|
@@ -4343,9 +4343,9 @@
|
|
|
4343
4343
|
}
|
|
4344
4344
|
},
|
|
4345
4345
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4346
|
-
"version": "3.1.
|
|
4347
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4348
|
-
"integrity": "sha512-
|
|
4346
|
+
"version": "3.1.18",
|
|
4347
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.18.tgz",
|
|
4348
|
+
"integrity": "sha512-bsqmIBktptHsFOy5H8G2XZZUckxXdKHjVFjy8EyPyVT9rq+qZAxD+7cYNI/TQMXGONDYY9iV4I00gASOVKCCAA==",
|
|
4349
4349
|
"license": "MIT",
|
|
4350
4350
|
"dependencies": {
|
|
4351
4351
|
"@oclif/core": "^4",
|
|
@@ -4360,9 +4360,9 @@
|
|
|
4360
4360
|
}
|
|
4361
4361
|
},
|
|
4362
4362
|
"node_modules/@oclif/plugin-which": {
|
|
4363
|
-
"version": "3.2.
|
|
4364
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4365
|
-
"integrity": "sha512-
|
|
4363
|
+
"version": "3.2.15",
|
|
4364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.15.tgz",
|
|
4365
|
+
"integrity": "sha512-H1QZjvQHVDHKmNm6wQ5Kg16VOCB71I9vWDWiq0NvbB813rRLFNQK7H4Kn5qIUxwVq2M51yMcXiH2gaNF8Eh/vg==",
|
|
4366
4366
|
"license": "MIT",
|
|
4367
4367
|
"dependencies": {
|
|
4368
4368
|
"@oclif/core": "^4",
|
|
@@ -4979,9 +4979,9 @@
|
|
|
4979
4979
|
}
|
|
4980
4980
|
},
|
|
4981
4981
|
"node_modules/@salesforce/plugin-auth": {
|
|
4982
|
-
"version": "3.6.
|
|
4983
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4984
|
-
"integrity": "sha512-
|
|
4982
|
+
"version": "3.6.65",
|
|
4983
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.65.tgz",
|
|
4984
|
+
"integrity": "sha512-jOX06hAtEPOfy9bUKNnNJW1RqTXFDRmGtwpz2Uh89FzaOOjatWe4GB6pccMCgy8UAwP8w8RVsPvCN1LGE/IJlQ==",
|
|
4985
4985
|
"license": "BSD-3-Clause",
|
|
4986
4986
|
"dependencies": {
|
|
4987
4987
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5032,13 +5032,13 @@
|
|
|
5032
5032
|
}
|
|
5033
5033
|
},
|
|
5034
5034
|
"node_modules/@salesforce/plugin-data": {
|
|
5035
|
-
"version": "3.6.
|
|
5036
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.
|
|
5037
|
-
"integrity": "sha512-
|
|
5035
|
+
"version": "3.6.8",
|
|
5036
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.8.tgz",
|
|
5037
|
+
"integrity": "sha512-QqslH/1yxbEY7mJxyEecPbVKL9go1+vuZHSZZWJdZ4Eji/hkPqrIov8o17+iRE/khqN6GNwy7rylZIu7qMOBxQ==",
|
|
5038
5038
|
"license": "BSD-3-Clause",
|
|
5039
5039
|
"dependencies": {
|
|
5040
5040
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
5041
|
-
"@salesforce/core": "^8.
|
|
5041
|
+
"@salesforce/core": "^8.6.1",
|
|
5042
5042
|
"@salesforce/kit": "^3.2.2",
|
|
5043
5043
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5044
5044
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -5237,13 +5237,13 @@
|
|
|
5237
5237
|
}
|
|
5238
5238
|
},
|
|
5239
5239
|
"node_modules/@salesforce/plugin-schema": {
|
|
5240
|
-
"version": "3.3.
|
|
5241
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5242
|
-
"integrity": "sha512-
|
|
5240
|
+
"version": "3.3.34",
|
|
5241
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.34.tgz",
|
|
5242
|
+
"integrity": "sha512-Q5jexRTMXCCDfqqGkKBYMrSW2CX8FIyD09wdeh2OMDwBQXIaDH0tCTbOHkcQvWOPqM5MEu6NjItoG6VG0zlHXA==",
|
|
5243
5243
|
"license": "BSD-3-Clause",
|
|
5244
5244
|
"dependencies": {
|
|
5245
5245
|
"@oclif/core": "^4",
|
|
5246
|
-
"@salesforce/core": "^8.
|
|
5246
|
+
"@salesforce/core": "^8.6.1",
|
|
5247
5247
|
"@salesforce/sf-plugins-core": "^11.3.10"
|
|
5248
5248
|
},
|
|
5249
5249
|
"engines": {
|
|
@@ -5251,14 +5251,14 @@
|
|
|
5251
5251
|
}
|
|
5252
5252
|
},
|
|
5253
5253
|
"node_modules/@salesforce/plugin-settings": {
|
|
5254
|
-
"version": "2.3.
|
|
5255
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
5256
|
-
"integrity": "sha512-
|
|
5254
|
+
"version": "2.3.23",
|
|
5255
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.23.tgz",
|
|
5256
|
+
"integrity": "sha512-jCoYdIPdfqTgdSfptyLVjC9k9750ry/xj5sDdL93V/4it10vdtgxYLieGtCS2uTZsdtHdgOQCY0F5TCp2Gy/6w==",
|
|
5257
5257
|
"license": "BSD-3-Clause",
|
|
5258
5258
|
"dependencies": {
|
|
5259
5259
|
"@oclif/core": "^4",
|
|
5260
5260
|
"@salesforce/core": "^8.5.7",
|
|
5261
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5261
|
+
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5262
5262
|
"fast-levenshtein": "^3.0.0"
|
|
5263
5263
|
},
|
|
5264
5264
|
"engines": {
|
|
@@ -5266,16 +5266,16 @@
|
|
|
5266
5266
|
}
|
|
5267
5267
|
},
|
|
5268
5268
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5269
|
-
"version": "1.4.
|
|
5270
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5271
|
-
"integrity": "sha512-
|
|
5269
|
+
"version": "1.4.40",
|
|
5270
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.40.tgz",
|
|
5271
|
+
"integrity": "sha512-wKUlB+/8NwXKwEPsx/X88TGJpgfT6bpFxg5DasUk3LFlvR2A5imDErUiHZMPEYfNiteguR6aUqbXFF7Hz/UB7w==",
|
|
5272
5272
|
"license": "BSD-3-Clause",
|
|
5273
5273
|
"dependencies": {
|
|
5274
5274
|
"@inquirer/confirm": "^3.2.0",
|
|
5275
5275
|
"@inquirer/input": "^2.3.0",
|
|
5276
5276
|
"@inquirer/select": "^2.5.0",
|
|
5277
5277
|
"@oclif/core": "^4",
|
|
5278
|
-
"@salesforce/core": "^8.
|
|
5278
|
+
"@salesforce/core": "^8.6.1",
|
|
5279
5279
|
"@salesforce/kit": "^3.1.6",
|
|
5280
5280
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5281
5281
|
"fast-glob": "^3.3.2",
|
|
@@ -5354,9 +5354,9 @@
|
|
|
5354
5354
|
}
|
|
5355
5355
|
},
|
|
5356
5356
|
"node_modules/@salesforce/plugin-trust": {
|
|
5357
|
-
"version": "3.7.
|
|
5358
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5359
|
-
"integrity": "sha512-
|
|
5357
|
+
"version": "3.7.32",
|
|
5358
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.32.tgz",
|
|
5359
|
+
"integrity": "sha512-zC1RdoY8LrZbE/upEY62+wqpwrIyKcn1CkJF8Qi6IiqkTQfTK/Iu27VJUAQfoUq/Nyf2veNyjeHlRYMh56nMtA==",
|
|
5360
5360
|
"license": "BSD-3-Clause",
|
|
5361
5361
|
"dependencies": {
|
|
5362
5362
|
"@oclif/core": "^4",
|
|
@@ -5379,12 +5379,12 @@
|
|
|
5379
5379
|
}
|
|
5380
5380
|
},
|
|
5381
5381
|
"node_modules/@salesforce/plugin-user": {
|
|
5382
|
-
"version": "3.5.
|
|
5383
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
5384
|
-
"integrity": "sha512-
|
|
5382
|
+
"version": "3.5.32",
|
|
5383
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.32.tgz",
|
|
5384
|
+
"integrity": "sha512-WIaDOoB0oO5IjhEiPRsJqBmLb8hXQ1alFkiSNNQbTlkCEfK2msg3s/cKhqYsQK8FEitMekugL0VgfVlawSkkYQ==",
|
|
5385
5385
|
"license": "BSD-3-Clause",
|
|
5386
5386
|
"dependencies": {
|
|
5387
|
-
"@salesforce/core": "^8.
|
|
5387
|
+
"@salesforce/core": "^8.6.1",
|
|
5388
5388
|
"@salesforce/kit": "^3.2.2",
|
|
5389
5389
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5390
5390
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -18628,9 +18628,9 @@
|
|
|
18628
18628
|
"license": "MIT"
|
|
18629
18629
|
},
|
|
18630
18630
|
"node_modules/oclif": {
|
|
18631
|
-
"version": "4.14.
|
|
18632
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18633
|
-
"integrity": "sha512-
|
|
18631
|
+
"version": "4.14.36",
|
|
18632
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.36.tgz",
|
|
18633
|
+
"integrity": "sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==",
|
|
18634
18634
|
"dev": true,
|
|
18635
18635
|
"license": "MIT",
|
|
18636
18636
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1898,10 +1898,10 @@
|
|
|
1898
1898
|
wordwrap "^1.0.0"
|
|
1899
1899
|
wrap-ansi "^7.0.0"
|
|
1900
1900
|
|
|
1901
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1902
|
-
version "3.2.
|
|
1903
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1904
|
-
integrity sha512-
|
|
1901
|
+
"@oclif/plugin-autocomplete@3.2.5":
|
|
1902
|
+
version "3.2.5"
|
|
1903
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.5.tgz"
|
|
1904
|
+
integrity sha512-JJWctXyk/RkA+KuLsRkYopNvs8E2K3ZFTVOt1lJR+jVwH7VnOqN1iVl19GkzVzvbsGcGvVaBCDS82cvpeST7Nw==
|
|
1905
1905
|
dependencies:
|
|
1906
1906
|
"@oclif/core" "^4"
|
|
1907
1907
|
ansis "^3.3.1"
|
|
@@ -1933,10 +1933,10 @@
|
|
|
1933
1933
|
object-treeify "^4.0.1"
|
|
1934
1934
|
tty-table "^4.2.3"
|
|
1935
1935
|
|
|
1936
|
-
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.
|
|
1937
|
-
version "6.2.
|
|
1938
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1939
|
-
integrity sha512-
|
|
1936
|
+
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.13":
|
|
1937
|
+
version "6.2.13"
|
|
1938
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz"
|
|
1939
|
+
integrity sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==
|
|
1940
1940
|
dependencies:
|
|
1941
1941
|
"@oclif/core" "^4"
|
|
1942
1942
|
|
|
@@ -1967,19 +1967,19 @@
|
|
|
1967
1967
|
which "^4.0.0"
|
|
1968
1968
|
yarn "^1.22.22"
|
|
1969
1969
|
|
|
1970
|
-
"@oclif/plugin-search@1.2.
|
|
1971
|
-
version "1.2.
|
|
1972
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
1973
|
-
integrity sha512-
|
|
1970
|
+
"@oclif/plugin-search@1.2.10":
|
|
1971
|
+
version "1.2.10"
|
|
1972
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.10.tgz"
|
|
1973
|
+
integrity sha512-SsdHmPDAnQXHvKyCbEViMy+9q+Ny5Qec0zbuJtz7b/FhQ0s1pS2huBnNbYRNnGDUZOoaYXNZxvL/kFSE+y4Zqg==
|
|
1974
1974
|
dependencies:
|
|
1975
1975
|
"@oclif/core" "^4"
|
|
1976
1976
|
ansi-escapes "^7.0.0"
|
|
1977
1977
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1978
1978
|
|
|
1979
|
-
"@oclif/plugin-update@4.5.
|
|
1980
|
-
version "4.5.
|
|
1981
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
1982
|
-
integrity sha512-
|
|
1979
|
+
"@oclif/plugin-update@4.5.10":
|
|
1980
|
+
version "4.5.10"
|
|
1981
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.10.tgz"
|
|
1982
|
+
integrity sha512-n52peSIK7VebdhHBxOIwdJDJ6isLOTI7PEy90Fy/pXFL6kzj+Ow8PItZ1gLuU5Fi0OmW5B4zUZFnq9lb6DZnLw==
|
|
1983
1983
|
dependencies:
|
|
1984
1984
|
"@inquirer/select" "^2.5.0"
|
|
1985
1985
|
"@oclif/core" "^4"
|
|
@@ -1992,18 +1992,18 @@
|
|
|
1992
1992
|
tar-fs "^2.1.1"
|
|
1993
1993
|
tty-table "^4.2.3"
|
|
1994
1994
|
|
|
1995
|
-
"@oclif/plugin-version@2.2.
|
|
1996
|
-
version "2.2.
|
|
1997
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1998
|
-
integrity sha512-
|
|
1995
|
+
"@oclif/plugin-version@2.2.14":
|
|
1996
|
+
version "2.2.14"
|
|
1997
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.14.tgz"
|
|
1998
|
+
integrity sha512-vGPDFZE22xGgtV+sjT3MBknR3dZmEhipo9BhtptF+GwPwovRKChlVCytCvZPRi+DvICky3fjrnla8AL2Vk2IeA==
|
|
1999
1999
|
dependencies:
|
|
2000
2000
|
"@oclif/core" "^4"
|
|
2001
2001
|
ansis "^3.3.1"
|
|
2002
2002
|
|
|
2003
|
-
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.
|
|
2004
|
-
version "3.1.
|
|
2005
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
2006
|
-
integrity sha512-
|
|
2003
|
+
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.18":
|
|
2004
|
+
version "3.1.18"
|
|
2005
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.18.tgz"
|
|
2006
|
+
integrity sha512-bsqmIBktptHsFOy5H8G2XZZUckxXdKHjVFjy8EyPyVT9rq+qZAxD+7cYNI/TQMXGONDYY9iV4I00gASOVKCCAA==
|
|
2007
2007
|
dependencies:
|
|
2008
2008
|
"@oclif/core" "^4"
|
|
2009
2009
|
ansis "^3.3.1"
|
|
@@ -2012,10 +2012,10 @@
|
|
|
2012
2012
|
lodash "^4.17.21"
|
|
2013
2013
|
registry-auth-token "^5.0.2"
|
|
2014
2014
|
|
|
2015
|
-
"@oclif/plugin-which@3.2.
|
|
2016
|
-
version "3.2.
|
|
2017
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
2018
|
-
integrity sha512-
|
|
2015
|
+
"@oclif/plugin-which@3.2.15":
|
|
2016
|
+
version "3.2.15"
|
|
2017
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.15.tgz"
|
|
2018
|
+
integrity sha512-H1QZjvQHVDHKmNm6wQ5Kg16VOCB71I9vWDWiq0NvbB813rRLFNQK7H4Kn5qIUxwVq2M51yMcXiH2gaNF8Eh/vg==
|
|
2019
2019
|
dependencies:
|
|
2020
2020
|
"@oclif/core" "^4"
|
|
2021
2021
|
ansis "^3.3.1"
|
|
@@ -2326,10 +2326,10 @@
|
|
|
2326
2326
|
got "^13.0.0"
|
|
2327
2327
|
proxy-agent "^6.4.0"
|
|
2328
2328
|
|
|
2329
|
-
"@salesforce/plugin-auth@3.6.
|
|
2330
|
-
version "3.6.
|
|
2331
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2332
|
-
integrity sha512-
|
|
2329
|
+
"@salesforce/plugin-auth@3.6.65":
|
|
2330
|
+
version "3.6.65"
|
|
2331
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.65.tgz"
|
|
2332
|
+
integrity sha512-jOX06hAtEPOfy9bUKNnNJW1RqTXFDRmGtwpz2Uh89FzaOOjatWe4GB6pccMCgy8UAwP8w8RVsPvCN1LGE/IJlQ==
|
|
2333
2333
|
dependencies:
|
|
2334
2334
|
"@inquirer/checkbox" "^2.5.0"
|
|
2335
2335
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2355,13 +2355,13 @@
|
|
|
2355
2355
|
debug "^4.3.4"
|
|
2356
2356
|
handlebars "^4.7.8"
|
|
2357
2357
|
|
|
2358
|
-
"@salesforce/plugin-data@3.6.
|
|
2359
|
-
version "3.6.
|
|
2360
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.
|
|
2361
|
-
integrity sha512-
|
|
2358
|
+
"@salesforce/plugin-data@3.6.8":
|
|
2359
|
+
version "3.6.8"
|
|
2360
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.8.tgz"
|
|
2361
|
+
integrity sha512-QqslH/1yxbEY7mJxyEecPbVKL9go1+vuZHSZZWJdZ4Eji/hkPqrIov8o17+iRE/khqN6GNwy7rylZIu7qMOBxQ==
|
|
2362
2362
|
dependencies:
|
|
2363
2363
|
"@jsforce/jsforce-node" "^3.4.1"
|
|
2364
|
-
"@salesforce/core" "^8.
|
|
2364
|
+
"@salesforce/core" "^8.6.1"
|
|
2365
2365
|
"@salesforce/kit" "^3.2.2"
|
|
2366
2366
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2367
2367
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2479,35 +2479,35 @@
|
|
|
2479
2479
|
strip-ansi "^6"
|
|
2480
2480
|
yarn-deduplicate "^6.0.2"
|
|
2481
2481
|
|
|
2482
|
-
"@salesforce/plugin-schema@3.3.
|
|
2483
|
-
version "3.3.
|
|
2484
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2485
|
-
integrity sha512-
|
|
2482
|
+
"@salesforce/plugin-schema@3.3.34":
|
|
2483
|
+
version "3.3.34"
|
|
2484
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.34.tgz"
|
|
2485
|
+
integrity sha512-Q5jexRTMXCCDfqqGkKBYMrSW2CX8FIyD09wdeh2OMDwBQXIaDH0tCTbOHkcQvWOPqM5MEu6NjItoG6VG0zlHXA==
|
|
2486
2486
|
dependencies:
|
|
2487
2487
|
"@oclif/core" "^4"
|
|
2488
|
-
"@salesforce/core" "^8.
|
|
2488
|
+
"@salesforce/core" "^8.6.1"
|
|
2489
2489
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2490
2490
|
|
|
2491
|
-
"@salesforce/plugin-settings@2.3.
|
|
2492
|
-
version "2.3.
|
|
2493
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
2494
|
-
integrity sha512-
|
|
2491
|
+
"@salesforce/plugin-settings@2.3.23":
|
|
2492
|
+
version "2.3.23"
|
|
2493
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.23.tgz"
|
|
2494
|
+
integrity sha512-jCoYdIPdfqTgdSfptyLVjC9k9750ry/xj5sDdL93V/4it10vdtgxYLieGtCS2uTZsdtHdgOQCY0F5TCp2Gy/6w==
|
|
2495
2495
|
dependencies:
|
|
2496
2496
|
"@oclif/core" "^4"
|
|
2497
2497
|
"@salesforce/core" "^8.5.7"
|
|
2498
|
-
"@salesforce/sf-plugins-core" "^11.3.
|
|
2498
|
+
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2499
2499
|
fast-levenshtein "^3.0.0"
|
|
2500
2500
|
|
|
2501
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2502
|
-
version "1.4.
|
|
2503
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2504
|
-
integrity sha512-
|
|
2501
|
+
"@salesforce/plugin-sobject@1.4.40":
|
|
2502
|
+
version "1.4.40"
|
|
2503
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.40.tgz"
|
|
2504
|
+
integrity sha512-wKUlB+/8NwXKwEPsx/X88TGJpgfT6bpFxg5DasUk3LFlvR2A5imDErUiHZMPEYfNiteguR6aUqbXFF7Hz/UB7w==
|
|
2505
2505
|
dependencies:
|
|
2506
2506
|
"@inquirer/confirm" "^3.2.0"
|
|
2507
2507
|
"@inquirer/input" "^2.3.0"
|
|
2508
2508
|
"@inquirer/select" "^2.5.0"
|
|
2509
2509
|
"@oclif/core" "^4"
|
|
2510
|
-
"@salesforce/core" "^8.
|
|
2510
|
+
"@salesforce/core" "^8.6.1"
|
|
2511
2511
|
"@salesforce/kit" "^3.1.6"
|
|
2512
2512
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2513
2513
|
fast-glob "^3.3.2"
|
|
@@ -2554,10 +2554,10 @@
|
|
|
2554
2554
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2555
2555
|
"@salesforce/templates" "^61.4.11"
|
|
2556
2556
|
|
|
2557
|
-
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.
|
|
2558
|
-
version "3.7.
|
|
2559
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2560
|
-
integrity sha512-
|
|
2557
|
+
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.32":
|
|
2558
|
+
version "3.7.32"
|
|
2559
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.32.tgz"
|
|
2560
|
+
integrity sha512-zC1RdoY8LrZbE/upEY62+wqpwrIyKcn1CkJF8Qi6IiqkTQfTK/Iu27VJUAQfoUq/Nyf2veNyjeHlRYMh56nMtA==
|
|
2561
2561
|
dependencies:
|
|
2562
2562
|
"@oclif/core" "^4"
|
|
2563
2563
|
"@salesforce/core" "^8.5.7"
|
|
@@ -2571,12 +2571,12 @@
|
|
|
2571
2571
|
semver "^7.6.3"
|
|
2572
2572
|
shelljs "^0.8.4"
|
|
2573
2573
|
|
|
2574
|
-
"@salesforce/plugin-user@3.5.
|
|
2575
|
-
version "3.5.
|
|
2576
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
2577
|
-
integrity sha512-
|
|
2574
|
+
"@salesforce/plugin-user@3.5.32":
|
|
2575
|
+
version "3.5.32"
|
|
2576
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.32.tgz"
|
|
2577
|
+
integrity sha512-WIaDOoB0oO5IjhEiPRsJqBmLb8hXQ1alFkiSNNQbTlkCEfK2msg3s/cKhqYsQK8FEitMekugL0VgfVlawSkkYQ==
|
|
2578
2578
|
dependencies:
|
|
2579
|
-
"@salesforce/core" "^8.
|
|
2579
|
+
"@salesforce/core" "^8.6.1"
|
|
2580
2580
|
"@salesforce/kit" "^3.2.2"
|
|
2581
2581
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
2582
2582
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -8789,10 +8789,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8789
8789
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8790
8790
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8791
8791
|
|
|
8792
|
-
oclif@^4.14.
|
|
8793
|
-
version "4.14.
|
|
8794
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8795
|
-
integrity sha512-
|
|
8792
|
+
oclif@^4.14.36:
|
|
8793
|
+
version "4.14.36"
|
|
8794
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.36.tgz"
|
|
8795
|
+
integrity sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==
|
|
8796
8796
|
dependencies:
|
|
8797
8797
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
8798
8798
|
"@aws-sdk/client-s3" "^3.651.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.61.
|
|
4
|
+
"version": "2.61.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -141,36 +141,36 @@
|
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
143
|
"@oclif/core": "4.0.23",
|
|
144
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
144
|
+
"@oclif/plugin-autocomplete": "3.2.5",
|
|
145
145
|
"@oclif/plugin-commands": "4.0.16",
|
|
146
|
-
"@oclif/plugin-help": "6.2.
|
|
146
|
+
"@oclif/plugin-help": "6.2.13",
|
|
147
147
|
"@oclif/plugin-not-found": "3.2.22",
|
|
148
148
|
"@oclif/plugin-plugins": "5.4.10",
|
|
149
|
-
"@oclif/plugin-search": "1.2.
|
|
150
|
-
"@oclif/plugin-update": "4.5.
|
|
151
|
-
"@oclif/plugin-version": "2.2.
|
|
152
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
153
|
-
"@oclif/plugin-which": "3.2.
|
|
149
|
+
"@oclif/plugin-search": "1.2.10",
|
|
150
|
+
"@oclif/plugin-update": "4.5.10",
|
|
151
|
+
"@oclif/plugin-version": "2.2.14",
|
|
152
|
+
"@oclif/plugin-warn-if-update-available": "3.1.18",
|
|
153
|
+
"@oclif/plugin-which": "3.2.15",
|
|
154
154
|
"@salesforce/core": "^8.2.3",
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|
|
156
156
|
"@salesforce/plugin-apex": "3.4.10",
|
|
157
157
|
"@salesforce/plugin-api": "1.2.2",
|
|
158
|
-
"@salesforce/plugin-auth": "3.6.
|
|
159
|
-
"@salesforce/plugin-data": "3.6.
|
|
158
|
+
"@salesforce/plugin-auth": "3.6.65",
|
|
159
|
+
"@salesforce/plugin-data": "3.6.8",
|
|
160
160
|
"@salesforce/plugin-deploy-retrieve": "3.12.14",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.9",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.32",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
164
164
|
"@salesforce/plugin-org": "4.6.0",
|
|
165
165
|
"@salesforce/plugin-packaging": "2.8.10",
|
|
166
|
-
"@salesforce/plugin-schema": "3.3.
|
|
167
|
-
"@salesforce/plugin-settings": "2.3.
|
|
168
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
166
|
+
"@salesforce/plugin-schema": "3.3.34",
|
|
167
|
+
"@salesforce/plugin-settings": "2.3.23",
|
|
168
|
+
"@salesforce/plugin-sobject": "1.4.40",
|
|
169
169
|
"@salesforce/plugin-source": "3.5.21",
|
|
170
170
|
"@salesforce/plugin-telemetry": "3.6.15",
|
|
171
171
|
"@salesforce/plugin-templates": "56.3.21",
|
|
172
|
-
"@salesforce/plugin-trust": "3.7.
|
|
173
|
-
"@salesforce/plugin-user": "3.5.
|
|
172
|
+
"@salesforce/plugin-trust": "3.7.32",
|
|
173
|
+
"@salesforce/plugin-user": "3.5.32",
|
|
174
174
|
"@salesforce/sf-plugins-core": "11.3.10",
|
|
175
175
|
"ansis": "^3.3.0"
|
|
176
176
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "^4.14.
|
|
259
|
+
"oclif": "^4.14.36",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.6.2"
|
|
262
262
|
},
|