@salesforce/cli 2.69.14 → 2.70.1
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 +46 -44
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -8
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.
|
|
27
|
+
@salesforce/cli/2.70.1 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.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1776
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1898
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1934
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/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.
|
|
1999
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/import/tree.ts)_
|
|
2000
2000
|
|
|
2001
2001
|
## `sf data query`
|
|
2002
2002
|
|
|
@@ -2005,7 +2005,7 @@ Execute a SOQL query.
|
|
|
2005
2005
|
```
|
|
2006
2006
|
USAGE
|
|
2007
2007
|
$ sf data query -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-f <value>]
|
|
2008
|
-
[-t | -b] [-w <value> ] [--async ] [--all-rows] [-r human|csv|json]
|
|
2008
|
+
[-t | -b] [-w <value> ] [--async ] [--all-rows] [-r human|csv|json] [--output-file <value>]
|
|
2009
2009
|
|
|
2010
2010
|
FLAGS
|
|
2011
2011
|
-b, --bulk Use Bulk API 2.0 to run the query.
|
|
@@ -2020,6 +2020,7 @@ FLAGS
|
|
|
2020
2020
|
--all-rows Include deleted records. By default, deleted records are not returned.
|
|
2021
2021
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2022
2022
|
--async Use Bulk API 2.0, but don't wait for the job to complete.
|
|
2023
|
+
--output-file=<value> File where records are written; only CSV and JSON output formats are supported.
|
|
2023
2024
|
|
|
2024
2025
|
GLOBAL FLAGS
|
|
2025
2026
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -2047,9 +2048,10 @@ EXAMPLES
|
|
|
2047
2048
|
|
|
2048
2049
|
$ sf data query --query "SELECT Id, Name, Account.Name FROM Contact"
|
|
2049
2050
|
|
|
2050
|
-
Read the SOQL query from a file called "query.txt"
|
|
2051
|
+
Read the SOQL query from a file called "query.txt" and write the CSV-formatted output to a file; the command uses
|
|
2052
|
+
the org with alias "my-scratch":
|
|
2051
2053
|
|
|
2052
|
-
$ sf data query --file query.txt --target-org my-scratch
|
|
2054
|
+
$ sf data query --file query.txt --output-file output.csv --result-format csv --target-org my-scratch
|
|
2053
2055
|
|
|
2054
2056
|
Use Tooling API to run a query on the ApexTrigger Tooling API object:
|
|
2055
2057
|
|
|
@@ -2060,7 +2062,7 @@ EXAMPLES
|
|
|
2060
2062
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2063
|
```
|
|
2062
2064
|
|
|
2063
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2065
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/query.ts)_
|
|
2064
2066
|
|
|
2065
2067
|
## `sf data query resume`
|
|
2066
2068
|
|
|
@@ -2097,7 +2099,7 @@ EXAMPLES
|
|
|
2097
2099
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2100
|
```
|
|
2099
2101
|
|
|
2100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/query/resume.ts)_
|
|
2101
2103
|
|
|
2102
2104
|
## `sf data resume`
|
|
2103
2105
|
|
|
@@ -2134,7 +2136,7 @@ EXAMPLES
|
|
|
2134
2136
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2137
|
```
|
|
2136
2138
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2139
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/resume.ts)_
|
|
2138
2140
|
|
|
2139
2141
|
## `sf data search`
|
|
2140
2142
|
|
|
@@ -2184,7 +2186,7 @@ EXAMPLES
|
|
|
2184
2186
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2187
|
```
|
|
2186
2188
|
|
|
2187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/search.ts)_
|
|
2188
2190
|
|
|
2189
2191
|
## `sf data update bulk`
|
|
2190
2192
|
|
|
@@ -2245,7 +2247,7 @@ EXAMPLES
|
|
|
2245
2247
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2248
|
```
|
|
2247
2249
|
|
|
2248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2250
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/bulk.ts)_
|
|
2249
2251
|
|
|
2250
2252
|
## `sf data update record`
|
|
2251
2253
|
|
|
@@ -2307,7 +2309,7 @@ EXAMPLES
|
|
|
2307
2309
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2310
|
```
|
|
2309
2311
|
|
|
2310
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/record.ts)_
|
|
2311
2313
|
|
|
2312
2314
|
## `sf data update resume`
|
|
2313
2315
|
|
|
@@ -2343,7 +2345,7 @@ EXAMPLES
|
|
|
2343
2345
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2346
|
```
|
|
2345
2347
|
|
|
2346
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2348
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/update/resume.ts)_
|
|
2347
2349
|
|
|
2348
2350
|
## `sf data upsert bulk`
|
|
2349
2351
|
|
|
@@ -2402,7 +2404,7 @@ EXAMPLES
|
|
|
2402
2404
|
my-scratch
|
|
2403
2405
|
```
|
|
2404
2406
|
|
|
2405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/upsert/bulk.ts)_
|
|
2406
2408
|
|
|
2407
2409
|
## `sf data upsert resume`
|
|
2408
2410
|
|
|
@@ -2441,7 +2443,7 @@ EXAMPLES
|
|
|
2441
2443
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2444
|
```
|
|
2443
2445
|
|
|
2444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/data/upsert/resume.ts)_
|
|
2445
2447
|
|
|
2446
2448
|
## `sf doctor`
|
|
2447
2449
|
|
|
@@ -2536,7 +2538,7 @@ EXAMPLES
|
|
|
2536
2538
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2539
|
```
|
|
2538
2540
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2542
|
|
|
2541
2543
|
## `sf force data bulk status`
|
|
2542
2544
|
|
|
@@ -2573,7 +2575,7 @@ EXAMPLES
|
|
|
2573
2575
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2576
|
```
|
|
2575
2577
|
|
|
2576
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2578
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/status.ts)_
|
|
2577
2579
|
|
|
2578
2580
|
## `sf force data bulk upsert`
|
|
2579
2581
|
|
|
@@ -2631,7 +2633,7 @@ EXAMPLES
|
|
|
2631
2633
|
--target-org my-scratch
|
|
2632
2634
|
```
|
|
2633
2635
|
|
|
2634
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2636
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.0/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2637
|
|
|
2636
2638
|
## `sf help [COMMAND]`
|
|
2637
2639
|
|
|
@@ -3200,7 +3202,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3202
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3203
|
```
|
|
3202
3204
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/create/sandbox.ts)_
|
|
3204
3206
|
|
|
3205
3207
|
## `sf org create scratch`
|
|
3206
3208
|
|
|
@@ -3354,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3356
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3357
|
```
|
|
3356
3358
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/create/scratch.ts)_
|
|
3358
3360
|
|
|
3359
3361
|
## `sf org create user`
|
|
3360
3362
|
|
|
@@ -3508,7 +3510,7 @@ EXAMPLES
|
|
|
3508
3510
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3511
|
```
|
|
3510
3512
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3513
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/delete/sandbox.ts)_
|
|
3512
3514
|
|
|
3513
3515
|
## `sf org delete scratch`
|
|
3514
3516
|
|
|
@@ -3552,7 +3554,7 @@ EXAMPLES
|
|
|
3552
3554
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3555
|
```
|
|
3554
3556
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3557
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/delete/scratch.ts)_
|
|
3556
3558
|
|
|
3557
3559
|
## `sf org disable tracking`
|
|
3558
3560
|
|
|
@@ -3591,7 +3593,7 @@ EXAMPLES
|
|
|
3591
3593
|
$ sf org disable tracking
|
|
3592
3594
|
```
|
|
3593
3595
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3596
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/disable/tracking.ts)_
|
|
3595
3597
|
|
|
3596
3598
|
## `sf org display`
|
|
3597
3599
|
|
|
@@ -3636,7 +3638,7 @@ EXAMPLES
|
|
|
3636
3638
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3639
|
```
|
|
3638
3640
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3641
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/display.ts)_
|
|
3640
3642
|
|
|
3641
3643
|
## `sf org display user`
|
|
3642
3644
|
|
|
@@ -3717,7 +3719,7 @@ EXAMPLES
|
|
|
3717
3719
|
$ sf org enable tracking
|
|
3718
3720
|
```
|
|
3719
3721
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3722
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/enable/tracking.ts)_
|
|
3721
3723
|
|
|
3722
3724
|
## `sf org generate password`
|
|
3723
3725
|
|
|
@@ -3823,7 +3825,7 @@ EXAMPLES
|
|
|
3823
3825
|
$ sf org list --clean
|
|
3824
3826
|
```
|
|
3825
3827
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3828
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/list.ts)_
|
|
3827
3829
|
|
|
3828
3830
|
## `sf org list auth`
|
|
3829
3831
|
|
|
@@ -3962,7 +3964,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3964
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3965
|
```
|
|
3964
3966
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3967
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/list/metadata.ts)_
|
|
3966
3968
|
|
|
3967
3969
|
## `sf org list metadata-types`
|
|
3968
3970
|
|
|
@@ -4017,7 +4019,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4019
|
Override the api version used for api requests made by this command
|
|
4018
4020
|
```
|
|
4019
4021
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4022
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/list/metadata-types.ts)_
|
|
4021
4023
|
|
|
4022
4024
|
## `sf org list sobject record-counts`
|
|
4023
4025
|
|
|
@@ -4600,7 +4602,7 @@ EXAMPLES
|
|
|
4600
4602
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4603
|
```
|
|
4602
4604
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4605
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/open.ts)_
|
|
4604
4606
|
|
|
4605
4607
|
## `sf org open agent`
|
|
4606
4608
|
|
|
@@ -4651,7 +4653,7 @@ EXAMPLES
|
|
|
4651
4653
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4654
|
```
|
|
4653
4655
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4656
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/open/agent.ts)_
|
|
4655
4657
|
|
|
4656
4658
|
## `sf org refresh sandbox`
|
|
4657
4659
|
|
|
@@ -4728,7 +4730,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4730
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4731
|
```
|
|
4730
4732
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4733
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4734
|
|
|
4733
4735
|
## `sf org resume sandbox`
|
|
4734
4736
|
|
|
@@ -4791,7 +4793,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4793
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4794
|
```
|
|
4793
4795
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4796
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/resume/sandbox.ts)_
|
|
4795
4797
|
|
|
4796
4798
|
## `sf org resume scratch`
|
|
4797
4799
|
|
|
@@ -4838,7 +4840,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4840
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4841
|
```
|
|
4840
4842
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.8/src/commands/org/resume/scratch.ts)_
|
|
4842
4844
|
|
|
4843
4845
|
## `sf package create`
|
|
4844
4846
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.70.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,12 +27,12 @@
|
|
|
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.
|
|
30
|
+
"@salesforce/plugin-data": "3.13.0",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.15.17",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.25",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.42",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.8",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.43",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.8",
|
|
@@ -6235,9 +6235,9 @@
|
|
|
6235
6235
|
}
|
|
6236
6236
|
},
|
|
6237
6237
|
"node_modules/@salesforce/plugin-data": {
|
|
6238
|
-
"version": "3.
|
|
6239
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
6240
|
-
"integrity": "sha512-
|
|
6238
|
+
"version": "3.13.0",
|
|
6239
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.0.tgz",
|
|
6240
|
+
"integrity": "sha512-Brkm12mP6lb1voRqvTE9wKhOPT2j5ahWMR/eJ2874gG45yHZhzHm7VByOSAU4tXKsh/R8dq2HWZNEI/8U8bEaQ==",
|
|
6241
6241
|
"license": "BSD-3-Clause",
|
|
6242
6242
|
"dependencies": {
|
|
6243
6243
|
"@jsforce/jsforce-node": "^3.6.3",
|
|
@@ -6333,9 +6333,9 @@
|
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
"node_modules/@salesforce/plugin-org": {
|
|
6336
|
-
"version": "5.2.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
6338
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "5.2.8",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.8.tgz",
|
|
6338
|
+
"integrity": "sha512-YJtjSL0DhzD/9pWskPLkhdC/BOD0rY0M15beY+ex3FkkNZYGn5loxWUpKjBhBDNXGsULTxihnTPotU3k02Vx0g==",
|
|
6339
6339
|
"license": "BSD-3-Clause",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@oclif/core": "^4.0.30",
|
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.
|
|
2579
|
-
version "3.
|
|
2580
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
2581
|
-
integrity sha512-
|
|
2578
|
+
"@salesforce/plugin-data@3.13.0":
|
|
2579
|
+
version "3.13.0"
|
|
2580
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.0.tgz"
|
|
2581
|
+
integrity sha512-Brkm12mP6lb1voRqvTE9wKhOPT2j5ahWMR/eJ2874gG45yHZhzHm7VByOSAU4tXKsh/R8dq2HWZNEI/8U8bEaQ==
|
|
2582
2582
|
dependencies:
|
|
2583
2583
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
2584
2584
|
"@oclif/multi-stage-output" "^0.7.15"
|
|
@@ -2648,10 +2648,10 @@
|
|
|
2648
2648
|
got "^13.0.0"
|
|
2649
2649
|
proxy-agent "^6.4.0"
|
|
2650
2650
|
|
|
2651
|
-
"@salesforce/plugin-org@5.2.
|
|
2652
|
-
version "5.2.
|
|
2653
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2654
|
-
integrity sha512-
|
|
2651
|
+
"@salesforce/plugin-org@5.2.8":
|
|
2652
|
+
version "5.2.8"
|
|
2653
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.8.tgz"
|
|
2654
|
+
integrity sha512-YJtjSL0DhzD/9pWskPLkhdC/BOD0rY0M15beY+ex3FkkNZYGn5loxWUpKjBhBDNXGsULTxihnTPotU3k02Vx0g==
|
|
2655
2655
|
dependencies:
|
|
2656
2656
|
"@oclif/core" "^4.0.30"
|
|
2657
2657
|
"@oclif/multi-stage-output" "^0.7.15"
|
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.
|
|
4
|
+
"version": "2.70.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -97,11 +97,6 @@
|
|
|
97
97
|
"preparse": "/dist/hooks/preparse"
|
|
98
98
|
},
|
|
99
99
|
"update": {
|
|
100
|
-
"node": {
|
|
101
|
-
"options": [
|
|
102
|
-
"--no-deprecation"
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
100
|
"s3": {
|
|
106
101
|
"bucket": "dfc-data-production",
|
|
107
102
|
"indexVersionLimit": 140,
|
|
@@ -160,12 +155,12 @@
|
|
|
160
155
|
"@salesforce/plugin-apex": "3.6.6",
|
|
161
156
|
"@salesforce/plugin-api": "1.3.2",
|
|
162
157
|
"@salesforce/plugin-auth": "3.6.78",
|
|
163
|
-
"@salesforce/plugin-data": "3.
|
|
158
|
+
"@salesforce/plugin-data": "3.13.0",
|
|
164
159
|
"@salesforce/plugin-deploy-retrieve": "3.15.17",
|
|
165
160
|
"@salesforce/plugin-info": "3.4.25",
|
|
166
161
|
"@salesforce/plugin-limits": "3.3.42",
|
|
167
162
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
168
|
-
"@salesforce/plugin-org": "5.2.
|
|
163
|
+
"@salesforce/plugin-org": "5.2.8",
|
|
169
164
|
"@salesforce/plugin-packaging": "2.9.5",
|
|
170
165
|
"@salesforce/plugin-schema": "3.3.43",
|
|
171
166
|
"@salesforce/plugin-settings": "2.4.8",
|