From 3c76bd0f3605207d24eb213577a8911ec22d28f9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 28 Jan 2025 21:59:54 +0000 Subject: [PATCH] chore(release): 4.0.7 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ README.md | 50 +++++++++++++++++++++++++------------------------- package.json | 2 +- 3 files changed, 38 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b66ff33a..4ca10459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.7](https://github.com/salesforcecli/plugin-data/compare/4.0.6...4.0.7) (2025-01-28) + +### Bug Fixes + +- crlf uses 2 chars ([dc6dde8](https://github.com/salesforcecli/plugin-data/commit/dc6dde8530a50ec5aa6be0fd17b2c80539a019af)) +- only look for LF ([6f43acc](https://github.com/salesforcecli/plugin-data/commit/6f43accf1627ca98087b3a3d734fe49168ddae1b)) +- skip last EOL from csv payload ([f85bf19](https://github.com/salesforcecli/plugin-data/commit/f85bf1974e0f25564682fd3ca1c24dc619d9b60e)) + +### Reverts + +- Revert "test: strip LF ending on windows" ([f95149c](https://github.com/salesforcecli/plugin-data/commit/f95149cb1bdcfd59073b6f292a9efc8d20434ff7)) + ## [4.0.6](https://github.com/salesforcecli/plugin-data/compare/4.0.5...4.0.6) (2025-01-26) ### Bug Fixes diff --git a/README.md b/README.md index 5a34ffdc..4307cf69 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ EXAMPLES $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch ``` -_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/bulk/results.ts)_ +_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -194,7 +194,7 @@ EXAMPLES $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 ``` -_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/create/file.ts)_ +_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -250,7 +250,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/create/record.ts)_ +_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -311,7 +311,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/bulk.ts)_ +_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -372,7 +372,7 @@ EXAMPLES $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/record.ts)_ +_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -411,7 +411,7 @@ EXAMPLES $ sf data delete resume --use-most-recent --target-org my-scratch ``` -_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/resume.ts)_ +_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -485,7 +485,7 @@ EXAMPLES --result-format json --async ``` -_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/bulk.ts)_ +_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -521,7 +521,7 @@ EXAMPLES $ sf data export resume --use-most-recent --target-org my-scratch ``` -_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/resume.ts)_ +_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -581,7 +581,7 @@ EXAMPLES my-scratch ``` -_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/tree.ts)_ +_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -645,7 +645,7 @@ EXAMPLES $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/get/record.ts)_ +_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -703,7 +703,7 @@ EXAMPLES $ sf data import bulk --file accounts.csv --sobject Account --async ``` -_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/bulk.ts)_ +_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -739,7 +739,7 @@ EXAMPLES $ sf data import resume --use-most-recent --target-org my-scratch ``` -_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/resume.ts)_ +_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -803,7 +803,7 @@ FLAG DESCRIPTIONS - files(array) - Files: An array of files paths to load ``` -_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/tree.ts)_ +_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -869,7 +869,7 @@ EXAMPLES $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0 ``` -_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query.ts)_ +_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/query.ts)_ ## `sf data query resume` @@ -906,7 +906,7 @@ EXAMPLES $ sf data query resume --bulk-query-id 7500x000005BdFzXXX ``` -_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query/resume.ts)_ +_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/query/resume.ts)_ ## `sf data resume` @@ -943,7 +943,7 @@ EXAMPLES $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA ``` -_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/resume.ts)_ +_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/resume.ts)_ ## `sf data search` @@ -993,7 +993,7 @@ EXAMPLES $ sf data search --file query.txt --target-org my-scratch --result-format csv ``` -_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/search.ts)_ +_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -1054,7 +1054,7 @@ EXAMPLES $ sf data update bulk --file accounts.csv --sobject Account --async ``` -_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/bulk.ts)_ +_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -1116,7 +1116,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/record.ts)_ +_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -1152,7 +1152,7 @@ EXAMPLES $ sf data update resume --use-most-recent --target-org my-scratch ``` -_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/resume.ts)_ +_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -1211,7 +1211,7 @@ EXAMPLES my-scratch ``` -_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/bulk.ts)_ +_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -1250,7 +1250,7 @@ EXAMPLES $ sf data upsert resume --use-most-recent --target-org my-scratch ``` -_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/resume.ts)_ +_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/data/upsert/resume.ts)_ ## `sf force data bulk delete` @@ -1297,7 +1297,7 @@ EXAMPLES $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch ``` -_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/delete.ts)_ +_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -1334,7 +1334,7 @@ EXAMPLES $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch ``` -_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/status.ts)_ +_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -1392,6 +1392,6 @@ EXAMPLES --target-org my-scratch ``` -_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/upsert.ts)_ +_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.7/src/commands/force/data/bulk/upsert.ts)_ diff --git a/package.json b/package.json index 4faf654b..6adecde1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/plugin-data", - "version": "4.0.6", + "version": "4.0.7", "description": "Plugin for salesforce data commands", "author": "Salesforce", "homepage": "https://github.com/salesforcecli/plugin-data",