@salesforce/cli 2.53.0 → 2.53.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 +18 -18
- 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.53.
|
|
27
|
+
@salesforce/cli/2.53.2 linux-x64 node-v20.15.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1157,7 +1157,7 @@ EXAMPLES
|
|
|
1157
1157
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1158
1158
|
```
|
|
1159
1159
|
|
|
1160
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1160
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/create/file.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `sf data create record`
|
|
1163
1163
|
|
|
@@ -1213,7 +1213,7 @@ EXAMPLES
|
|
|
1213
1213
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1214
1214
|
```
|
|
1215
1215
|
|
|
1216
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1216
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/create/record.ts)_
|
|
1217
1217
|
|
|
1218
1218
|
## `sf data delete bulk`
|
|
1219
1219
|
|
|
@@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1271
|
and can be enabled only by a system administrator.
|
|
1272
1272
|
```
|
|
1273
1273
|
|
|
1274
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1274
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/bulk.ts)_
|
|
1275
1275
|
|
|
1276
1276
|
## `sf data delete record`
|
|
1277
1277
|
|
|
@@ -1332,7 +1332,7 @@ EXAMPLES
|
|
|
1332
1332
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1335
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/record.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `sf data delete resume`
|
|
1338
1338
|
|
|
@@ -1371,7 +1371,7 @@ EXAMPLES
|
|
|
1371
1371
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1372
1372
|
```
|
|
1373
1373
|
|
|
1374
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1374
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/resume.ts)_
|
|
1375
1375
|
|
|
1376
1376
|
## `sf data export tree`
|
|
1377
1377
|
|
|
@@ -1432,7 +1432,7 @@ EXAMPLES
|
|
|
1432
1432
|
my-scratch
|
|
1433
1433
|
```
|
|
1434
1434
|
|
|
1435
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1435
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/export/tree.ts)_
|
|
1436
1436
|
|
|
1437
1437
|
## `sf data get record`
|
|
1438
1438
|
|
|
@@ -1496,7 +1496,7 @@ EXAMPLES
|
|
|
1496
1496
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1499
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/get/record.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `sf data import tree`
|
|
1502
1502
|
|
|
@@ -1561,7 +1561,7 @@ FLAG DESCRIPTIONS
|
|
|
1561
1561
|
- files(array) - Files: An array of files paths to load
|
|
1562
1562
|
```
|
|
1563
1563
|
|
|
1564
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1564
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/import/tree.ts)_
|
|
1565
1565
|
|
|
1566
1566
|
## `sf data query`
|
|
1567
1567
|
|
|
@@ -1625,7 +1625,7 @@ EXAMPLES
|
|
|
1625
1625
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1626
1626
|
```
|
|
1627
1627
|
|
|
1628
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1628
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/query.ts)_
|
|
1629
1629
|
|
|
1630
1630
|
## `sf data query resume`
|
|
1631
1631
|
|
|
@@ -1663,7 +1663,7 @@ EXAMPLES
|
|
|
1663
1663
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1664
1664
|
```
|
|
1665
1665
|
|
|
1666
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1666
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/query/resume.ts)_
|
|
1667
1667
|
|
|
1668
1668
|
## `sf data resume`
|
|
1669
1669
|
|
|
@@ -1700,7 +1700,7 @@ EXAMPLES
|
|
|
1700
1700
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1701
1701
|
```
|
|
1702
1702
|
|
|
1703
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1703
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/resume.ts)_
|
|
1704
1704
|
|
|
1705
1705
|
## `sf data update record`
|
|
1706
1706
|
|
|
@@ -1762,7 +1762,7 @@ EXAMPLES
|
|
|
1762
1762
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1765
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/update/record.ts)_
|
|
1766
1766
|
|
|
1767
1767
|
## `sf data upsert bulk`
|
|
1768
1768
|
|
|
@@ -1815,7 +1815,7 @@ EXAMPLES
|
|
|
1815
1815
|
my-scratch
|
|
1816
1816
|
```
|
|
1817
1817
|
|
|
1818
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1818
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/upsert/bulk.ts)_
|
|
1819
1819
|
|
|
1820
1820
|
## `sf data upsert resume`
|
|
1821
1821
|
|
|
@@ -1854,7 +1854,7 @@ EXAMPLES
|
|
|
1854
1854
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1855
1855
|
```
|
|
1856
1856
|
|
|
1857
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1857
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/upsert/resume.ts)_
|
|
1858
1858
|
|
|
1859
1859
|
## `sf doctor`
|
|
1860
1860
|
|
|
@@ -1949,7 +1949,7 @@ EXAMPLES
|
|
|
1949
1949
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1952
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/delete.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sf force data bulk status`
|
|
1955
1955
|
|
|
@@ -1986,7 +1986,7 @@ EXAMPLES
|
|
|
1986
1986
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1989
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/status.ts)_
|
|
1990
1990
|
|
|
1991
1991
|
## `sf force data bulk upsert`
|
|
1992
1992
|
|
|
@@ -2044,7 +2044,7 @@ EXAMPLES
|
|
|
2044
2044
|
--target-org my-scratch
|
|
2045
2045
|
```
|
|
2046
2046
|
|
|
2047
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
2047
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/upsert.ts)_
|
|
2048
2048
|
|
|
2049
2049
|
## `sf help [COMMAND]`
|
|
2050
2050
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.53.
|
|
3
|
+
"version": "2.53.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.53.
|
|
9
|
+
"version": "2.53.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.15",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.9",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.9",
|
|
17
17
|
"@oclif/plugin-help": "6.2.7",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.2",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.38",
|
|
29
|
-
"@salesforce/plugin-data": "3.5.
|
|
29
|
+
"@salesforce/plugin-data": "3.5.9",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.21",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.21",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.20",
|
|
@@ -3589,9 +3589,9 @@
|
|
|
3589
3589
|
}
|
|
3590
3590
|
},
|
|
3591
3591
|
"node_modules/@oclif/core": {
|
|
3592
|
-
"version": "4.0.
|
|
3593
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3594
|
-
"integrity": "sha512-
|
|
3592
|
+
"version": "4.0.15",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.15.tgz",
|
|
3594
|
+
"integrity": "sha512-Xodw11eg8KDQar9ujQg7KGW6L76vJLkUOTexjWC+/3kJx4fW0UA4ubqC8NmZoI4ox3qAqqvo39sIkRPrZVVOLA==",
|
|
3595
3595
|
"license": "MIT",
|
|
3596
3596
|
"dependencies": {
|
|
3597
3597
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4546,9 +4546,9 @@
|
|
|
4546
4546
|
}
|
|
4547
4547
|
},
|
|
4548
4548
|
"node_modules/@salesforce/plugin-data": {
|
|
4549
|
-
"version": "3.5.
|
|
4550
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
4551
|
-
"integrity": "sha512-
|
|
4549
|
+
"version": "3.5.9",
|
|
4550
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.9.tgz",
|
|
4551
|
+
"integrity": "sha512-KbAoy7vZwcMDCtkEEay2h1eawOFnyB5igaX8OwL9ZK4d+g4DMQbzCYJixUX0v3j0Se8yntNO68q3jJ0AYWuKRA==",
|
|
4552
4552
|
"license": "BSD-3-Clause",
|
|
4553
4553
|
"dependencies": {
|
|
4554
4554
|
"@jsforce/jsforce-node": "^3.3.1",
|
package/oclif.lock
CHANGED
|
@@ -1817,10 +1817,10 @@
|
|
|
1817
1817
|
proc-log "^4.0.0"
|
|
1818
1818
|
which "^4.0.0"
|
|
1819
1819
|
|
|
1820
|
-
"@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12", "@oclif/core@^4.0.6", "@oclif/core@4.0.
|
|
1821
|
-
version "4.0.
|
|
1822
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1823
|
-
integrity sha512-
|
|
1820
|
+
"@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12", "@oclif/core@^4.0.6", "@oclif/core@4.0.15":
|
|
1821
|
+
version "4.0.15"
|
|
1822
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.15.tgz"
|
|
1823
|
+
integrity sha512-Xodw11eg8KDQar9ujQg7KGW6L76vJLkUOTexjWC+/3kJx4fW0UA4ubqC8NmZoI4ox3qAqqvo39sIkRPrZVVOLA==
|
|
1824
1824
|
dependencies:
|
|
1825
1825
|
ansi-escapes "^4.3.2"
|
|
1826
1826
|
ansis "^3.3.1"
|
|
@@ -2276,10 +2276,10 @@
|
|
|
2276
2276
|
debug "^4.3.4"
|
|
2277
2277
|
handlebars "^4.7.8"
|
|
2278
2278
|
|
|
2279
|
-
"@salesforce/plugin-data@3.5.
|
|
2280
|
-
version "3.5.
|
|
2281
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
2282
|
-
integrity sha512-
|
|
2279
|
+
"@salesforce/plugin-data@3.5.9":
|
|
2280
|
+
version "3.5.9"
|
|
2281
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.9.tgz"
|
|
2282
|
+
integrity sha512-KbAoy7vZwcMDCtkEEay2h1eawOFnyB5igaX8OwL9ZK4d+g4DMQbzCYJixUX0v3j0Se8yntNO68q3jJ0AYWuKRA==
|
|
2283
2283
|
dependencies:
|
|
2284
2284
|
"@jsforce/jsforce-node" "^3.3.1"
|
|
2285
2285
|
"@salesforce/core" "^8.2.1"
|
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.53.
|
|
4
|
+
"version": "2.53.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
|
-
"@oclif/core": "4.0.
|
|
142
|
+
"@oclif/core": "4.0.15",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.9",
|
|
144
144
|
"@oclif/plugin-commands": "4.0.9",
|
|
145
145
|
"@oclif/plugin-help": "6.2.7",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.3.2",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.38",
|
|
157
|
-
"@salesforce/plugin-data": "3.5.
|
|
157
|
+
"@salesforce/plugin-data": "3.5.9",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.21",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.21",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.20",
|