Skip to content

Commit

Permalink
Merge pull request #1814 from salesforcecli/release/2.53.2
Browse files Browse the repository at this point in the history
Release PR for 2.53.2 as nightly
  • Loading branch information
svc-cli-bot authored Jul 27, 2024
2 parents e0ad1b4 + a5ac5b9 commit 16894a4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.53.1 linux-x64 node-v20.15.1
@salesforce/cli/2.53.2 linux-x64 node-v20.15.1
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -1157,7 +1157,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.5.8/src/commands/data/create/file.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/create/file.ts)_

## `sf data create record`

Expand Down Expand Up @@ -1213,7 +1213,7 @@ EXAMPLES
TracedEntityId=01p17000000R6bLAAS"
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/create/record.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/create/record.ts)_

## `sf data delete bulk`

Expand Down Expand Up @@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
and can be enabled only by a system administrator.
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/delete/bulk.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/bulk.ts)_

## `sf data delete record`

Expand Down Expand Up @@ -1332,7 +1332,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/3.5.8/src/commands/data/delete/record.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/record.ts)_

## `sf data delete resume`

Expand Down Expand Up @@ -1371,7 +1371,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/3.5.8/src/commands/data/delete/resume.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/delete/resume.ts)_

## `sf data export tree`

Expand Down Expand Up @@ -1432,7 +1432,7 @@ EXAMPLES
my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/export/tree.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/export/tree.ts)_

## `sf data get record`

Expand Down Expand Up @@ -1496,7 +1496,7 @@ EXAMPLES
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/get/record.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/get/record.ts)_

## `sf data import tree`

Expand Down Expand Up @@ -1561,7 +1561,7 @@ FLAG DESCRIPTIONS
- files(array) - Files: An array of files paths to load
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/import/tree.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/import/tree.ts)_

## `sf data query`

Expand Down Expand Up @@ -1625,7 +1625,7 @@ EXAMPLES
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/query.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/query.ts)_

## `sf data query resume`

Expand Down Expand Up @@ -1663,7 +1663,7 @@ EXAMPLES
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/query/resume.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/query/resume.ts)_

## `sf data resume`

Expand Down Expand Up @@ -1700,7 +1700,7 @@ EXAMPLES
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/resume.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/resume.ts)_

## `sf data update record`

Expand Down Expand Up @@ -1762,7 +1762,7 @@ EXAMPLES
"ExpirationDate=2017-12-01T00:58:04.000+0000"
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/update/record.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/update/record.ts)_

## `sf data upsert bulk`

Expand Down Expand Up @@ -1815,7 +1815,7 @@ EXAMPLES
my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/upsert/bulk.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/upsert/bulk.ts)_

## `sf data upsert resume`

Expand Down Expand Up @@ -1854,7 +1854,7 @@ EXAMPLES
$ sf data upsert resume --use-most-recent --target-org my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/data/upsert/resume.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/data/upsert/resume.ts)_

## `sf doctor`

Expand Down Expand Up @@ -1949,7 +1949,7 @@ EXAMPLES
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/delete.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/delete.ts)_

## `sf force data bulk status`

Expand Down Expand Up @@ -1986,7 +1986,7 @@ EXAMPLES
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/status.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/status.ts)_

## `sf force data bulk upsert`

Expand Down Expand Up @@ -2044,7 +2044,7 @@ EXAMPLES
--target-org my-scratch
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.8/src/commands/force/data/bulk/upsert.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.9/src/commands/force/data/bulk/upsert.ts)_

## `sf help [COMMAND]`

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.53.1",
"version": "2.53.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.14",
"@oclif/core": "4.0.15",
"@oclif/plugin-autocomplete": "3.1.9",
"@oclif/plugin-commands": "4.0.9",
"@oclif/plugin-help": "6.2.7",
Expand All @@ -154,7 +154,7 @@
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.3.2",
"@salesforce/plugin-auth": "3.6.38",
"@salesforce/plugin-data": "3.5.8",
"@salesforce/plugin-data": "3.5.9",
"@salesforce/plugin-deploy-retrieve": "3.9.21",
"@salesforce/plugin-info": "3.3.21",
"@salesforce/plugin-limits": "3.3.20",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1817,10 +1817,10 @@
proc-log "^4.0.0"
which "^4.0.0"

"@oclif/[email protected].14", "@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12", "@oclif/core@^4.0.6":
version "4.0.14"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.14.tgz#538000e922bcdcd5e1aad667252ad67131bd9e11"
integrity sha512-oXXlUuDw6gWjIBI+mR5i4/SJRv9fz8N/d1xr1yMhW1incx/u0oYO2CpUNKn0sGDyONMdyOIVPMqgsU+as7jdrQ==
"@oclif/[email protected].15", "@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12", "@oclif/core@^4.0.6":
version "4.0.15"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.15.tgz#28b94f159e38c831bb112ee694cb9f0b61262370"
integrity sha512-Xodw11eg8KDQar9ujQg7KGW6L76vJLkUOTexjWC+/3kJx4fW0UA4ubqC8NmZoI4ox3qAqqvo39sIkRPrZVVOLA==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.3.1"
Expand Down Expand Up @@ -2276,10 +2276,10 @@
debug "^4.3.4"
handlebars "^4.7.8"

"@salesforce/[email protected].8":
version "3.5.8"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.5.8.tgz#21b63d1491d61448a46e68f28d660017d979a13d"
integrity sha512-fJStpOek8IfcdoWRrFU8DGRCeMzK/Y7jIRATuYeB+uKsf/5deq+78QrPu4gPZ3s3txlTKCrd95ZkdTU5g02FIw==
"@salesforce/[email protected].9":
version "3.5.9"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.5.9.tgz#20818df13c3001024b92a1c76c50f3295213cc00"
integrity sha512-KbAoy7vZwcMDCtkEEay2h1eawOFnyB5igaX8OwL9ZK4d+g4DMQbzCYJixUX0v3j0Se8yntNO68q3jJ0AYWuKRA==
dependencies:
"@jsforce/jsforce-node" "^3.3.1"
"@salesforce/core" "^8.2.1"
Expand Down

0 comments on commit 16894a4

Please sign in to comment.