diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f11c2e..102271b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.12.0](https://github.com/salesforcecli/plugin-data/compare/3.11.6...3.12.0) (2024-11-26) + +### Features + +- multi-stage-output/new csv flags ([#1110](https://github.com/salesforcecli/plugin-data/issues/1110)) ([1d2cf30](https://github.com/salesforcecli/plugin-data/commit/1d2cf30daf33b77d6e129f53d8301e3fde86e05b)) + ## [3.11.6](https://github.com/salesforcecli/plugin-data/compare/3.11.5...3.11.6) (2024-11-24) ### Bug Fixes diff --git a/README.md b/README.md index b4a6fa27..d304f394 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/3.11.6/src/commands/data/bulk/results.ts)_ +_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.12.0/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/3.11.6/src/commands/data/create/file.ts)_ +_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.12.0/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/3.11.6/src/commands/data/create/record.ts)_ +_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -258,22 +258,25 @@ Bulk delete records from an org using a CSV file. Uses Bulk API 2.0. ``` USAGE - $ sf data delete bulk -o -f -s [--json] [--flags-dir ] [--api-version ] [-w - | -a] [--verbose] [--hard-delete] + $ sf data delete bulk -o -s [--json] [--flags-dir ] [--api-version ] [-w | -a] + [--verbose] (--line-ending CRLF|LF -f ) [--hard-delete] FLAGS - -a, --async Run the command asynchronously. - -f, --file= (required) CSV file that contains the IDs of the records to update or delete. - -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` - configuration variable is already set. - -s, --sobject= (required) API name of the Salesforce object, either standard or custom, that you want to - update or delete records from. - -w, --wait= [default: 0 minutes] Number of minutes to wait for the command to complete before - displaying the results. - --api-version= Override the api version used for api requests made by this command - --hard-delete Mark the records as immediately eligible for deletion by your org. If you don't specify - this flag, the deleted records go into the Recycle Bin. - --verbose Print verbose output of failed records if result is available. + -a, --async Run the command asynchronously. + -f, --file= (required) CSV file that contains the IDs of the records to update or delete. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. + -s, --sobject= (required) API name of the Salesforce object, either standard or custom, that you want to + update or delete records from. + -w, --wait= [default: 0 minutes] Number of minutes to wait for the command to complete before + displaying the results. + --api-version= Override the api version used for api requests made by this command + --hard-delete Mark the records as immediately eligible for deletion by your org. If you don't specify + this flag, the deleted records go into the Recycle Bin. + --line-ending=