diff --git a/README.md b/README.md index 11c09826..004034ae 100644 --- a/README.md +++ b/README.md @@ -258,11 +258,10 @@ Bulk delete records from an org using a CSV file. Uses Bulk API 2.0. ``` USAGE - $ sf data delete bulk -o -s [--json] [--flags-dir ] [--api-version ] [-w | -a] + $ sf data delete bulk -o -s [--json] [--flags-dir ] [--api-version ] [-w ] (--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. @@ -419,7 +418,7 @@ Bulk export records from an org into a file using a SOQL query. Uses Bulk API 2. ``` USAGE $ sf data export bulk -o --output-file -r csv|json [--json] [--flags-dir ] [--api-version - ] [-w | --async] [-q | --query-file ] [--all-rows] [--column-delimiter + ] [-w ] [-q | --query-file ] [--all-rows] [--column-delimiter BACKQUOTE|CARET|COMMA|PIPE|SEMICOLON|TAB] [--line-ending LF|CRLF] FLAGS @@ -432,7 +431,6 @@ FLAGS --all-rows Include records that have been soft-deleted due to a merge or delete. By default, deleted records are not returned. --api-version= Override the api version used for api requests made by this command - --async Don't wait for the job to complete. --column-delimiter=