diff --git a/README.md b/README.md index 78586b28..c2b0d3d6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.69.5 linux-x64 node-v22.11.0 +@salesforce/cli/2.69.6 linux-x64 node-v22.11.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -1336,7 +1336,7 @@ EXAMPLES $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.6/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -1385,7 +1385,7 @@ EXAMPLES $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.6/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -1441,7 +1441,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.6/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.12.0/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -1449,22 +1449,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=