@salesforce/cli 2.84.4 → 2.84.5

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.84.4 linux-x64 node-v22.14.0
28
+ @salesforce/cli/2.84.5 linux-x64 node-v22.14.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1337,7 +1337,7 @@ EXAMPLES
1337
1337
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
1338
1338
  ```
1339
1339
 
1340
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/bulk/results.ts)_
1340
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/bulk/results.ts)_
1341
1341
 
1342
1342
  ## `sf data create file`
1343
1343
 
@@ -1386,7 +1386,7 @@ EXAMPLES
1386
1386
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1387
1387
  ```
1388
1388
 
1389
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/create/file.ts)_
1389
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/create/file.ts)_
1390
1390
 
1391
1391
  ## `sf data create record`
1392
1392
 
@@ -1442,7 +1442,7 @@ EXAMPLES
1442
1442
  TracedEntityId=01p17000000R6bLAAS"
1443
1443
  ```
1444
1444
 
1445
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/create/record.ts)_
1445
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/create/record.ts)_
1446
1446
 
1447
1447
  ## `sf data delete bulk`
1448
1448
 
@@ -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/4.0.24/src/commands/data/delete/bulk.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/delete/record.ts)_
1566
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/delete/resume.ts)_
1605
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/export/bulk.ts)_
1679
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/export/resume.ts)_
1715
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/export/resume.ts)_
1716
1716
 
1717
1717
  ## `sf data export tree`
1718
1718
 
@@ -1772,7 +1772,7 @@ EXAMPLES
1772
1772
  my-scratch
1773
1773
  ```
1774
1774
 
1775
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/export/tree.ts)_
1775
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/export/tree.ts)_
1776
1776
 
1777
1777
  ## `sf data get record`
1778
1778
 
@@ -1836,7 +1836,7 @@ EXAMPLES
1836
1836
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1837
1837
  ```
1838
1838
 
1839
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/get/record.ts)_
1839
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/get/record.ts)_
1840
1840
 
1841
1841
  ## `sf data import bulk`
1842
1842
 
@@ -1894,7 +1894,7 @@ EXAMPLES
1894
1894
  $ sf data import bulk --file accounts.csv --sobject Account --async
1895
1895
  ```
1896
1896
 
1897
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/import/bulk.ts)_
1897
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/import/bulk.ts)_
1898
1898
 
1899
1899
  ## `sf data import resume`
1900
1900
 
@@ -1930,7 +1930,7 @@ EXAMPLES
1930
1930
  $ sf data import resume --use-most-recent --target-org my-scratch
1931
1931
  ```
1932
1932
 
1933
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/import/resume.ts)_
1933
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/import/resume.ts)_
1934
1934
 
1935
1935
  ## `sf data import tree`
1936
1936
 
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
1994
1994
  - files(array) - Files: An array of files paths to load
1995
1995
  ```
1996
1996
 
1997
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/import/tree.ts)_
1997
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/import/tree.ts)_
1998
1998
 
1999
1999
  ## `sf data query`
2000
2000
 
@@ -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/4.0.24/src/commands/data/query.ts)_
2063
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/query/resume.ts)_
2100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/resume.ts)_
2137
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/search.ts)_
2187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/update/bulk.ts)_
2248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/update/record.ts)_
2310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/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/4.0.24/src/commands/data/update/resume.ts)_
2346
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/update/resume.ts)_
2347
2347
 
2348
2348
  ## `sf data upsert bulk`
2349
2349
 
@@ -2400,7 +2400,7 @@ EXAMPLES
2400
2400
  my-scratch
2401
2401
  ```
2402
2402
 
2403
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/upsert/bulk.ts)_
2403
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/upsert/bulk.ts)_
2404
2404
 
2405
2405
  ## `sf data upsert resume`
2406
2406
 
@@ -2439,7 +2439,7 @@ EXAMPLES
2439
2439
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2440
2440
  ```
2441
2441
 
2442
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/data/upsert/resume.ts)_
2442
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/data/upsert/resume.ts)_
2443
2443
 
2444
2444
  ## `sf doctor`
2445
2445
 
@@ -2534,7 +2534,7 @@ EXAMPLES
2534
2534
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2535
2535
  ```
2536
2536
 
2537
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/force/data/bulk/delete.ts)_
2537
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/force/data/bulk/delete.ts)_
2538
2538
 
2539
2539
  ## `sf force data bulk status`
2540
2540
 
@@ -2571,7 +2571,7 @@ EXAMPLES
2571
2571
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2572
2572
  ```
2573
2573
 
2574
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/force/data/bulk/status.ts)_
2574
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/force/data/bulk/status.ts)_
2575
2575
 
2576
2576
  ## `sf force data bulk upsert`
2577
2577
 
@@ -2629,7 +2629,7 @@ EXAMPLES
2629
2629
  --target-org my-scratch
2630
2630
  ```
2631
2631
 
2632
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.24/src/commands/force/data/bulk/upsert.ts)_
2632
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.25/src/commands/force/data/bulk/upsert.ts)_
2633
2633
 
2634
2634
  ## `sf help [COMMAND]`
2635
2635
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.84.4",
3
+ "version": "2.84.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.84.4",
9
+ "version": "2.84.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-apex": "3.6.12",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
29
  "@salesforce/plugin-auth": "3.6.109",
30
- "@salesforce/plugin-data": "4.0.24",
30
+ "@salesforce/plugin-data": "4.0.25",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
32
32
  "@salesforce/plugin-info": "3.4.51",
33
33
  "@salesforce/plugin-limits": "3.3.51",
@@ -5245,16 +5245,16 @@
5245
5245
  }
5246
5246
  },
5247
5247
  "node_modules/@salesforce/plugin-data": {
5248
- "version": "4.0.24",
5249
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.24.tgz",
5250
- "integrity": "sha512-oB2kiJF1JR6v463u9FzuXn8RCJKooHVt9Zhf6b/hJDFbZFWIJEXu6JL0j1aZ34VzUG14UK7FYJbaIgkOVbE/FA==",
5248
+ "version": "4.0.25",
5249
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.25.tgz",
5250
+ "integrity": "sha512-ZOll7Iez8fywWMcOyCt09hGLGQP7sCBORezgivf91fUmpRlPBtm3uZLLtpu4Fnm4R2StvmQrYPl4JhW6O/Mp3Q==",
5251
5251
  "license": "BSD-3-Clause",
5252
5252
  "dependencies": {
5253
5253
  "@jsforce/jsforce-node": "^3.6.6",
5254
5254
  "@oclif/multi-stage-output": "^0.8.12",
5255
5255
  "@salesforce/core": "^8.8.7",
5256
5256
  "@salesforce/kit": "^3.2.2",
5257
- "@salesforce/sf-plugins-core": "^12.1.4",
5257
+ "@salesforce/sf-plugins-core": "^12.2.1",
5258
5258
  "@salesforce/ts-types": "^2.0.11",
5259
5259
  "ansis": "^3.16.0",
5260
5260
  "change-case": "^5.4.4",
package/oclif.lock CHANGED
@@ -2151,16 +2151,16 @@
2151
2151
  debug "^4.4.0"
2152
2152
  handlebars "^4.7.8"
2153
2153
 
2154
- "@salesforce/plugin-data@4.0.24":
2155
- version "4.0.24"
2156
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.24.tgz"
2157
- integrity sha512-oB2kiJF1JR6v463u9FzuXn8RCJKooHVt9Zhf6b/hJDFbZFWIJEXu6JL0j1aZ34VzUG14UK7FYJbaIgkOVbE/FA==
2154
+ "@salesforce/plugin-data@4.0.25":
2155
+ version "4.0.25"
2156
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.25.tgz"
2157
+ integrity sha512-ZOll7Iez8fywWMcOyCt09hGLGQP7sCBORezgivf91fUmpRlPBtm3uZLLtpu4Fnm4R2StvmQrYPl4JhW6O/Mp3Q==
2158
2158
  dependencies:
2159
2159
  "@jsforce/jsforce-node" "^3.6.6"
2160
2160
  "@oclif/multi-stage-output" "^0.8.12"
2161
2161
  "@salesforce/core" "^8.8.7"
2162
2162
  "@salesforce/kit" "^3.2.2"
2163
- "@salesforce/sf-plugins-core" "^12.1.4"
2163
+ "@salesforce/sf-plugins-core" "^12.2.1"
2164
2164
  "@salesforce/ts-types" "^2.0.11"
2165
2165
  ansis "^3.16.0"
2166
2166
  change-case "^5.4.4"
@@ -2395,7 +2395,7 @@
2395
2395
  string-width "^7.2.0"
2396
2396
  terminal-link "^3.0.0"
2397
2397
 
2398
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.4", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@12.2.1":
2398
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@12.2.1":
2399
2399
  version "12.2.1"
2400
2400
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz"
2401
2401
  integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
@@ -4411,5 +4411,5 @@
4411
4411
  ]
4412
4412
  }
4413
4413
  },
4414
- "version": "2.84.4"
4414
+ "version": "2.84.5"
4415
4415
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.84.4",
4
+ "version": "2.84.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -159,7 +159,7 @@
159
159
  "@salesforce/plugin-apex": "3.6.12",
160
160
  "@salesforce/plugin-api": "1.3.3",
161
161
  "@salesforce/plugin-auth": "3.6.109",
162
- "@salesforce/plugin-data": "4.0.24",
162
+ "@salesforce/plugin-data": "4.0.25",
163
163
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
164
164
  "@salesforce/plugin-info": "3.4.51",
165
165
  "@salesforce/plugin-limits": "3.3.51",