@salesforce/cli 2.65.6 → 2.65.7
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 +23 -23
- package/npm-shrinkwrap.json +50 -85
- package/oclif.lock +28 -21
- 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.65.
|
|
27
|
+
@salesforce/cli/2.65.7 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1333,7 +1333,7 @@ EXAMPLES
|
|
|
1333
1333
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/create/file.ts)_
|
|
1337
1337
|
|
|
1338
1338
|
## `sf data create record`
|
|
1339
1339
|
|
|
@@ -1389,7 +1389,7 @@ EXAMPLES
|
|
|
1389
1389
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1392
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/create/record.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
## `sf data delete bulk`
|
|
1395
1395
|
|
|
@@ -1447,7 +1447,7 @@ FLAG DESCRIPTIONS
|
|
|
1447
1447
|
and can be enabled only by a system administrator.
|
|
1448
1448
|
```
|
|
1449
1449
|
|
|
1450
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1450
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/bulk.ts)_
|
|
1451
1451
|
|
|
1452
1452
|
## `sf data delete record`
|
|
1453
1453
|
|
|
@@ -1508,7 +1508,7 @@ EXAMPLES
|
|
|
1508
1508
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1509
1509
|
```
|
|
1510
1510
|
|
|
1511
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1511
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/record.ts)_
|
|
1512
1512
|
|
|
1513
1513
|
## `sf data delete resume`
|
|
1514
1514
|
|
|
@@ -1547,7 +1547,7 @@ EXAMPLES
|
|
|
1547
1547
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1548
1548
|
```
|
|
1549
1549
|
|
|
1550
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1550
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/resume.ts)_
|
|
1551
1551
|
|
|
1552
1552
|
## `sf data export bulk`
|
|
1553
1553
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
--result-format json --async
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/bulk.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf data export resume`
|
|
1627
1627
|
|
|
@@ -1657,7 +1657,7 @@ EXAMPLES
|
|
|
1657
1657
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1658
1658
|
```
|
|
1659
1659
|
|
|
1660
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1660
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/resume.ts)_
|
|
1661
1661
|
|
|
1662
1662
|
## `sf data export tree`
|
|
1663
1663
|
|
|
@@ -1718,7 +1718,7 @@ EXAMPLES
|
|
|
1718
1718
|
my-scratch
|
|
1719
1719
|
```
|
|
1720
1720
|
|
|
1721
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1721
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/tree.ts)_
|
|
1722
1722
|
|
|
1723
1723
|
## `sf data get record`
|
|
1724
1724
|
|
|
@@ -1782,7 +1782,7 @@ EXAMPLES
|
|
|
1782
1782
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1783
1783
|
```
|
|
1784
1784
|
|
|
1785
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1785
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/get/record.ts)_
|
|
1786
1786
|
|
|
1787
1787
|
## `sf data import bulk`
|
|
1788
1788
|
|
|
@@ -1838,7 +1838,7 @@ EXAMPLES
|
|
|
1838
1838
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1839
1839
|
```
|
|
1840
1840
|
|
|
1841
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1841
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/bulk.ts)_
|
|
1842
1842
|
|
|
1843
1843
|
## `sf data import resume`
|
|
1844
1844
|
|
|
@@ -1874,7 +1874,7 @@ EXAMPLES
|
|
|
1874
1874
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1875
1875
|
```
|
|
1876
1876
|
|
|
1877
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1877
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/resume.ts)_
|
|
1878
1878
|
|
|
1879
1879
|
## `sf data import tree`
|
|
1880
1880
|
|
|
@@ -1939,7 +1939,7 @@ FLAG DESCRIPTIONS
|
|
|
1939
1939
|
- files(array) - Files: An array of files paths to load
|
|
1940
1940
|
```
|
|
1941
1941
|
|
|
1942
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1942
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/tree.ts)_
|
|
1943
1943
|
|
|
1944
1944
|
## `sf data query`
|
|
1945
1945
|
|
|
@@ -2003,7 +2003,7 @@ EXAMPLES
|
|
|
2003
2003
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2004
2004
|
```
|
|
2005
2005
|
|
|
2006
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2006
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/query.ts)_
|
|
2007
2007
|
|
|
2008
2008
|
## `sf data query resume`
|
|
2009
2009
|
|
|
@@ -2041,7 +2041,7 @@ EXAMPLES
|
|
|
2041
2041
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2042
2042
|
```
|
|
2043
2043
|
|
|
2044
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2044
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/query/resume.ts)_
|
|
2045
2045
|
|
|
2046
2046
|
## `sf data resume`
|
|
2047
2047
|
|
|
@@ -2078,7 +2078,7 @@ EXAMPLES
|
|
|
2078
2078
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2079
2079
|
```
|
|
2080
2080
|
|
|
2081
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2081
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/resume.ts)_
|
|
2082
2082
|
|
|
2083
2083
|
## `sf data search`
|
|
2084
2084
|
|
|
@@ -2128,7 +2128,7 @@ EXAMPLES
|
|
|
2128
2128
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2129
2129
|
```
|
|
2130
2130
|
|
|
2131
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2131
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/search.ts)_
|
|
2132
2132
|
|
|
2133
2133
|
## `sf data update record`
|
|
2134
2134
|
|
|
@@ -2190,7 +2190,7 @@ EXAMPLES
|
|
|
2190
2190
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2191
2191
|
```
|
|
2192
2192
|
|
|
2193
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2193
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/update/record.ts)_
|
|
2194
2194
|
|
|
2195
2195
|
## `sf data upsert bulk`
|
|
2196
2196
|
|
|
@@ -2243,7 +2243,7 @@ EXAMPLES
|
|
|
2243
2243
|
my-scratch
|
|
2244
2244
|
```
|
|
2245
2245
|
|
|
2246
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2246
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/upsert/bulk.ts)_
|
|
2247
2247
|
|
|
2248
2248
|
## `sf data upsert resume`
|
|
2249
2249
|
|
|
@@ -2282,7 +2282,7 @@ EXAMPLES
|
|
|
2282
2282
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2283
2283
|
```
|
|
2284
2284
|
|
|
2285
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2285
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/upsert/resume.ts)_
|
|
2286
2286
|
|
|
2287
2287
|
## `sf doctor`
|
|
2288
2288
|
|
|
@@ -2377,7 +2377,7 @@ EXAMPLES
|
|
|
2377
2377
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2378
2378
|
```
|
|
2379
2379
|
|
|
2380
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2380
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/delete.ts)_
|
|
2381
2381
|
|
|
2382
2382
|
## `sf force data bulk status`
|
|
2383
2383
|
|
|
@@ -2414,7 +2414,7 @@ EXAMPLES
|
|
|
2414
2414
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2415
2415
|
```
|
|
2416
2416
|
|
|
2417
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2417
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/status.ts)_
|
|
2418
2418
|
|
|
2419
2419
|
## `sf force data bulk upsert`
|
|
2420
2420
|
|
|
@@ -2472,7 +2472,7 @@ EXAMPLES
|
|
|
2472
2472
|
--target-org my-scratch
|
|
2473
2473
|
```
|
|
2474
2474
|
|
|
2475
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2475
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/upsert.ts)_
|
|
2476
2476
|
|
|
2477
2477
|
## `sf help [COMMAND]`
|
|
2478
2478
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.65.
|
|
9
|
+
"version": "2.65.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.5.5",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.70",
|
|
30
|
-
"@salesforce/plugin-data": "3.
|
|
30
|
+
"@salesforce/plugin-data": "3.9.0",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.15.3",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.15",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.37",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.26",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.38",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.0",
|
|
44
|
-
"@salesforce/sf-plugins-core": "12.0.
|
|
44
|
+
"@salesforce/sf-plugins-core": "12.0.10",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -5737,16 +5737,16 @@
|
|
|
5737
5737
|
}
|
|
5738
5738
|
},
|
|
5739
5739
|
"node_modules/@salesforce/plugin-data": {
|
|
5740
|
-
"version": "3.
|
|
5741
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
5742
|
-
"integrity": "sha512-
|
|
5740
|
+
"version": "3.9.0",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.9.0.tgz",
|
|
5742
|
+
"integrity": "sha512-A3Ehz4w/7M+HZBGCHGZPyANmaBAKftMsULBvJ1wrEUIEJtGJUh9vPIwbYUdXCKEmTC7rtAK03rlA4XjovOaILA==",
|
|
5743
5743
|
"license": "BSD-3-Clause",
|
|
5744
5744
|
"dependencies": {
|
|
5745
5745
|
"@jsforce/jsforce-node": "^3.5.1",
|
|
5746
5746
|
"@oclif/multi-stage-output": "^0.7.5",
|
|
5747
5747
|
"@salesforce/core": "^8.6.1",
|
|
5748
5748
|
"@salesforce/kit": "^3.2.2",
|
|
5749
|
-
"@salesforce/sf-plugins-core": "^
|
|
5749
|
+
"@salesforce/sf-plugins-core": "^12.0.10",
|
|
5750
5750
|
"@salesforce/ts-types": "^2.0.11",
|
|
5751
5751
|
"ansis": "^3.2.0",
|
|
5752
5752
|
"change-case": "^5.4.4",
|
|
@@ -5759,79 +5759,6 @@
|
|
|
5759
5759
|
"node": ">=18.0.0"
|
|
5760
5760
|
}
|
|
5761
5761
|
},
|
|
5762
|
-
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/sf-plugins-core": {
|
|
5763
|
-
"version": "11.3.12",
|
|
5764
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5765
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5766
|
-
"license": "BSD-3-Clause",
|
|
5767
|
-
"dependencies": {
|
|
5768
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5769
|
-
"@inquirer/password": "^2.2.0",
|
|
5770
|
-
"@oclif/core": "^4.0.27",
|
|
5771
|
-
"@salesforce/core": "^8.5.1",
|
|
5772
|
-
"@salesforce/kit": "^3.2.3",
|
|
5773
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5774
|
-
"ansis": "^3.3.2",
|
|
5775
|
-
"cli-progress": "^3.12.0",
|
|
5776
|
-
"natural-orderby": "^3.0.2",
|
|
5777
|
-
"slice-ansi": "^7.1.0",
|
|
5778
|
-
"string-width": "^7.2.0",
|
|
5779
|
-
"terminal-link": "^3.0.0"
|
|
5780
|
-
},
|
|
5781
|
-
"engines": {
|
|
5782
|
-
"node": ">=18.0.0"
|
|
5783
|
-
}
|
|
5784
|
-
},
|
|
5785
|
-
"node_modules/@salesforce/plugin-data/node_modules/ansi-regex": {
|
|
5786
|
-
"version": "6.0.1",
|
|
5787
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5788
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5789
|
-
"license": "MIT",
|
|
5790
|
-
"engines": {
|
|
5791
|
-
"node": ">=12"
|
|
5792
|
-
},
|
|
5793
|
-
"funding": {
|
|
5794
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
|
-
"node_modules/@salesforce/plugin-data/node_modules/emoji-regex": {
|
|
5798
|
-
"version": "10.3.0",
|
|
5799
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5800
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5801
|
-
"license": "MIT"
|
|
5802
|
-
},
|
|
5803
|
-
"node_modules/@salesforce/plugin-data/node_modules/string-width": {
|
|
5804
|
-
"version": "7.2.0",
|
|
5805
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5806
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5807
|
-
"license": "MIT",
|
|
5808
|
-
"dependencies": {
|
|
5809
|
-
"emoji-regex": "^10.3.0",
|
|
5810
|
-
"get-east-asian-width": "^1.0.0",
|
|
5811
|
-
"strip-ansi": "^7.1.0"
|
|
5812
|
-
},
|
|
5813
|
-
"engines": {
|
|
5814
|
-
"node": ">=18"
|
|
5815
|
-
},
|
|
5816
|
-
"funding": {
|
|
5817
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5818
|
-
}
|
|
5819
|
-
},
|
|
5820
|
-
"node_modules/@salesforce/plugin-data/node_modules/strip-ansi": {
|
|
5821
|
-
"version": "7.1.0",
|
|
5822
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5823
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5824
|
-
"license": "MIT",
|
|
5825
|
-
"dependencies": {
|
|
5826
|
-
"ansi-regex": "^6.0.1"
|
|
5827
|
-
},
|
|
5828
|
-
"engines": {
|
|
5829
|
-
"node": ">=12"
|
|
5830
|
-
},
|
|
5831
|
-
"funding": {
|
|
5832
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5833
|
-
}
|
|
5834
|
-
},
|
|
5835
5762
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5836
5763
|
"version": "3.15.3",
|
|
5837
5764
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.3.tgz",
|
|
@@ -6660,15 +6587,15 @@
|
|
|
6660
6587
|
"license": "ISC"
|
|
6661
6588
|
},
|
|
6662
6589
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6663
|
-
"version": "12.0.
|
|
6664
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
6665
|
-
"integrity": "sha512-
|
|
6590
|
+
"version": "12.0.10",
|
|
6591
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.10.tgz",
|
|
6592
|
+
"integrity": "sha512-SCrA7NARQYEPlQZjEgEgBAVxAAEJLyDRJ2CDS2jm+H5sy3tmr8f4+Wvif7zO0MdWk2rLaR+D+L27171NG0PreQ==",
|
|
6666
6593
|
"license": "BSD-3-Clause",
|
|
6667
6594
|
"dependencies": {
|
|
6668
6595
|
"@inquirer/confirm": "^3.1.22",
|
|
6669
6596
|
"@inquirer/password": "^2.2.0",
|
|
6670
6597
|
"@oclif/core": "^4.0.27",
|
|
6671
|
-
"@oclif/table": "^0.
|
|
6598
|
+
"@oclif/table": "^0.3.0",
|
|
6672
6599
|
"@salesforce/core": "^8.5.1",
|
|
6673
6600
|
"@salesforce/kit": "^3.2.3",
|
|
6674
6601
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -6683,6 +6610,27 @@
|
|
|
6683
6610
|
"node": ">=18.0.0"
|
|
6684
6611
|
}
|
|
6685
6612
|
},
|
|
6613
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
6614
|
+
"version": "0.3.0",
|
|
6615
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.0.tgz",
|
|
6616
|
+
"integrity": "sha512-HzUUyNcoEzfyvzzXL1evLZmiMBZ2SnH41lNHpoKJZJR4uCdiMkOzlkLf9M326qLmRJTDpKnUHgIZD778T647gg==",
|
|
6617
|
+
"license": "MIT",
|
|
6618
|
+
"dependencies": {
|
|
6619
|
+
"@oclif/core": "^4",
|
|
6620
|
+
"@types/react": "^18.3.12",
|
|
6621
|
+
"change-case": "^5.4.4",
|
|
6622
|
+
"cli-truncate": "^4.0.0",
|
|
6623
|
+
"ink": "^5.0.1",
|
|
6624
|
+
"natural-orderby": "^3.0.2",
|
|
6625
|
+
"object-hash": "^3.0.0",
|
|
6626
|
+
"react": "^18.3.1",
|
|
6627
|
+
"strip-ansi": "^7.1.0",
|
|
6628
|
+
"wrap-ansi": "^9.0.0"
|
|
6629
|
+
},
|
|
6630
|
+
"engines": {
|
|
6631
|
+
"node": ">=18.0.0"
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6686
6634
|
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
6687
6635
|
"version": "6.0.1",
|
|
6688
6636
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -6733,6 +6681,23 @@
|
|
|
6733
6681
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6734
6682
|
}
|
|
6735
6683
|
},
|
|
6684
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
|
|
6685
|
+
"version": "9.0.0",
|
|
6686
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
6687
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
6688
|
+
"license": "MIT",
|
|
6689
|
+
"dependencies": {
|
|
6690
|
+
"ansi-styles": "^6.2.1",
|
|
6691
|
+
"string-width": "^7.0.0",
|
|
6692
|
+
"strip-ansi": "^7.1.0"
|
|
6693
|
+
},
|
|
6694
|
+
"engines": {
|
|
6695
|
+
"node": ">=18"
|
|
6696
|
+
},
|
|
6697
|
+
"funding": {
|
|
6698
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6699
|
+
}
|
|
6700
|
+
},
|
|
6736
6701
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6737
6702
|
"version": "12.8.1",
|
|
6738
6703
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"@oclif/core" "^4"
|
|
2230
2230
|
ansis "^3.3.1"
|
|
2231
2231
|
|
|
2232
|
-
"@oclif/table@^0.2.
|
|
2232
|
+
"@oclif/table@^0.2.3", "@oclif/table@^0.2.4":
|
|
2233
2233
|
version "0.2.4"
|
|
2234
2234
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.4.tgz"
|
|
2235
2235
|
integrity sha512-qbkBEkpvIXdiZ844stwX6vH+RaRkOH7k0X3U2zJqRGMJl3Uqr9d78vWpuUX7gmsuspCDavsgi/Gbnx2MXH5GQw==
|
|
@@ -2245,6 +2245,22 @@
|
|
|
2245
2245
|
strip-ansi "^7.1.0"
|
|
2246
2246
|
wrap-ansi "^9.0.0"
|
|
2247
2247
|
|
|
2248
|
+
"@oclif/table@^0.3.0":
|
|
2249
|
+
version "0.3.0"
|
|
2250
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.0.tgz"
|
|
2251
|
+
integrity sha512-HzUUyNcoEzfyvzzXL1evLZmiMBZ2SnH41lNHpoKJZJR4uCdiMkOzlkLf9M326qLmRJTDpKnUHgIZD778T647gg==
|
|
2252
|
+
dependencies:
|
|
2253
|
+
"@oclif/core" "^4"
|
|
2254
|
+
"@types/react" "^18.3.12"
|
|
2255
|
+
change-case "^5.4.4"
|
|
2256
|
+
cli-truncate "^4.0.0"
|
|
2257
|
+
ink "^5.0.1"
|
|
2258
|
+
natural-orderby "^3.0.2"
|
|
2259
|
+
object-hash "^3.0.0"
|
|
2260
|
+
react "^18.3.1"
|
|
2261
|
+
strip-ansi "^7.1.0"
|
|
2262
|
+
wrap-ansi "^9.0.0"
|
|
2263
|
+
|
|
2248
2264
|
"@octokit/auth-token@^3.0.0":
|
|
2249
2265
|
version "3.0.4"
|
|
2250
2266
|
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
|
|
@@ -2581,16 +2597,16 @@
|
|
|
2581
2597
|
debug "^4.3.4"
|
|
2582
2598
|
handlebars "^4.7.8"
|
|
2583
2599
|
|
|
2584
|
-
"@salesforce/plugin-data@3.
|
|
2585
|
-
version "3.
|
|
2586
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
2587
|
-
integrity sha512-
|
|
2600
|
+
"@salesforce/plugin-data@3.9.0":
|
|
2601
|
+
version "3.9.0"
|
|
2602
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.9.0.tgz"
|
|
2603
|
+
integrity sha512-A3Ehz4w/7M+HZBGCHGZPyANmaBAKftMsULBvJ1wrEUIEJtGJUh9vPIwbYUdXCKEmTC7rtAK03rlA4XjovOaILA==
|
|
2588
2604
|
dependencies:
|
|
2589
2605
|
"@jsforce/jsforce-node" "^3.5.1"
|
|
2590
2606
|
"@oclif/multi-stage-output" "^0.7.5"
|
|
2591
2607
|
"@salesforce/core" "^8.6.1"
|
|
2592
2608
|
"@salesforce/kit" "^3.2.2"
|
|
2593
|
-
"@salesforce/sf-plugins-core" "^
|
|
2609
|
+
"@salesforce/sf-plugins-core" "^12.0.10"
|
|
2594
2610
|
"@salesforce/ts-types" "^2.0.11"
|
|
2595
2611
|
ansis "^3.2.0"
|
|
2596
2612
|
change-case "^5.4.4"
|
|
@@ -2877,15 +2893,15 @@
|
|
|
2877
2893
|
string-width "^7.2.0"
|
|
2878
2894
|
terminal-link "^3.0.0"
|
|
2879
2895
|
|
|
2880
|
-
"@salesforce/sf-plugins-core@^12.0.4", "@salesforce/sf-plugins-core@^12.0.7", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.
|
|
2881
|
-
version "12.0.
|
|
2882
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
2883
|
-
integrity sha512-
|
|
2896
|
+
"@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.4", "@salesforce/sf-plugins-core@^12.0.7", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.10":
|
|
2897
|
+
version "12.0.10"
|
|
2898
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.10.tgz"
|
|
2899
|
+
integrity sha512-SCrA7NARQYEPlQZjEgEgBAVxAAEJLyDRJ2CDS2jm+H5sy3tmr8f4+Wvif7zO0MdWk2rLaR+D+L27171NG0PreQ==
|
|
2884
2900
|
dependencies:
|
|
2885
2901
|
"@inquirer/confirm" "^3.1.22"
|
|
2886
2902
|
"@inquirer/password" "^2.2.0"
|
|
2887
2903
|
"@oclif/core" "^4.0.27"
|
|
2888
|
-
"@oclif/table" "^0.
|
|
2904
|
+
"@oclif/table" "^0.3.0"
|
|
2889
2905
|
"@salesforce/core" "^8.5.1"
|
|
2890
2906
|
"@salesforce/kit" "^3.2.3"
|
|
2891
2907
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -10869,16 +10885,7 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
10869
10885
|
emoji-regex "^9.2.2"
|
|
10870
10886
|
strip-ansi "^7.0.1"
|
|
10871
10887
|
|
|
10872
|
-
string-width@^7.0.0:
|
|
10873
|
-
version "7.2.0"
|
|
10874
|
-
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz"
|
|
10875
|
-
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
10876
|
-
dependencies:
|
|
10877
|
-
emoji-regex "^10.3.0"
|
|
10878
|
-
get-east-asian-width "^1.0.0"
|
|
10879
|
-
strip-ansi "^7.1.0"
|
|
10880
|
-
|
|
10881
|
-
string-width@^7.2.0:
|
|
10888
|
+
string-width@^7.0.0, string-width@^7.2.0:
|
|
10882
10889
|
version "7.2.0"
|
|
10883
10890
|
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz"
|
|
10884
10891
|
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
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.65.
|
|
4
|
+
"version": "2.65.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.5.23",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
|
-
"@salesforce/sfdx-scanner": "4.
|
|
86
|
+
"@salesforce/sfdx-scanner": "4.7.0"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
89
89
|
"@oclif/plugin-command-snapshot",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@salesforce/plugin-apex": "3.5.5",
|
|
156
156
|
"@salesforce/plugin-api": "1.3.1",
|
|
157
157
|
"@salesforce/plugin-auth": "3.6.70",
|
|
158
|
-
"@salesforce/plugin-data": "3.
|
|
158
|
+
"@salesforce/plugin-data": "3.9.0",
|
|
159
159
|
"@salesforce/plugin-deploy-retrieve": "3.15.3",
|
|
160
160
|
"@salesforce/plugin-info": "3.4.15",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.37",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.26",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.38",
|
|
171
171
|
"@salesforce/plugin-user": "3.6.0",
|
|
172
|
-
"@salesforce/sf-plugins-core": "12.0.
|
|
172
|
+
"@salesforce/sf-plugins-core": "12.0.10",
|
|
173
173
|
"ansis": "^3.3.0"
|
|
174
174
|
},
|
|
175
175
|
"pinnedDependencies": [
|