@salesforce/cli 2.65.5 → 2.65.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -25
- package/npm-shrinkwrap.json +794 -182
- package/oclif.lock +452 -61
- package/oclif.manifest.json +1 -1
- package/package.json +8 -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.65.
|
|
27
|
+
@salesforce/cli/2.65.7 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1333,7 +1333,7 @@ EXAMPLES
|
|
|
1333
1333
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/create/file.ts)_
|
|
1337
1337
|
|
|
1338
1338
|
## `sf data create record`
|
|
1339
1339
|
|
|
@@ -1389,7 +1389,7 @@ EXAMPLES
|
|
|
1389
1389
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1392
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/create/record.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
## `sf data delete bulk`
|
|
1395
1395
|
|
|
@@ -1447,7 +1447,7 @@ FLAG DESCRIPTIONS
|
|
|
1447
1447
|
and can be enabled only by a system administrator.
|
|
1448
1448
|
```
|
|
1449
1449
|
|
|
1450
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1450
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/bulk.ts)_
|
|
1451
1451
|
|
|
1452
1452
|
## `sf data delete record`
|
|
1453
1453
|
|
|
@@ -1508,7 +1508,7 @@ EXAMPLES
|
|
|
1508
1508
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1509
1509
|
```
|
|
1510
1510
|
|
|
1511
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1511
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/record.ts)_
|
|
1512
1512
|
|
|
1513
1513
|
## `sf data delete resume`
|
|
1514
1514
|
|
|
@@ -1547,7 +1547,7 @@ EXAMPLES
|
|
|
1547
1547
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1548
1548
|
```
|
|
1549
1549
|
|
|
1550
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1550
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/delete/resume.ts)_
|
|
1551
1551
|
|
|
1552
1552
|
## `sf data export bulk`
|
|
1553
1553
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
--result-format json --async
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/bulk.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf data export resume`
|
|
1627
1627
|
|
|
@@ -1657,7 +1657,7 @@ EXAMPLES
|
|
|
1657
1657
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1658
1658
|
```
|
|
1659
1659
|
|
|
1660
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1660
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/resume.ts)_
|
|
1661
1661
|
|
|
1662
1662
|
## `sf data export tree`
|
|
1663
1663
|
|
|
@@ -1718,7 +1718,7 @@ EXAMPLES
|
|
|
1718
1718
|
my-scratch
|
|
1719
1719
|
```
|
|
1720
1720
|
|
|
1721
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1721
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/export/tree.ts)_
|
|
1722
1722
|
|
|
1723
1723
|
## `sf data get record`
|
|
1724
1724
|
|
|
@@ -1782,7 +1782,7 @@ EXAMPLES
|
|
|
1782
1782
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1783
1783
|
```
|
|
1784
1784
|
|
|
1785
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1785
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/get/record.ts)_
|
|
1786
1786
|
|
|
1787
1787
|
## `sf data import bulk`
|
|
1788
1788
|
|
|
@@ -1838,7 +1838,7 @@ EXAMPLES
|
|
|
1838
1838
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1839
1839
|
```
|
|
1840
1840
|
|
|
1841
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1841
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/bulk.ts)_
|
|
1842
1842
|
|
|
1843
1843
|
## `sf data import resume`
|
|
1844
1844
|
|
|
@@ -1874,7 +1874,7 @@ EXAMPLES
|
|
|
1874
1874
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1875
1875
|
```
|
|
1876
1876
|
|
|
1877
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1877
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/resume.ts)_
|
|
1878
1878
|
|
|
1879
1879
|
## `sf data import tree`
|
|
1880
1880
|
|
|
@@ -1939,7 +1939,7 @@ FLAG DESCRIPTIONS
|
|
|
1939
1939
|
- files(array) - Files: An array of files paths to load
|
|
1940
1940
|
```
|
|
1941
1941
|
|
|
1942
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1942
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/import/tree.ts)_
|
|
1943
1943
|
|
|
1944
1944
|
## `sf data query`
|
|
1945
1945
|
|
|
@@ -2003,7 +2003,7 @@ EXAMPLES
|
|
|
2003
2003
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2004
2004
|
```
|
|
2005
2005
|
|
|
2006
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2006
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/query.ts)_
|
|
2007
2007
|
|
|
2008
2008
|
## `sf data query resume`
|
|
2009
2009
|
|
|
@@ -2041,7 +2041,7 @@ EXAMPLES
|
|
|
2041
2041
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2042
2042
|
```
|
|
2043
2043
|
|
|
2044
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2044
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/query/resume.ts)_
|
|
2045
2045
|
|
|
2046
2046
|
## `sf data resume`
|
|
2047
2047
|
|
|
@@ -2078,7 +2078,7 @@ EXAMPLES
|
|
|
2078
2078
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2079
2079
|
```
|
|
2080
2080
|
|
|
2081
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2081
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/resume.ts)_
|
|
2082
2082
|
|
|
2083
2083
|
## `sf data search`
|
|
2084
2084
|
|
|
@@ -2128,7 +2128,7 @@ EXAMPLES
|
|
|
2128
2128
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2129
2129
|
```
|
|
2130
2130
|
|
|
2131
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2131
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/search.ts)_
|
|
2132
2132
|
|
|
2133
2133
|
## `sf data update record`
|
|
2134
2134
|
|
|
@@ -2190,7 +2190,7 @@ EXAMPLES
|
|
|
2190
2190
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2191
2191
|
```
|
|
2192
2192
|
|
|
2193
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2193
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/update/record.ts)_
|
|
2194
2194
|
|
|
2195
2195
|
## `sf data upsert bulk`
|
|
2196
2196
|
|
|
@@ -2243,7 +2243,7 @@ EXAMPLES
|
|
|
2243
2243
|
my-scratch
|
|
2244
2244
|
```
|
|
2245
2245
|
|
|
2246
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2246
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/upsert/bulk.ts)_
|
|
2247
2247
|
|
|
2248
2248
|
## `sf data upsert resume`
|
|
2249
2249
|
|
|
@@ -2282,7 +2282,7 @@ EXAMPLES
|
|
|
2282
2282
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2283
2283
|
```
|
|
2284
2284
|
|
|
2285
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2285
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/data/upsert/resume.ts)_
|
|
2286
2286
|
|
|
2287
2287
|
## `sf doctor`
|
|
2288
2288
|
|
|
@@ -2377,7 +2377,7 @@ EXAMPLES
|
|
|
2377
2377
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2378
2378
|
```
|
|
2379
2379
|
|
|
2380
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2380
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/delete.ts)_
|
|
2381
2381
|
|
|
2382
2382
|
## `sf force data bulk status`
|
|
2383
2383
|
|
|
@@ -2414,7 +2414,7 @@ EXAMPLES
|
|
|
2414
2414
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2415
2415
|
```
|
|
2416
2416
|
|
|
2417
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2417
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/status.ts)_
|
|
2418
2418
|
|
|
2419
2419
|
## `sf force data bulk upsert`
|
|
2420
2420
|
|
|
@@ -2472,7 +2472,7 @@ EXAMPLES
|
|
|
2472
2472
|
--target-org my-scratch
|
|
2473
2473
|
```
|
|
2474
2474
|
|
|
2475
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2475
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.9.0/src/commands/force/data/bulk/upsert.ts)_
|
|
2476
2476
|
|
|
2477
2477
|
## `sf help [COMMAND]`
|
|
2478
2478
|
|
|
@@ -3724,7 +3724,7 @@ EXAMPLES
|
|
|
3724
3724
|
$ sf org list limits --target-org my-scratch-org
|
|
3725
3725
|
```
|
|
3726
3726
|
|
|
3727
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3727
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.37/src/commands/org/list/limits.ts)_
|
|
3728
3728
|
|
|
3729
3729
|
## `sf org list metadata`
|
|
3730
3730
|
|
|
@@ -3892,7 +3892,7 @@ EXAMPLES
|
|
|
3892
3892
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3893
3893
|
```
|
|
3894
3894
|
|
|
3895
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3895
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.37/src/commands/org/list/sobject/record-counts.ts)_
|
|
3896
3896
|
|
|
3897
3897
|
## `sf org list users`
|
|
3898
3898
|
|