@salesforce/cli 2.70.1 → 2.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -43
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.70.
|
|
27
|
+
@salesforce/cli/2.70.2 linux-x64 node-v22.11.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/3.13.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.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/3.13.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1773,7 +1773,7 @@ EXAMPLES
|
|
|
1773
1773
|
my-scratch
|
|
1774
1774
|
```
|
|
1775
1775
|
|
|
1776
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1776
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/export/tree.ts)_
|
|
1777
1777
|
|
|
1778
1778
|
## `sf data get record`
|
|
1779
1779
|
|
|
@@ -1837,7 +1837,7 @@ EXAMPLES
|
|
|
1837
1837
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1838
1838
|
```
|
|
1839
1839
|
|
|
1840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/get/record.ts)_
|
|
1841
1841
|
|
|
1842
1842
|
## `sf data import bulk`
|
|
1843
1843
|
|
|
@@ -1895,7 +1895,7 @@ EXAMPLES
|
|
|
1895
1895
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1896
1896
|
```
|
|
1897
1897
|
|
|
1898
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1898
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/bulk.ts)_
|
|
1899
1899
|
|
|
1900
1900
|
## `sf data import resume`
|
|
1901
1901
|
|
|
@@ -1931,7 +1931,7 @@ EXAMPLES
|
|
|
1931
1931
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1932
1932
|
```
|
|
1933
1933
|
|
|
1934
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1934
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/resume.ts)_
|
|
1935
1935
|
|
|
1936
1936
|
## `sf data import tree`
|
|
1937
1937
|
|
|
@@ -1996,7 +1996,7 @@ FLAG DESCRIPTIONS
|
|
|
1996
1996
|
- files(array) - Files: An array of files paths to load
|
|
1997
1997
|
```
|
|
1998
1998
|
|
|
1999
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1999
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/import/tree.ts)_
|
|
2000
2000
|
|
|
2001
2001
|
## `sf data query`
|
|
2002
2002
|
|
|
@@ -2062,7 +2062,7 @@ EXAMPLES
|
|
|
2062
2062
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2065
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/query.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `sf data query resume`
|
|
2068
2068
|
|
|
@@ -2099,7 +2099,7 @@ EXAMPLES
|
|
|
2099
2099
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2100
2100
|
```
|
|
2101
2101
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/query/resume.ts)_
|
|
2103
2103
|
|
|
2104
2104
|
## `sf data resume`
|
|
2105
2105
|
|
|
@@ -2136,7 +2136,7 @@ EXAMPLES
|
|
|
2136
2136
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2137
2137
|
```
|
|
2138
2138
|
|
|
2139
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2139
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/resume.ts)_
|
|
2140
2140
|
|
|
2141
2141
|
## `sf data search`
|
|
2142
2142
|
|
|
@@ -2186,7 +2186,7 @@ EXAMPLES
|
|
|
2186
2186
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2187
2187
|
```
|
|
2188
2188
|
|
|
2189
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/search.ts)_
|
|
2190
2190
|
|
|
2191
2191
|
## `sf data update bulk`
|
|
2192
2192
|
|
|
@@ -2247,7 +2247,7 @@ EXAMPLES
|
|
|
2247
2247
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2248
2248
|
```
|
|
2249
2249
|
|
|
2250
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2250
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/bulk.ts)_
|
|
2251
2251
|
|
|
2252
2252
|
## `sf data update record`
|
|
2253
2253
|
|
|
@@ -2309,7 +2309,7 @@ EXAMPLES
|
|
|
2309
2309
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2310
2310
|
```
|
|
2311
2311
|
|
|
2312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/record.ts)_
|
|
2313
2313
|
|
|
2314
2314
|
## `sf data update resume`
|
|
2315
2315
|
|
|
@@ -2345,7 +2345,7 @@ EXAMPLES
|
|
|
2345
2345
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2346
2346
|
```
|
|
2347
2347
|
|
|
2348
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2348
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/update/resume.ts)_
|
|
2349
2349
|
|
|
2350
2350
|
## `sf data upsert bulk`
|
|
2351
2351
|
|
|
@@ -2404,7 +2404,7 @@ EXAMPLES
|
|
|
2404
2404
|
my-scratch
|
|
2405
2405
|
```
|
|
2406
2406
|
|
|
2407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/upsert/bulk.ts)_
|
|
2408
2408
|
|
|
2409
2409
|
## `sf data upsert resume`
|
|
2410
2410
|
|
|
@@ -2443,7 +2443,7 @@ EXAMPLES
|
|
|
2443
2443
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2444
2444
|
```
|
|
2445
2445
|
|
|
2446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/data/upsert/resume.ts)_
|
|
2447
2447
|
|
|
2448
2448
|
## `sf doctor`
|
|
2449
2449
|
|
|
@@ -2538,7 +2538,7 @@ EXAMPLES
|
|
|
2538
2538
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2539
2539
|
```
|
|
2540
2540
|
|
|
2541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/delete.ts)_
|
|
2542
2542
|
|
|
2543
2543
|
## `sf force data bulk status`
|
|
2544
2544
|
|
|
@@ -2575,7 +2575,7 @@ EXAMPLES
|
|
|
2575
2575
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2578
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/status.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `sf force data bulk upsert`
|
|
2581
2581
|
|
|
@@ -2633,7 +2633,7 @@ EXAMPLES
|
|
|
2633
2633
|
--target-org my-scratch
|
|
2634
2634
|
```
|
|
2635
2635
|
|
|
2636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2636
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.1/src/commands/force/data/bulk/upsert.ts)_
|
|
2637
2637
|
|
|
2638
2638
|
## `sf help [COMMAND]`
|
|
2639
2639
|
|
|
@@ -6365,7 +6365,7 @@ FLAG DESCRIPTIONS
|
|
|
6365
6365
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6366
6366
|
```
|
|
6367
6367
|
|
|
6368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/mdapi.ts)_
|
|
6369
6369
|
|
|
6370
6370
|
## `sf project convert source`
|
|
6371
6371
|
|
|
@@ -6438,7 +6438,7 @@ FLAG DESCRIPTIONS
|
|
|
6438
6438
|
Override the api version used for api requests made by this command
|
|
6439
6439
|
```
|
|
6440
6440
|
|
|
6441
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6441
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/source.ts)_
|
|
6442
6442
|
|
|
6443
6443
|
## `sf project convert source-behavior`
|
|
6444
6444
|
|
|
@@ -6496,7 +6496,7 @@ EXAMPLES
|
|
|
6496
6496
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6497
6497
|
```
|
|
6498
6498
|
|
|
6499
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6499
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/convert/source-behavior.ts)_
|
|
6500
6500
|
|
|
6501
6501
|
## `sf project delete source`
|
|
6502
6502
|
|
|
@@ -6636,7 +6636,7 @@ FLAG DESCRIPTIONS
|
|
|
6636
6636
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6637
6637
|
```
|
|
6638
6638
|
|
|
6639
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6639
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/delete/source.ts)_
|
|
6640
6640
|
|
|
6641
6641
|
## `sf project delete tracking`
|
|
6642
6642
|
|
|
@@ -6673,7 +6673,7 @@ EXAMPLES
|
|
|
6673
6673
|
$ sf project delete tracking --target-org my-scratch
|
|
6674
6674
|
```
|
|
6675
6675
|
|
|
6676
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6676
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/delete/tracking.ts)_
|
|
6677
6677
|
|
|
6678
6678
|
## `sf project deploy cancel`
|
|
6679
6679
|
|
|
@@ -6745,7 +6745,7 @@ FLAG DESCRIPTIONS
|
|
|
6745
6745
|
project deploy report".
|
|
6746
6746
|
```
|
|
6747
6747
|
|
|
6748
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6748
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/cancel.ts)_
|
|
6749
6749
|
|
|
6750
6750
|
## `sf project deploy preview`
|
|
6751
6751
|
|
|
@@ -6828,7 +6828,7 @@ FLAG DESCRIPTIONS
|
|
|
6828
6828
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6829
6829
|
```
|
|
6830
6830
|
|
|
6831
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6831
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/preview.ts)_
|
|
6832
6832
|
|
|
6833
6833
|
## `sf project deploy quick`
|
|
6834
6834
|
|
|
@@ -6921,7 +6921,7 @@ ERROR CODES
|
|
|
6921
6921
|
Canceling (69) The deploy is being canceled.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
6924
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/quick.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf project deploy report`
|
|
6927
6927
|
|
|
@@ -7013,7 +7013,7 @@ FLAG DESCRIPTIONS
|
|
|
7013
7013
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7014
7014
|
```
|
|
7015
7015
|
|
|
7016
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7016
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/report.ts)_
|
|
7017
7017
|
|
|
7018
7018
|
## `sf project deploy resume`
|
|
7019
7019
|
|
|
@@ -7110,7 +7110,7 @@ ERROR CODES
|
|
|
7110
7110
|
Canceling (69) The deploy is being canceled.
|
|
7111
7111
|
```
|
|
7112
7112
|
|
|
7113
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7113
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/resume.ts)_
|
|
7114
7114
|
|
|
7115
7115
|
## `sf project deploy start`
|
|
7116
7116
|
|
|
@@ -7363,7 +7363,7 @@ ERROR CODES
|
|
|
7363
7363
|
Canceling (69) The deploy is being canceled.
|
|
7364
7364
|
```
|
|
7365
7365
|
|
|
7366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/deploy/start.ts)_
|
|
7367
7367
|
|
|
7368
7368
|
## `sf project deploy validate`
|
|
7369
7369
|
|
|
@@ -7553,7 +7553,7 @@ ERROR CODES
|
|
|
7553
7553
|
Canceling (69) The deploy is being canceled.
|
|
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.18/src/commands/project/deploy/validate.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf project generate`
|
|
7559
7559
|
|
|
@@ -7735,7 +7735,7 @@ EXAMPLES
|
|
|
7735
7735
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7736
7736
|
```
|
|
7737
7737
|
|
|
7738
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7738
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/generate/manifest.ts)_
|
|
7739
7739
|
|
|
7740
7740
|
## `sf project list ignored`
|
|
7741
7741
|
|
|
@@ -7777,7 +7777,7 @@ EXAMPLES
|
|
|
7777
7777
|
$ sf project list ignored --source-dir package.xml
|
|
7778
7778
|
```
|
|
7779
7779
|
|
|
7780
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7780
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/list/ignored.ts)_
|
|
7781
7781
|
|
|
7782
7782
|
## `sf project reset tracking`
|
|
7783
7783
|
|
|
@@ -7826,7 +7826,7 @@ EXAMPLES
|
|
|
7826
7826
|
$ sf project reset tracking --revision 30
|
|
7827
7827
|
```
|
|
7828
7828
|
|
|
7829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/reset/tracking.ts)_
|
|
7830
7830
|
|
|
7831
7831
|
## `sf project retrieve preview`
|
|
7832
7832
|
|
|
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
|
|
|
7880
7880
|
production orgs.
|
|
7881
7881
|
```
|
|
7882
7882
|
|
|
7883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
7883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/retrieve/preview.ts)_
|
|
7884
7884
|
|
|
7885
7885
|
## `sf project retrieve start`
|
|
7886
7886
|
|
|
@@ -8057,7 +8057,7 @@ ENVIRONMENT VARIABLES
|
|
|
8057
8057
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8058
8058
|
```
|
|
8059
8059
|
|
|
8060
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.
|
|
8060
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18/src/commands/project/retrieve/start.ts)_
|
|
8061
8061
|
|
|
8062
8062
|
## `sf schema generate field`
|
|
8063
8063
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.70.
|
|
3
|
+
"version": "2.70.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.70.
|
|
9
|
+
"version": "2.70.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.6",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.78",
|
|
30
|
-
"@salesforce/plugin-data": "3.13.
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
30
|
+
"@salesforce/plugin-data": "3.13.1",
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.18",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.25",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.42",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
@@ -6235,9 +6235,9 @@
|
|
|
6235
6235
|
}
|
|
6236
6236
|
},
|
|
6237
6237
|
"node_modules/@salesforce/plugin-data": {
|
|
6238
|
-
"version": "3.13.
|
|
6239
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.
|
|
6240
|
-
"integrity": "sha512-
|
|
6238
|
+
"version": "3.13.1",
|
|
6239
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.1.tgz",
|
|
6240
|
+
"integrity": "sha512-c3l9LHQEIg+5h2Ebt2wWNhyn+h0oT9ItQmejKMQHf1lMCqYrZ5wzofXwouU0seY7Uld64tftrJQZOBW0LE7DhQ==",
|
|
6241
6241
|
"license": "BSD-3-Clause",
|
|
6242
6242
|
"dependencies": {
|
|
6243
6243
|
"@jsforce/jsforce-node": "^3.6.3",
|
|
@@ -6258,9 +6258,9 @@
|
|
|
6258
6258
|
}
|
|
6259
6259
|
},
|
|
6260
6260
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
6261
|
-
"version": "3.15.
|
|
6262
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
6263
|
-
"integrity": "sha512-
|
|
6261
|
+
"version": "3.15.18",
|
|
6262
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.18.tgz",
|
|
6263
|
+
"integrity": "sha512-mgS0jRPo7oEGy82C4r0nzqHijKpP23gA/T8HeHxD0UNLSrH/6x05YcKroa7DjLdJl8npP3ioKAc7gaaEqBP/pg==",
|
|
6264
6264
|
"license": "BSD-3-Clause",
|
|
6265
6265
|
"dependencies": {
|
|
6266
6266
|
"@oclif/core": "^4.0.28",
|
package/oclif.lock
CHANGED
|
@@ -2575,10 +2575,10 @@
|
|
|
2575
2575
|
debug "^4.3.7"
|
|
2576
2576
|
handlebars "^4.7.8"
|
|
2577
2577
|
|
|
2578
|
-
"@salesforce/plugin-data@3.13.
|
|
2579
|
-
version "3.13.
|
|
2580
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.
|
|
2581
|
-
integrity sha512-
|
|
2578
|
+
"@salesforce/plugin-data@3.13.1":
|
|
2579
|
+
version "3.13.1"
|
|
2580
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.1.tgz"
|
|
2581
|
+
integrity sha512-c3l9LHQEIg+5h2Ebt2wWNhyn+h0oT9ItQmejKMQHf1lMCqYrZ5wzofXwouU0seY7Uld64tftrJQZOBW0LE7DhQ==
|
|
2582
2582
|
dependencies:
|
|
2583
2583
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
2584
2584
|
"@oclif/multi-stage-output" "^0.7.15"
|
|
@@ -2593,10 +2593,10 @@
|
|
|
2593
2593
|
form-data "^4.0.0"
|
|
2594
2594
|
terminal-link "^3.0.0"
|
|
2595
2595
|
|
|
2596
|
-
"@salesforce/plugin-deploy-retrieve@3.15.
|
|
2597
|
-
version "3.15.
|
|
2598
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.
|
|
2599
|
-
integrity sha512-
|
|
2596
|
+
"@salesforce/plugin-deploy-retrieve@3.15.18":
|
|
2597
|
+
version "3.15.18"
|
|
2598
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.18.tgz"
|
|
2599
|
+
integrity sha512-mgS0jRPo7oEGy82C4r0nzqHijKpP23gA/T8HeHxD0UNLSrH/6x05YcKroa7DjLdJl8npP3ioKAc7gaaEqBP/pg==
|
|
2600
2600
|
dependencies:
|
|
2601
2601
|
"@oclif/core" "^4.0.28"
|
|
2602
2602
|
"@oclif/multi-stage-output" "^0.7.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.70.
|
|
4
|
+
"version": "2.70.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"@salesforce/plugin-apex": "3.6.6",
|
|
156
156
|
"@salesforce/plugin-api": "1.3.2",
|
|
157
157
|
"@salesforce/plugin-auth": "3.6.78",
|
|
158
|
-
"@salesforce/plugin-data": "3.13.
|
|
159
|
-
"@salesforce/plugin-deploy-retrieve": "3.15.
|
|
158
|
+
"@salesforce/plugin-data": "3.13.1",
|
|
159
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.18",
|
|
160
160
|
"@salesforce/plugin-info": "3.4.25",
|
|
161
161
|
"@salesforce/plugin-limits": "3.3.42",
|
|
162
162
|
"@salesforce/plugin-marketplace": "1.3.7",
|