@salesforce/cli 2.49.7 → 2.50.0
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 +19 -19
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.50.0 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1159,7 +1159,7 @@ EXAMPLES
|
|
|
1159
1159
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/create/file.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `sf data create record`
|
|
1165
1165
|
|
|
@@ -1215,7 +1215,7 @@ EXAMPLES
|
|
|
1215
1215
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1216
1216
|
```
|
|
1217
1217
|
|
|
1218
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1218
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/create/record.ts)_
|
|
1219
1219
|
|
|
1220
1220
|
## `sf data delete bulk`
|
|
1221
1221
|
|
|
@@ -1273,7 +1273,7 @@ FLAG DESCRIPTIONS
|
|
|
1273
1273
|
and can be enabled only by a system administrator.
|
|
1274
1274
|
```
|
|
1275
1275
|
|
|
1276
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1276
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/bulk.ts)_
|
|
1277
1277
|
|
|
1278
1278
|
## `sf data delete record`
|
|
1279
1279
|
|
|
@@ -1334,7 +1334,7 @@ EXAMPLES
|
|
|
1334
1334
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1335
1335
|
```
|
|
1336
1336
|
|
|
1337
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1337
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/record.ts)_
|
|
1338
1338
|
|
|
1339
1339
|
## `sf data delete resume`
|
|
1340
1340
|
|
|
@@ -1373,7 +1373,7 @@ EXAMPLES
|
|
|
1373
1373
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1374
1374
|
```
|
|
1375
1375
|
|
|
1376
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1376
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/resume.ts)_
|
|
1377
1377
|
|
|
1378
1378
|
## `sf data export tree`
|
|
1379
1379
|
|
|
@@ -1420,7 +1420,7 @@ EXAMPLES
|
|
|
1420
1420
|
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
1421
1421
|
uses your default org:
|
|
1422
1422
|
|
|
1423
|
-
$ sf data export tree --query "SELECT Id, Name, (SELECT Name,
|
|
1423
|
+
$ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c"
|
|
1424
1424
|
|
|
1425
1425
|
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
|
|
1426
1426
|
aggregates them:
|
|
@@ -1434,7 +1434,7 @@ EXAMPLES
|
|
|
1434
1434
|
my-scratch
|
|
1435
1435
|
```
|
|
1436
1436
|
|
|
1437
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1437
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/export/tree.ts)_
|
|
1438
1438
|
|
|
1439
1439
|
## `sf data get record`
|
|
1440
1440
|
|
|
@@ -1498,7 +1498,7 @@ EXAMPLES
|
|
|
1498
1498
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1499
1499
|
```
|
|
1500
1500
|
|
|
1501
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1501
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/get/record.ts)_
|
|
1502
1502
|
|
|
1503
1503
|
## `sf data import tree`
|
|
1504
1504
|
|
|
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
|
|
|
1563
1563
|
- files(array) - Files: An array of files paths to load
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/import/tree.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data query`
|
|
1569
1569
|
|
|
@@ -1627,7 +1627,7 @@ EXAMPLES
|
|
|
1627
1627
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1628
1628
|
```
|
|
1629
1629
|
|
|
1630
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1630
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/query.ts)_
|
|
1631
1631
|
|
|
1632
1632
|
## `sf data query resume`
|
|
1633
1633
|
|
|
@@ -1665,7 +1665,7 @@ EXAMPLES
|
|
|
1665
1665
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1666
1666
|
```
|
|
1667
1667
|
|
|
1668
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1668
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/query/resume.ts)_
|
|
1669
1669
|
|
|
1670
1670
|
## `sf data resume`
|
|
1671
1671
|
|
|
@@ -1702,7 +1702,7 @@ EXAMPLES
|
|
|
1702
1702
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1703
1703
|
```
|
|
1704
1704
|
|
|
1705
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1705
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/resume.ts)_
|
|
1706
1706
|
|
|
1707
1707
|
## `sf data update record`
|
|
1708
1708
|
|
|
@@ -1764,7 +1764,7 @@ EXAMPLES
|
|
|
1764
1764
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1765
1765
|
```
|
|
1766
1766
|
|
|
1767
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1767
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/update/record.ts)_
|
|
1768
1768
|
|
|
1769
1769
|
## `sf data upsert bulk`
|
|
1770
1770
|
|
|
@@ -1817,7 +1817,7 @@ EXAMPLES
|
|
|
1817
1817
|
my-scratch
|
|
1818
1818
|
```
|
|
1819
1819
|
|
|
1820
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1820
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/upsert/bulk.ts)_
|
|
1821
1821
|
|
|
1822
1822
|
## `sf data upsert resume`
|
|
1823
1823
|
|
|
@@ -1856,7 +1856,7 @@ EXAMPLES
|
|
|
1856
1856
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1857
1857
|
```
|
|
1858
1858
|
|
|
1859
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1859
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/upsert/resume.ts)_
|
|
1860
1860
|
|
|
1861
1861
|
## `sf doctor`
|
|
1862
1862
|
|
|
@@ -1951,7 +1951,7 @@ EXAMPLES
|
|
|
1951
1951
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1952
1952
|
```
|
|
1953
1953
|
|
|
1954
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1954
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/delete.ts)_
|
|
1955
1955
|
|
|
1956
1956
|
## `sf force data bulk status`
|
|
1957
1957
|
|
|
@@ -1988,7 +1988,7 @@ EXAMPLES
|
|
|
1988
1988
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1989
1989
|
```
|
|
1990
1990
|
|
|
1991
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1991
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/status.ts)_
|
|
1992
1992
|
|
|
1993
1993
|
## `sf force data bulk upsert`
|
|
1994
1994
|
|
|
@@ -2046,7 +2046,7 @@ EXAMPLES
|
|
|
2046
2046
|
--target-org my-scratch
|
|
2047
2047
|
```
|
|
2048
2048
|
|
|
2049
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
2049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/upsert.ts)_
|
|
2050
2050
|
|
|
2051
2051
|
## `sf help [COMMAND]`
|
|
2052
2052
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.50.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.50.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.2.3",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.31",
|
|
29
|
-
"@salesforce/plugin-data": "3.5.
|
|
29
|
+
"@salesforce/plugin-data": "3.5.4",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.12",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.15",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.16",
|
|
@@ -6333,9 +6333,9 @@
|
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
"node_modules/@salesforce/plugin-data": {
|
|
6336
|
-
"version": "3.5.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
6338
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "3.5.4",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.4.tgz",
|
|
6338
|
+
"integrity": "sha512-l4GsQvq4WPLXz749GO32tf2OiZCklvNmEzHHQn6/xHrXOhowhlU5qreZVKyz63U0LKRYa1pT5jaSi0rV9u0HsQ==",
|
|
6339
6339
|
"license": "BSD-3-Clause",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@jsforce/jsforce-node": "^3.2.0",
|
package/oclif.lock
CHANGED
|
@@ -2428,10 +2428,10 @@
|
|
|
2428
2428
|
debug "^4.3.4"
|
|
2429
2429
|
handlebars "^4.7.8"
|
|
2430
2430
|
|
|
2431
|
-
"@salesforce/plugin-data@3.5.
|
|
2432
|
-
version "3.5.
|
|
2433
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
2434
|
-
integrity sha512-
|
|
2431
|
+
"@salesforce/plugin-data@3.5.4":
|
|
2432
|
+
version "3.5.4"
|
|
2433
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.4.tgz"
|
|
2434
|
+
integrity sha512-l4GsQvq4WPLXz749GO32tf2OiZCklvNmEzHHQn6/xHrXOhowhlU5qreZVKyz63U0LKRYa1pT5jaSi0rV9u0HsQ==
|
|
2435
2435
|
dependencies:
|
|
2436
2436
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2437
2437
|
"@oclif/core" "^4"
|
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.50.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.2.3",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.31",
|
|
157
|
-
"@salesforce/plugin-data": "3.5.
|
|
157
|
+
"@salesforce/plugin-data": "3.5.4",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.12",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.15",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.16",
|