@salesforce/cli 2.65.6 → 2.65.8
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 +40 -40
- package/npm-shrinkwrap.json +58 -93
- package/oclif.lock +37 -30
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.8 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
|
|
|
@@ -6141,7 +6141,7 @@ FLAG DESCRIPTIONS
|
|
|
6141
6141
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
6142
6142
|
```
|
|
6143
6143
|
|
|
6144
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6144
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/convert/mdapi.ts)_
|
|
6145
6145
|
|
|
6146
6146
|
## `sf project convert source`
|
|
6147
6147
|
|
|
@@ -6214,7 +6214,7 @@ FLAG DESCRIPTIONS
|
|
|
6214
6214
|
Override the api version used for api requests made by this command
|
|
6215
6215
|
```
|
|
6216
6216
|
|
|
6217
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6217
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/convert/source.ts)_
|
|
6218
6218
|
|
|
6219
6219
|
## `sf project convert source-behavior`
|
|
6220
6220
|
|
|
@@ -6272,7 +6272,7 @@ EXAMPLES
|
|
|
6272
6272
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/convert/source-behavior.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf project delete source`
|
|
6278
6278
|
|
|
@@ -6412,7 +6412,7 @@ FLAG DESCRIPTIONS
|
|
|
6412
6412
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6413
6413
|
```
|
|
6414
6414
|
|
|
6415
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6415
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/delete/source.ts)_
|
|
6416
6416
|
|
|
6417
6417
|
## `sf project delete tracking`
|
|
6418
6418
|
|
|
@@ -6449,7 +6449,7 @@ EXAMPLES
|
|
|
6449
6449
|
$ sf project delete tracking --target-org my-scratch
|
|
6450
6450
|
```
|
|
6451
6451
|
|
|
6452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/delete/tracking.ts)_
|
|
6453
6453
|
|
|
6454
6454
|
## `sf project deploy cancel`
|
|
6455
6455
|
|
|
@@ -6521,7 +6521,7 @@ FLAG DESCRIPTIONS
|
|
|
6521
6521
|
project deploy report".
|
|
6522
6522
|
```
|
|
6523
6523
|
|
|
6524
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6524
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/cancel.ts)_
|
|
6525
6525
|
|
|
6526
6526
|
## `sf project deploy preview`
|
|
6527
6527
|
|
|
@@ -6604,7 +6604,7 @@ FLAG DESCRIPTIONS
|
|
|
6604
6604
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6605
6605
|
```
|
|
6606
6606
|
|
|
6607
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6607
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/preview.ts)_
|
|
6608
6608
|
|
|
6609
6609
|
## `sf project deploy quick`
|
|
6610
6610
|
|
|
@@ -6697,7 +6697,7 @@ ERROR CODES
|
|
|
6697
6697
|
Canceling (69) The deploy is being canceled.
|
|
6698
6698
|
```
|
|
6699
6699
|
|
|
6700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6700
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/quick.ts)_
|
|
6701
6701
|
|
|
6702
6702
|
## `sf project deploy report`
|
|
6703
6703
|
|
|
@@ -6789,7 +6789,7 @@ FLAG DESCRIPTIONS
|
|
|
6789
6789
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6790
6790
|
```
|
|
6791
6791
|
|
|
6792
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6792
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/report.ts)_
|
|
6793
6793
|
|
|
6794
6794
|
## `sf project deploy resume`
|
|
6795
6795
|
|
|
@@ -6886,7 +6886,7 @@ ERROR CODES
|
|
|
6886
6886
|
Canceling (69) The deploy is being canceled.
|
|
6887
6887
|
```
|
|
6888
6888
|
|
|
6889
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6889
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/resume.ts)_
|
|
6890
6890
|
|
|
6891
6891
|
## `sf project deploy start`
|
|
6892
6892
|
|
|
@@ -7139,7 +7139,7 @@ ERROR CODES
|
|
|
7139
7139
|
Canceling (69) The deploy is being canceled.
|
|
7140
7140
|
```
|
|
7141
7141
|
|
|
7142
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7142
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/start.ts)_
|
|
7143
7143
|
|
|
7144
7144
|
## `sf project deploy validate`
|
|
7145
7145
|
|
|
@@ -7329,7 +7329,7 @@ ERROR CODES
|
|
|
7329
7329
|
Canceling (69) The deploy is being canceled.
|
|
7330
7330
|
```
|
|
7331
7331
|
|
|
7332
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7332
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/validate.ts)_
|
|
7333
7333
|
|
|
7334
7334
|
## `sf project generate`
|
|
7335
7335
|
|
|
@@ -7511,7 +7511,7 @@ EXAMPLES
|
|
|
7511
7511
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7512
7512
|
```
|
|
7513
7513
|
|
|
7514
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7514
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/generate/manifest.ts)_
|
|
7515
7515
|
|
|
7516
7516
|
## `sf project list ignored`
|
|
7517
7517
|
|
|
@@ -7553,7 +7553,7 @@ EXAMPLES
|
|
|
7553
7553
|
$ sf project list ignored --source-dir package.xml
|
|
7554
7554
|
```
|
|
7555
7555
|
|
|
7556
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7556
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/list/ignored.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf project reset tracking`
|
|
7559
7559
|
|
|
@@ -7602,7 +7602,7 @@ EXAMPLES
|
|
|
7602
7602
|
$ sf project reset tracking --revision 30
|
|
7603
7603
|
```
|
|
7604
7604
|
|
|
7605
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7605
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/reset/tracking.ts)_
|
|
7606
7606
|
|
|
7607
7607
|
## `sf project retrieve preview`
|
|
7608
7608
|
|
|
@@ -7656,7 +7656,7 @@ FLAG DESCRIPTIONS
|
|
|
7656
7656
|
production orgs.
|
|
7657
7657
|
```
|
|
7658
7658
|
|
|
7659
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7659
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/retrieve/preview.ts)_
|
|
7660
7660
|
|
|
7661
7661
|
## `sf project retrieve start`
|
|
7662
7662
|
|
|
@@ -7833,7 +7833,7 @@ ENVIRONMENT VARIABLES
|
|
|
7833
7833
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7834
7834
|
```
|
|
7835
7835
|
|
|
7836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/retrieve/start.ts)_
|
|
7837
7837
|
|
|
7838
7838
|
## `sf schema generate field`
|
|
7839
7839
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.8",
|
|
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.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,8 +27,8 @@
|
|
|
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.
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
30
|
+
"@salesforce/plugin-data": "3.9.0",
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.4",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.15",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.37",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.2",
|
|
@@ -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": {
|
|
@@ -4315,9 +4315,9 @@
|
|
|
4315
4315
|
}
|
|
4316
4316
|
},
|
|
4317
4317
|
"node_modules/@oclif/multi-stage-output": {
|
|
4318
|
-
"version": "0.7.
|
|
4319
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.
|
|
4320
|
-
"integrity": "sha512-
|
|
4318
|
+
"version": "0.7.11",
|
|
4319
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz",
|
|
4320
|
+
"integrity": "sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg==",
|
|
4321
4321
|
"license": "MIT",
|
|
4322
4322
|
"dependencies": {
|
|
4323
4323
|
"@oclif/core": "^4",
|
|
@@ -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,87 +5759,14 @@
|
|
|
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
|
-
"version": "3.15.
|
|
5837
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
5838
|
-
"integrity": "sha512-
|
|
5763
|
+
"version": "3.15.4",
|
|
5764
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.4.tgz",
|
|
5765
|
+
"integrity": "sha512-k5eZo5OZzsih/HyQWlZRsJdoGFNnf0OYg3F1IngDrpan6PNoT09IsJANpCdlai9xlclICBS7Hg1fUaDVU3AQ1g==",
|
|
5839
5766
|
"license": "BSD-3-Clause",
|
|
5840
5767
|
"dependencies": {
|
|
5841
5768
|
"@oclif/core": "^4.0.28",
|
|
5842
|
-
"@oclif/multi-stage-output": "^0.7.
|
|
5769
|
+
"@oclif/multi-stage-output": "^0.7.11",
|
|
5843
5770
|
"@salesforce/apex-node": "^8.1.9",
|
|
5844
5771
|
"@salesforce/core": "^8.6.1",
|
|
5845
5772
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -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
|
@@ -2094,10 +2094,10 @@
|
|
|
2094
2094
|
wordwrap "^1.0.0"
|
|
2095
2095
|
wrap-ansi "^7.0.0"
|
|
2096
2096
|
|
|
2097
|
-
"@oclif/multi-stage-output@^0.7.
|
|
2098
|
-
version "0.7.
|
|
2099
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.
|
|
2100
|
-
integrity sha512-
|
|
2097
|
+
"@oclif/multi-stage-output@^0.7.11", "@oclif/multi-stage-output@^0.7.5", "@oclif/multi-stage-output@^0.7.8":
|
|
2098
|
+
version "0.7.11"
|
|
2099
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz"
|
|
2100
|
+
integrity sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg==
|
|
2101
2101
|
dependencies:
|
|
2102
2102
|
"@oclif/core" "^4"
|
|
2103
2103
|
"@types/react" "^18.3.12"
|
|
@@ -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"
|
|
@@ -2599,13 +2615,13 @@
|
|
|
2599
2615
|
form-data "^4.0.0"
|
|
2600
2616
|
terminal-link "^3.0.0"
|
|
2601
2617
|
|
|
2602
|
-
"@salesforce/plugin-deploy-retrieve@3.15.
|
|
2603
|
-
version "3.15.
|
|
2604
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
2605
|
-
integrity sha512-
|
|
2618
|
+
"@salesforce/plugin-deploy-retrieve@3.15.4":
|
|
2619
|
+
version "3.15.4"
|
|
2620
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.4.tgz"
|
|
2621
|
+
integrity sha512-k5eZo5OZzsih/HyQWlZRsJdoGFNnf0OYg3F1IngDrpan6PNoT09IsJANpCdlai9xlclICBS7Hg1fUaDVU3AQ1g==
|
|
2606
2622
|
dependencies:
|
|
2607
2623
|
"@oclif/core" "^4.0.28"
|
|
2608
|
-
"@oclif/multi-stage-output" "^0.7.
|
|
2624
|
+
"@oclif/multi-stage-output" "^0.7.11"
|
|
2609
2625
|
"@salesforce/apex-node" "^8.1.9"
|
|
2610
2626
|
"@salesforce/core" "^8.6.1"
|
|
2611
2627
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -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.8",
|
|
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,8 +155,8 @@
|
|
|
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.
|
|
159
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
158
|
+
"@salesforce/plugin-data": "3.9.0",
|
|
159
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.4",
|
|
160
160
|
"@salesforce/plugin-info": "3.4.15",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.37",
|
|
162
162
|
"@salesforce/plugin-marketplace": "1.3.2",
|
|
@@ -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": [
|