Skip to content

Commit f892360

Browse files
committed
chore(release): 4.0.62 [skip ci]
1 parent 61fa81b commit f892360

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.62](https://github.com/salesforcecli/plugin-data/compare/4.0.61...4.0.62) (2025-11-09)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/multi-stage-output from 0.8.23 to 0.8.28 ([743a7e6](https://github.com/salesforcecli/plugin-data/commit/743a7e64d213135bc57adee0273c9731811b6b3c))
6+
17
## [4.0.61](https://github.com/salesforcecli/plugin-data/compare/4.0.60...4.0.61) (2025-11-09)
28

39
### Bug Fixes

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ EXAMPLES
144144
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
145145
```
146146

147-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/bulk/results.ts)_
147+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/bulk/results.ts)_
148148

149149
## `sf data create file`
150150

@@ -193,7 +193,7 @@ EXAMPLES
193193
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
194194
```
195195

196-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/create/file.ts)_
196+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/create/file.ts)_
197197

198198
## `sf data create record`
199199

@@ -249,7 +249,7 @@ EXAMPLES
249249
TracedEntityId=01p17000000R6bLAAS"
250250
```
251251

252-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/create/record.ts)_
252+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/create/record.ts)_
253253

254254
## `sf data delete bulk`
255255

@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308308
and can be enabled only by a system administrator.
309309
```
310310

311-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/delete/bulk.ts)_
311+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/bulk.ts)_
312312

313313
## `sf data delete record`
314314

@@ -369,7 +369,7 @@ EXAMPLES
369369
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
370370
```
371371

372-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/delete/record.ts)_
372+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/record.ts)_
373373

374374
## `sf data delete resume`
375375

@@ -408,7 +408,7 @@ EXAMPLES
408408
$ sf data delete resume --use-most-recent --target-org my-scratch
409409
```
410410

411-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/delete/resume.ts)_
411+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/delete/resume.ts)_
412412

413413
## `sf data export bulk`
414414

@@ -475,7 +475,7 @@ EXAMPLES
475475
--result-format json --wait 10 --all-rows
476476
```
477477

478-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/export/bulk.ts)_
478+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/bulk.ts)_
479479

480480
## `sf data export resume`
481481

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ sf data export resume --use-most-recent
515515
```
516516

517-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/export/resume.ts)_
517+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/resume.ts)_
518518

519519
## `sf data export tree`
520520

@@ -574,7 +574,7 @@ EXAMPLES
574574
my-scratch
575575
```
576576

577-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/export/tree.ts)_
577+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/export/tree.ts)_
578578

579579
## `sf data get record`
580580

@@ -638,7 +638,7 @@ EXAMPLES
638638
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
639639
```
640640

641-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/get/record.ts)_
641+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/get/record.ts)_
642642

643643
## `sf data import bulk`
644644

@@ -690,7 +690,7 @@ EXAMPLES
690690
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
691691
```
692692

693-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/import/bulk.ts)_
693+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/bulk.ts)_
694694

695695
## `sf data import resume`
696696

@@ -726,7 +726,7 @@ EXAMPLES
726726
$ sf data import resume --use-most-recent --target-org my-scratch
727727
```
728728

729-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/import/resume.ts)_
729+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/resume.ts)_
730730

731731
## `sf data import tree`
732732

@@ -790,7 +790,7 @@ FLAG DESCRIPTIONS
790790
- files(array) - Files: An array of files paths to load
791791
```
792792

793-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/import/tree.ts)_
793+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/import/tree.ts)_
794794

795795
## `sf data query`
796796

@@ -843,7 +843,7 @@ EXAMPLES
843843
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
844844
```
845845

846-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/query.ts)_
846+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/query.ts)_
847847

848848
## `sf data resume`
849849

@@ -880,7 +880,7 @@ EXAMPLES
880880
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
881881
```
882882

883-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/resume.ts)_
883+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/resume.ts)_
884884

885885
## `sf data search`
886886

@@ -930,7 +930,7 @@ EXAMPLES
930930
$ sf data search --file query.txt --target-org my-scratch --result-format csv
931931
```
932932

933-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/search.ts)_
933+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/search.ts)_
934934

935935
## `sf data update bulk`
936936

@@ -985,7 +985,7 @@ EXAMPLES
985985
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
986986
```
987987

988-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/update/bulk.ts)_
988+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/bulk.ts)_
989989

990990
## `sf data update record`
991991

@@ -1047,7 +1047,7 @@ EXAMPLES
10471047
"ExpirationDate=2017-12-01T00:58:04.000+0000"
10481048
```
10491049

1050-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/update/record.ts)_
1050+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/record.ts)_
10511051

10521052
## `sf data update resume`
10531053

@@ -1086,7 +1086,7 @@ EXAMPLES
10861086
$ sf data update resume --use-most-recent
10871087
```
10881088

1089-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/update/resume.ts)_
1089+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/update/resume.ts)_
10901090

10911091
## `sf data upsert bulk`
10921092

@@ -1142,7 +1142,7 @@ EXAMPLES
11421142
my-scratch
11431143
```
11441144

1145-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/upsert/bulk.ts)_
1145+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/upsert/bulk.ts)_
11461146

11471147
## `sf data upsert resume`
11481148

@@ -1181,7 +1181,7 @@ EXAMPLES
11811181
$ sf data upsert resume --use-most-recent --target-org my-scratch
11821182
```
11831183

1184-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/data/upsert/resume.ts)_
1184+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/data/upsert/resume.ts)_
11851185

11861186
## `sf force data bulk delete`
11871187

@@ -1228,7 +1228,7 @@ EXAMPLES
12281228
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12291229
```
12301230

1231-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/force/data/bulk/delete.ts)_
1231+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/delete.ts)_
12321232

12331233
## `sf force data bulk status`
12341234

@@ -1265,7 +1265,7 @@ EXAMPLES
12651265
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
12661266
```
12671267

1268-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/force/data/bulk/status.ts)_
1268+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/status.ts)_
12691269

12701270
## `sf force data bulk upsert`
12711271

@@ -1323,6 +1323,6 @@ EXAMPLES
13231323
--target-org my-scratch
13241324
```
13251325

1326-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.61/src/commands/force/data/bulk/upsert.ts)_
1326+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.62/src/commands/force/data/bulk/upsert.ts)_
13271327

13281328
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/plugin-data",
3-
"version": "4.0.61",
3+
"version": "4.0.62",
44
"description": "Plugin for salesforce data commands",
55
"author": "Salesforce",
66
"homepage": "https://github.com/salesforcecli/plugin-data",

0 commit comments

Comments
 (0)