@salesforce/cli 2.72.18 → 2.72.19
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 +26 -28
- package/npm-shrinkwrap.json +104 -16
- package/oclif.lock +31 -15
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.72.
|
|
27
|
+
@salesforce/cli/2.72.19 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/bulk/results.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `sf data create file`
|
|
1342
1342
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/create/file.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf data create record`
|
|
1391
1391
|
|
|
@@ -1441,7 +1441,7 @@ EXAMPLES
|
|
|
1441
1441
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1442
1442
|
```
|
|
1443
1443
|
|
|
1444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
and can be enabled only by a system administrator.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/bulk.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf data delete record`
|
|
1508
1508
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLES
|
|
|
1563
1563
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/record.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data delete resume`
|
|
1569
1569
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/resume.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf data export bulk`
|
|
1608
1608
|
|
|
@@ -1676,7 +1676,7 @@ EXAMPLES
|
|
|
1676
1676
|
--result-format json --async
|
|
1677
1677
|
```
|
|
1678
1678
|
|
|
1679
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/bulk.ts)_
|
|
1680
1680
|
|
|
1681
1681
|
## `sf data export resume`
|
|
1682
1682
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1753,7 +1753,6 @@ DESCRIPTION
|
|
|
1753
1753
|
|
|
1754
1754
|
ALIASES
|
|
1755
1755
|
$ sf force data tree export
|
|
1756
|
-
$ sf data export beta tree
|
|
1757
1756
|
|
|
1758
1757
|
EXAMPLES
|
|
1759
1758
|
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
@@ -1773,7 +1772,7 @@ EXAMPLES
|
|
|
1773
1772
|
my-scratch
|
|
1774
1773
|
```
|
|
1775
1774
|
|
|
1776
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1775
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/tree.ts)_
|
|
1777
1776
|
|
|
1778
1777
|
## `sf data get record`
|
|
1779
1778
|
|
|
@@ -1837,7 +1836,7 @@ EXAMPLES
|
|
|
1837
1836
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1838
1837
|
```
|
|
1839
1838
|
|
|
1840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1839
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/get/record.ts)_
|
|
1841
1840
|
|
|
1842
1841
|
## `sf data import bulk`
|
|
1843
1842
|
|
|
@@ -1895,7 +1894,7 @@ EXAMPLES
|
|
|
1895
1894
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1896
1895
|
```
|
|
1897
1896
|
|
|
1898
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/bulk.ts)_
|
|
1899
1898
|
|
|
1900
1899
|
## `sf data import resume`
|
|
1901
1900
|
|
|
@@ -1931,7 +1930,7 @@ EXAMPLES
|
|
|
1931
1930
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1932
1931
|
```
|
|
1933
1932
|
|
|
1934
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/resume.ts)_
|
|
1935
1934
|
|
|
1936
1935
|
## `sf data import tree`
|
|
1937
1936
|
|
|
@@ -1966,7 +1965,6 @@ DESCRIPTION
|
|
|
1966
1965
|
|
|
1967
1966
|
ALIASES
|
|
1968
1967
|
$ sf force data tree import
|
|
1969
|
-
$ sf data import beta tree
|
|
1970
1968
|
|
|
1971
1969
|
EXAMPLES
|
|
1972
1970
|
Import the records contained in two JSON files into the org with alias "my-scratch":
|
|
@@ -1996,7 +1994,7 @@ FLAG DESCRIPTIONS
|
|
|
1996
1994
|
- files(array) - Files: An array of files paths to load
|
|
1997
1995
|
```
|
|
1998
1996
|
|
|
1999
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/tree.ts)_
|
|
2000
1998
|
|
|
2001
1999
|
## `sf data query`
|
|
2002
2000
|
|
|
@@ -2062,7 +2060,7 @@ EXAMPLES
|
|
|
2062
2060
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2063
2061
|
```
|
|
2064
2062
|
|
|
2065
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2063
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/query.ts)_
|
|
2066
2064
|
|
|
2067
2065
|
## `sf data query resume`
|
|
2068
2066
|
|
|
@@ -2099,7 +2097,7 @@ EXAMPLES
|
|
|
2099
2097
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2100
2098
|
```
|
|
2101
2099
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/query/resume.ts)_
|
|
2103
2101
|
|
|
2104
2102
|
## `sf data resume`
|
|
2105
2103
|
|
|
@@ -2136,7 +2134,7 @@ EXAMPLES
|
|
|
2136
2134
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2137
2135
|
```
|
|
2138
2136
|
|
|
2139
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2137
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/resume.ts)_
|
|
2140
2138
|
|
|
2141
2139
|
## `sf data search`
|
|
2142
2140
|
|
|
@@ -2186,7 +2184,7 @@ EXAMPLES
|
|
|
2186
2184
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2187
2185
|
```
|
|
2188
2186
|
|
|
2189
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/search.ts)_
|
|
2190
2188
|
|
|
2191
2189
|
## `sf data update bulk`
|
|
2192
2190
|
|
|
@@ -2247,7 +2245,7 @@ EXAMPLES
|
|
|
2247
2245
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2248
2246
|
```
|
|
2249
2247
|
|
|
2250
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/bulk.ts)_
|
|
2251
2249
|
|
|
2252
2250
|
## `sf data update record`
|
|
2253
2251
|
|
|
@@ -2309,7 +2307,7 @@ EXAMPLES
|
|
|
2309
2307
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2310
2308
|
```
|
|
2311
2309
|
|
|
2312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/record.ts)_
|
|
2313
2311
|
|
|
2314
2312
|
## `sf data update resume`
|
|
2315
2313
|
|
|
@@ -2345,7 +2343,7 @@ EXAMPLES
|
|
|
2345
2343
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2346
2344
|
```
|
|
2347
2345
|
|
|
2348
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2346
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/resume.ts)_
|
|
2349
2347
|
|
|
2350
2348
|
## `sf data upsert bulk`
|
|
2351
2349
|
|
|
@@ -2404,7 +2402,7 @@ EXAMPLES
|
|
|
2404
2402
|
my-scratch
|
|
2405
2403
|
```
|
|
2406
2404
|
|
|
2407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/upsert/bulk.ts)_
|
|
2408
2406
|
|
|
2409
2407
|
## `sf data upsert resume`
|
|
2410
2408
|
|
|
@@ -2443,7 +2441,7 @@ EXAMPLES
|
|
|
2443
2441
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2444
2442
|
```
|
|
2445
2443
|
|
|
2446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/upsert/resume.ts)_
|
|
2447
2445
|
|
|
2448
2446
|
## `sf doctor`
|
|
2449
2447
|
|
|
@@ -2538,7 +2536,7 @@ EXAMPLES
|
|
|
2538
2536
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2539
2537
|
```
|
|
2540
2538
|
|
|
2541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/delete.ts)_
|
|
2542
2540
|
|
|
2543
2541
|
## `sf force data bulk status`
|
|
2544
2542
|
|
|
@@ -2575,7 +2573,7 @@ EXAMPLES
|
|
|
2575
2573
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2576
2574
|
```
|
|
2577
2575
|
|
|
2578
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2576
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/status.ts)_
|
|
2579
2577
|
|
|
2580
2578
|
## `sf force data bulk upsert`
|
|
2581
2579
|
|
|
@@ -2633,7 +2631,7 @@ EXAMPLES
|
|
|
2633
2631
|
--target-org my-scratch
|
|
2634
2632
|
```
|
|
2635
2633
|
|
|
2636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
2634
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/upsert.ts)_
|
|
2637
2635
|
|
|
2638
2636
|
## `sf help [COMMAND]`
|
|
2639
2637
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.72.
|
|
9
|
+
"version": "2.72.19",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.2.
|
|
14
|
+
"@oclif/core": "4.2.1",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.16",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.15",
|
|
17
17
|
"@oclif/plugin-help": "6.2.20",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.85",
|
|
30
|
-
"@salesforce/plugin-data": "
|
|
30
|
+
"@salesforce/plugin-data": "4.0.1",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.16.6",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.30",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.43",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.34",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.53",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.5",
|
|
44
|
-
"@salesforce/sf-plugins-core": "12.1.
|
|
44
|
+
"@salesforce/sf-plugins-core": "12.1.2",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -3874,13 +3874,13 @@
|
|
|
3874
3874
|
}
|
|
3875
3875
|
},
|
|
3876
3876
|
"node_modules/@oclif/core": {
|
|
3877
|
-
"version": "4.2.
|
|
3878
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3879
|
-
"integrity": "sha512-
|
|
3877
|
+
"version": "4.2.1",
|
|
3878
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.1.tgz",
|
|
3879
|
+
"integrity": "sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==",
|
|
3880
3880
|
"license": "MIT",
|
|
3881
3881
|
"dependencies": {
|
|
3882
3882
|
"ansi-escapes": "^4.3.2",
|
|
3883
|
-
"ansis": "^3.
|
|
3883
|
+
"ansis": "^3.5.2",
|
|
3884
3884
|
"clean-stack": "^3.0.1",
|
|
3885
3885
|
"cli-spinners": "^2.9.2",
|
|
3886
3886
|
"debug": "^4.4.0",
|
|
@@ -5238,9 +5238,9 @@
|
|
|
5238
5238
|
}
|
|
5239
5239
|
},
|
|
5240
5240
|
"node_modules/@salesforce/plugin-data": {
|
|
5241
|
-
"version": "
|
|
5242
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-
|
|
5243
|
-
"integrity": "sha512-
|
|
5241
|
+
"version": "4.0.1",
|
|
5242
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.1.tgz",
|
|
5243
|
+
"integrity": "sha512-xs7UU58Gk0Wxa7x2dOgl6w04Kkl3cMT8AE/zeC4f5Y76YBnDEW7CBAV30Uhuulbgzybd6oUs2NxO64OId2ZEuw==",
|
|
5244
5244
|
"license": "BSD-3-Clause",
|
|
5245
5245
|
"dependencies": {
|
|
5246
5246
|
"@jsforce/jsforce-node": "^3.6.3",
|
|
@@ -5719,15 +5719,15 @@
|
|
|
5719
5719
|
"license": "ISC"
|
|
5720
5720
|
},
|
|
5721
5721
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5722
|
-
"version": "12.1.
|
|
5723
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.
|
|
5724
|
-
"integrity": "sha512-
|
|
5722
|
+
"version": "12.1.2",
|
|
5723
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz",
|
|
5724
|
+
"integrity": "sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==",
|
|
5725
5725
|
"license": "BSD-3-Clause",
|
|
5726
5726
|
"dependencies": {
|
|
5727
5727
|
"@inquirer/confirm": "^3.1.22",
|
|
5728
5728
|
"@inquirer/password": "^2.2.0",
|
|
5729
5729
|
"@oclif/core": "^4.0.34",
|
|
5730
|
-
"@oclif/table": "^0.
|
|
5730
|
+
"@oclif/table": "^0.4.0",
|
|
5731
5731
|
"@salesforce/core": "^8.5.1",
|
|
5732
5732
|
"@salesforce/kit": "^3.2.3",
|
|
5733
5733
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -5739,6 +5739,94 @@
|
|
|
5739
5739
|
"node": ">=18.0.0"
|
|
5740
5740
|
}
|
|
5741
5741
|
},
|
|
5742
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
5743
|
+
"version": "0.4.0",
|
|
5744
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz",
|
|
5745
|
+
"integrity": "sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==",
|
|
5746
|
+
"license": "MIT",
|
|
5747
|
+
"dependencies": {
|
|
5748
|
+
"@oclif/core": "^4",
|
|
5749
|
+
"@types/react": "^18.3.12",
|
|
5750
|
+
"change-case": "^5.4.4",
|
|
5751
|
+
"cli-truncate": "^4.0.0",
|
|
5752
|
+
"ink": "^5.1.0",
|
|
5753
|
+
"natural-orderby": "^3.0.2",
|
|
5754
|
+
"object-hash": "^3.0.0",
|
|
5755
|
+
"react": "^18.3.1",
|
|
5756
|
+
"strip-ansi": "^7.1.0",
|
|
5757
|
+
"wrap-ansi": "^9.0.0"
|
|
5758
|
+
},
|
|
5759
|
+
"engines": {
|
|
5760
|
+
"node": ">=18.0.0"
|
|
5761
|
+
}
|
|
5762
|
+
},
|
|
5763
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
5764
|
+
"version": "6.0.1",
|
|
5765
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5766
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5767
|
+
"license": "MIT",
|
|
5768
|
+
"engines": {
|
|
5769
|
+
"node": ">=12"
|
|
5770
|
+
},
|
|
5771
|
+
"funding": {
|
|
5772
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5773
|
+
}
|
|
5774
|
+
},
|
|
5775
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
5776
|
+
"version": "10.3.0",
|
|
5777
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5778
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5779
|
+
"license": "MIT"
|
|
5780
|
+
},
|
|
5781
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
5782
|
+
"version": "7.2.0",
|
|
5783
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5784
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5785
|
+
"license": "MIT",
|
|
5786
|
+
"dependencies": {
|
|
5787
|
+
"emoji-regex": "^10.3.0",
|
|
5788
|
+
"get-east-asian-width": "^1.0.0",
|
|
5789
|
+
"strip-ansi": "^7.1.0"
|
|
5790
|
+
},
|
|
5791
|
+
"engines": {
|
|
5792
|
+
"node": ">=18"
|
|
5793
|
+
},
|
|
5794
|
+
"funding": {
|
|
5795
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5796
|
+
}
|
|
5797
|
+
},
|
|
5798
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
|
|
5799
|
+
"version": "7.1.0",
|
|
5800
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5801
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5802
|
+
"license": "MIT",
|
|
5803
|
+
"dependencies": {
|
|
5804
|
+
"ansi-regex": "^6.0.1"
|
|
5805
|
+
},
|
|
5806
|
+
"engines": {
|
|
5807
|
+
"node": ">=12"
|
|
5808
|
+
},
|
|
5809
|
+
"funding": {
|
|
5810
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5813
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
|
|
5814
|
+
"version": "9.0.0",
|
|
5815
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
5816
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
5817
|
+
"license": "MIT",
|
|
5818
|
+
"dependencies": {
|
|
5819
|
+
"ansi-styles": "^6.2.1",
|
|
5820
|
+
"string-width": "^7.0.0",
|
|
5821
|
+
"strip-ansi": "^7.1.0"
|
|
5822
|
+
},
|
|
5823
|
+
"engines": {
|
|
5824
|
+
"node": ">=18"
|
|
5825
|
+
},
|
|
5826
|
+
"funding": {
|
|
5827
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5828
|
+
}
|
|
5829
|
+
},
|
|
5742
5830
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5743
5831
|
"version": "12.10.3",
|
|
5744
5832
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1700,13 +1700,13 @@
|
|
|
1700
1700
|
proc-log "^5.0.0"
|
|
1701
1701
|
which "^5.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@4.2.
|
|
1704
|
-
version "4.2.
|
|
1705
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
1706
|
-
integrity sha512-
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@4.2.1":
|
|
1704
|
+
version "4.2.1"
|
|
1705
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.1.tgz"
|
|
1706
|
+
integrity sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==
|
|
1707
1707
|
dependencies:
|
|
1708
1708
|
ansi-escapes "^4.3.2"
|
|
1709
|
-
ansis "^3.
|
|
1709
|
+
ansis "^3.5.2"
|
|
1710
1710
|
clean-stack "^3.0.1"
|
|
1711
1711
|
cli-spinners "^2.9.2"
|
|
1712
1712
|
debug "^4.4.0"
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
"@oclif/core" "^4"
|
|
1860
1860
|
ansis "^3.5.2"
|
|
1861
1861
|
|
|
1862
|
-
"@oclif/table@^0.3.
|
|
1862
|
+
"@oclif/table@^0.3.9":
|
|
1863
1863
|
version "0.3.9"
|
|
1864
1864
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz"
|
|
1865
1865
|
integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
|
|
@@ -1875,6 +1875,22 @@
|
|
|
1875
1875
|
strip-ansi "^7.1.0"
|
|
1876
1876
|
wrap-ansi "^9.0.0"
|
|
1877
1877
|
|
|
1878
|
+
"@oclif/table@^0.4.0":
|
|
1879
|
+
version "0.4.0"
|
|
1880
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz"
|
|
1881
|
+
integrity sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==
|
|
1882
|
+
dependencies:
|
|
1883
|
+
"@oclif/core" "^4"
|
|
1884
|
+
"@types/react" "^18.3.12"
|
|
1885
|
+
change-case "^5.4.4"
|
|
1886
|
+
cli-truncate "^4.0.0"
|
|
1887
|
+
ink "^5.1.0"
|
|
1888
|
+
natural-orderby "^3.0.2"
|
|
1889
|
+
object-hash "^3.0.0"
|
|
1890
|
+
react "^18.3.1"
|
|
1891
|
+
strip-ansi "^7.1.0"
|
|
1892
|
+
wrap-ansi "^9.0.0"
|
|
1893
|
+
|
|
1878
1894
|
"@octokit/auth-token@^3.0.0":
|
|
1879
1895
|
version "3.0.4"
|
|
1880
1896
|
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
|
|
@@ -2211,10 +2227,10 @@
|
|
|
2211
2227
|
debug "^4.3.7"
|
|
2212
2228
|
handlebars "^4.7.8"
|
|
2213
2229
|
|
|
2214
|
-
"@salesforce/plugin-data@
|
|
2215
|
-
version "
|
|
2216
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-
|
|
2217
|
-
integrity sha512-
|
|
2230
|
+
"@salesforce/plugin-data@4.0.1":
|
|
2231
|
+
version "4.0.1"
|
|
2232
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.1.tgz"
|
|
2233
|
+
integrity sha512-xs7UU58Gk0Wxa7x2dOgl6w04Kkl3cMT8AE/zeC4f5Y76YBnDEW7CBAV30Uhuulbgzybd6oUs2NxO64OId2ZEuw==
|
|
2218
2234
|
dependencies:
|
|
2219
2235
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
2220
2236
|
"@oclif/multi-stage-output" "^0.8.1"
|
|
@@ -2454,15 +2470,15 @@
|
|
|
2454
2470
|
string-width "^7.2.0"
|
|
2455
2471
|
terminal-link "^3.0.0"
|
|
2456
2472
|
|
|
2457
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@12.1.
|
|
2458
|
-
version "12.1.
|
|
2459
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.
|
|
2460
|
-
integrity sha512-
|
|
2473
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@12.1.2":
|
|
2474
|
+
version "12.1.2"
|
|
2475
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz"
|
|
2476
|
+
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
|
|
2461
2477
|
dependencies:
|
|
2462
2478
|
"@inquirer/confirm" "^3.1.22"
|
|
2463
2479
|
"@inquirer/password" "^2.2.0"
|
|
2464
2480
|
"@oclif/core" "^4.0.34"
|
|
2465
|
-
"@oclif/table" "^0.
|
|
2481
|
+
"@oclif/table" "^0.4.0"
|
|
2466
2482
|
"@salesforce/core" "^8.5.1"
|
|
2467
2483
|
"@salesforce/kit" "^3.2.3"
|
|
2468
2484
|
"@salesforce/ts-types" "^2.0.12"
|
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.72.
|
|
4
|
+
"version": "2.72.19",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
|
-
"@oclif/core": "4.2.
|
|
147
|
+
"@oclif/core": "4.2.1",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.16",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.15",
|
|
150
150
|
"@oclif/plugin-help": "6.2.20",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@salesforce/plugin-apex": "3.6.8",
|
|
161
161
|
"@salesforce/plugin-api": "1.3.2",
|
|
162
162
|
"@salesforce/plugin-auth": "3.6.85",
|
|
163
|
-
"@salesforce/plugin-data": "
|
|
163
|
+
"@salesforce/plugin-data": "4.0.1",
|
|
164
164
|
"@salesforce/plugin-deploy-retrieve": "3.16.6",
|
|
165
165
|
"@salesforce/plugin-info": "3.4.30",
|
|
166
166
|
"@salesforce/plugin-limits": "3.3.43",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@salesforce/plugin-templates": "56.3.34",
|
|
175
175
|
"@salesforce/plugin-trust": "3.7.53",
|
|
176
176
|
"@salesforce/plugin-user": "3.6.5",
|
|
177
|
-
"@salesforce/sf-plugins-core": "12.1.
|
|
177
|
+
"@salesforce/sf-plugins-core": "12.1.2",
|
|
178
178
|
"ansis": "^3.3.0"
|
|
179
179
|
},
|
|
180
180
|
"pinnedDependencies": [
|