diff --git a/README.md b/README.md index 9e5849e9..8f6c3ae9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.103.4 linux-x64 node-v22.18.0 +@salesforce/cli/2.103.5 linux-x64 node-v22.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -126,7 +126,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI. - [`sf org list sobject record-counts`](#sf-org-list-sobject-record-counts) - [`sf org list users`](#sf-org-list-users) - [`sf org login access-token`](#sf-org-login-access-token) -- [`sf org login device`](#sf-org-login-device) - [`sf org login jwt`](#sf-org-login-jwt) - [`sf org login sfdx-url`](#sf-org-login-sfdx-url) - [`sf org login web`](#sf-org-login-web) @@ -2046,7 +2045,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/4.0.52/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -2095,7 +2094,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/4.0.52/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -2151,7 +2150,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -2159,11 +2158,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. @@ -2211,7 +2209,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -2272,7 +2270,7 @@ EXAMPLES $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -2311,7 +2309,7 @@ EXAMPLES $ sf data delete resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.53/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -2320,7 +2318,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 @@ -2333,7 +2331,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=