@salesforce/cli 2.69.6 → 2.69.8

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 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.69.6 linux-x64 node-v22.11.0
27
+ @salesforce/cli/2.69.8 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.12.0/src/commands/data/bulk/results.ts)_
1339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/create/file.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/create/record.ts)_
1444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/delete/bulk.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/delete/record.ts)_
1566
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/delete/resume.ts)_
1605
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/export/bulk.ts)_
1679
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/export/resume.ts)_
1715
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/export/tree.ts)_
1776
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/get/record.ts)_
1840
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/import/bulk.ts)_
1898
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/import/resume.ts)_
1934
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.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.12.0/src/commands/data/import/tree.ts)_
1999
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/import/tree.ts)_
2000
2000
 
2001
2001
  ## `sf data query`
2002
2002
 
@@ -2060,7 +2060,7 @@ EXAMPLES
2060
2060
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
2061
2061
  ```
2062
2062
 
2063
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/query.ts)_
2063
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/query.ts)_
2064
2064
 
2065
2065
  ## `sf data query resume`
2066
2066
 
@@ -2097,7 +2097,7 @@ EXAMPLES
2097
2097
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
2098
2098
  ```
2099
2099
 
2100
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/query/resume.ts)_
2100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/query/resume.ts)_
2101
2101
 
2102
2102
  ## `sf data resume`
2103
2103
 
@@ -2134,7 +2134,7 @@ EXAMPLES
2134
2134
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2135
2135
  ```
2136
2136
 
2137
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/resume.ts)_
2137
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/resume.ts)_
2138
2138
 
2139
2139
  ## `sf data search`
2140
2140
 
@@ -2184,7 +2184,7 @@ EXAMPLES
2184
2184
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2185
2185
  ```
2186
2186
 
2187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/search.ts)_
2187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/search.ts)_
2188
2188
 
2189
2189
  ## `sf data update bulk`
2190
2190
 
@@ -2245,7 +2245,7 @@ EXAMPLES
2245
2245
  $ sf data update bulk --file accounts.csv --sobject Account --async
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/update/bulk.ts)_
2248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/update/bulk.ts)_
2249
2249
 
2250
2250
  ## `sf data update record`
2251
2251
 
@@ -2307,7 +2307,7 @@ EXAMPLES
2307
2307
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2308
2308
  ```
2309
2309
 
2310
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/update/record.ts)_
2310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/update/record.ts)_
2311
2311
 
2312
2312
  ## `sf data update resume`
2313
2313
 
@@ -2343,7 +2343,7 @@ EXAMPLES
2343
2343
  $ sf data update resume --use-most-recent --target-org my-scratch
2344
2344
  ```
2345
2345
 
2346
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/update/resume.ts)_
2346
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/update/resume.ts)_
2347
2347
 
2348
2348
  ## `sf data upsert bulk`
2349
2349
 
@@ -2402,7 +2402,7 @@ EXAMPLES
2402
2402
  my-scratch
2403
2403
  ```
2404
2404
 
2405
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/upsert/bulk.ts)_
2405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/upsert/bulk.ts)_
2406
2406
 
2407
2407
  ## `sf data upsert resume`
2408
2408
 
@@ -2441,7 +2441,7 @@ EXAMPLES
2441
2441
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2442
2442
  ```
2443
2443
 
2444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/upsert/resume.ts)_
2444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/data/upsert/resume.ts)_
2445
2445
 
2446
2446
  ## `sf doctor`
2447
2447
 
@@ -2536,7 +2536,7 @@ EXAMPLES
2536
2536
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2537
2537
  ```
2538
2538
 
2539
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/force/data/bulk/delete.ts)_
2539
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/force/data/bulk/delete.ts)_
2540
2540
 
2541
2541
  ## `sf force data bulk status`
2542
2542
 
@@ -2573,7 +2573,7 @@ EXAMPLES
2573
2573
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2574
2574
  ```
2575
2575
 
2576
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/force/data/bulk/status.ts)_
2576
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/force/data/bulk/status.ts)_
2577
2577
 
2578
2578
  ## `sf force data bulk upsert`
2579
2579
 
@@ -2631,7 +2631,7 @@ EXAMPLES
2631
2631
  --target-org my-scratch
2632
2632
  ```
2633
2633
 
2634
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/force/data/bulk/upsert.ts)_
2634
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.1/src/commands/force/data/bulk/upsert.ts)_
2635
2635
 
2636
2636
  ## `sf help [COMMAND]`
2637
2637
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.69.6",
3
+ "version": "2.69.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.69.6",
9
+ "version": "2.69.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-apex": "3.6.5",
28
28
  "@salesforce/plugin-api": "1.3.2",
29
29
  "@salesforce/plugin-auth": "3.6.76",
30
- "@salesforce/plugin-data": "3.12.0",
30
+ "@salesforce/plugin-data": "3.12.1",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.15.15",
32
32
  "@salesforce/plugin-info": "3.4.23",
33
33
  "@salesforce/plugin-limits": "3.3.41",
@@ -4959,9 +4959,9 @@
4959
4959
  }
4960
4960
  },
4961
4961
  "node_modules/@oclif/multi-stage-output": {
4962
- "version": "0.7.14",
4963
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.14.tgz",
4964
- "integrity": "sha512-IjckiN0WRLi0cLjRTXiAHEBFgMsWRdA7yBKL2ejjKOq3EeFa+mwoO/WJA351YryVkWXwxwg28NH6VSsp9zDLMg==",
4962
+ "version": "0.7.15",
4963
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.15.tgz",
4964
+ "integrity": "sha512-6qDhWbbUbdSFTEtwzWvVcEKvWY5E+ioECqS0UPOmwt2Nx1TdW1HZkHAmJ6P+4FheJhAJseFaD/hV6gdaYVwsaA==",
4965
4965
  "license": "MIT",
4966
4966
  "dependencies": {
4967
4967
  "@oclif/core": "^4",
@@ -6235,13 +6235,13 @@
6235
6235
  }
6236
6236
  },
6237
6237
  "node_modules/@salesforce/plugin-data": {
6238
- "version": "3.12.0",
6239
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.12.0.tgz",
6240
- "integrity": "sha512-l32sgTmmda5Aksas48Xa6jcDvL9iuCcM/CEEaFl15tT4vBiEd1g1lUHTUQSvcHCW40+NwRGZoxL1x/FxPSfzAA==",
6238
+ "version": "3.12.1",
6239
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.12.1.tgz",
6240
+ "integrity": "sha512-D/FUl4utkwt6Nhsnp7Y5ASlJNs+BexXLMXt+X9Wi5biX7RwJbHeWBqonsNLifar0j1JcfO21B4GkjowTZxNk2w==",
6241
6241
  "license": "BSD-3-Clause",
6242
6242
  "dependencies": {
6243
6243
  "@jsforce/jsforce-node": "^3.6.3",
6244
- "@oclif/multi-stage-output": "^0.7.12",
6244
+ "@oclif/multi-stage-output": "^0.7.15",
6245
6245
  "@salesforce/core": "^8.6.1",
6246
6246
  "@salesforce/kit": "^3.2.2",
6247
6247
  "@salesforce/sf-plugins-core": "^12.0.13",
package/oclif.lock CHANGED
@@ -2088,10 +2088,10 @@
2088
2088
  wordwrap "^1.0.0"
2089
2089
  wrap-ansi "^7.0.0"
2090
2090
 
2091
- "@oclif/multi-stage-output@^0.7.12", "@oclif/multi-stage-output@^0.7.14":
2092
- version "0.7.14"
2093
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.14.tgz"
2094
- integrity sha512-IjckiN0WRLi0cLjRTXiAHEBFgMsWRdA7yBKL2ejjKOq3EeFa+mwoO/WJA351YryVkWXwxwg28NH6VSsp9zDLMg==
2091
+ "@oclif/multi-stage-output@^0.7.12", "@oclif/multi-stage-output@^0.7.14", "@oclif/multi-stage-output@^0.7.15":
2092
+ version "0.7.15"
2093
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.15.tgz"
2094
+ integrity sha512-6qDhWbbUbdSFTEtwzWvVcEKvWY5E+ioECqS0UPOmwt2Nx1TdW1HZkHAmJ6P+4FheJhAJseFaD/hV6gdaYVwsaA==
2095
2095
  dependencies:
2096
2096
  "@oclif/core" "^4"
2097
2097
  "@types/react" "^18.3.12"
@@ -2575,13 +2575,13 @@
2575
2575
  debug "^4.3.4"
2576
2576
  handlebars "^4.7.8"
2577
2577
 
2578
- "@salesforce/plugin-data@3.12.0":
2579
- version "3.12.0"
2580
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.12.0.tgz"
2581
- integrity sha512-l32sgTmmda5Aksas48Xa6jcDvL9iuCcM/CEEaFl15tT4vBiEd1g1lUHTUQSvcHCW40+NwRGZoxL1x/FxPSfzAA==
2578
+ "@salesforce/plugin-data@3.12.1":
2579
+ version "3.12.1"
2580
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.12.1.tgz"
2581
+ integrity sha512-D/FUl4utkwt6Nhsnp7Y5ASlJNs+BexXLMXt+X9Wi5biX7RwJbHeWBqonsNLifar0j1JcfO21B4GkjowTZxNk2w==
2582
2582
  dependencies:
2583
2583
  "@jsforce/jsforce-node" "^3.6.3"
2584
- "@oclif/multi-stage-output" "^0.7.12"
2584
+ "@oclif/multi-stage-output" "^0.7.15"
2585
2585
  "@salesforce/core" "^8.6.1"
2586
2586
  "@salesforce/kit" "^3.2.2"
2587
2587
  "@salesforce/sf-plugins-core" "^12.0.13"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.69.6"
5373
+ "version": "2.69.8"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.69.6",
4
+ "version": "2.69.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -155,7 +155,7 @@
155
155
  "@salesforce/plugin-apex": "3.6.5",
156
156
  "@salesforce/plugin-api": "1.3.2",
157
157
  "@salesforce/plugin-auth": "3.6.76",
158
- "@salesforce/plugin-data": "3.12.0",
158
+ "@salesforce/plugin-data": "3.12.1",
159
159
  "@salesforce/plugin-deploy-retrieve": "3.15.15",
160
160
  "@salesforce/plugin-info": "3.4.23",
161
161
  "@salesforce/plugin-limits": "3.3.41",