Skip to content

Commit

Permalink
Merge pull request #2037 from salesforcecli/release/2.71.2
Browse files Browse the repository at this point in the history
Release PR for 2.71.2 as nightly
  • Loading branch information
svc-cli-bot authored Dec 14, 2024
2 parents 9d0826d + 2f737d0 commit d80b031
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
52 changes: 26 additions & 26 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.71.1 linux-x64 node-v22.12.0
@salesforce/cli/2.71.2 linux-x64 node-v22.12.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -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.13.2/src/commands/data/bulk/results.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/data/bulk/results.ts)_

## `sf data create file`

Expand Down Expand Up @@ -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.13.2/src/commands/data/create/file.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/data/create/file.ts)_

## `sf data create record`

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

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

## `sf data delete bulk`

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

## `sf data delete record`

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

## `sf data delete resume`

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

## `sf data export bulk`

Expand Down Expand Up @@ -1676,7 +1676,7 @@ EXAMPLES
--result-format json --async
```

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

## `sf data export resume`

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

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

## `sf data export tree`

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

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

## `sf data get record`

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

## `sf data import bulk`

Expand Down Expand Up @@ -1895,7 +1895,7 @@ EXAMPLES
$ sf data import bulk --file accounts.csv --sobject Account --async
```

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

## `sf data import resume`

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

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

## `sf data import tree`

Expand Down Expand Up @@ -1996,7 +1996,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.13.2/src/commands/data/import/tree.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/data/import/tree.ts)_

## `sf data query`

Expand Down Expand Up @@ -2062,7 +2062,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.13.2/src/commands/data/query.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/data/query.ts)_

## `sf data query resume`

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

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

## `sf data resume`

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

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

## `sf data search`

Expand Down Expand Up @@ -2186,7 +2186,7 @@ EXAMPLES
$ sf data search --file query.txt --target-org my-scratch --result-format csv
```

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.2/src/commands/data/search.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/data/search.ts)_

## `sf data update bulk`

Expand Down Expand Up @@ -2247,7 +2247,7 @@ EXAMPLES
$ sf data update bulk --file accounts.csv --sobject Account --async
```

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

## `sf data update record`

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

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

## `sf data update resume`

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

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

## `sf data upsert bulk`

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

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

## `sf data upsert resume`

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

## `sf doctor`

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

## `sf force data bulk status`

Expand Down Expand Up @@ -2575,7 +2575,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.13.2/src/commands/force/data/bulk/status.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/src/commands/force/data/bulk/status.ts)_

## `sf force data bulk upsert`

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

_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.2/src/commands/force/data/bulk/upsert.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.3/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.71.1",
"version": "2.71.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -144,7 +144,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.36",
"@oclif/core": "4.0.37",
"@oclif/plugin-autocomplete": "3.2.13",
"@oclif/plugin-commands": "4.1.13",
"@oclif/plugin-help": "6.2.19",
Expand All @@ -160,7 +160,7 @@
"@salesforce/plugin-apex": "3.6.7",
"@salesforce/plugin-api": "1.3.2",
"@salesforce/plugin-auth": "3.6.80",
"@salesforce/plugin-data": "3.13.2",
"@salesforce/plugin-data": "3.13.3",
"@salesforce/plugin-deploy-retrieve": "3.15.20",
"@salesforce/plugin-info": "3.4.27",
"@salesforce/plugin-limits": "3.3.42",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2057,10 +2057,10 @@
proc-log "^5.0.0"
which "^5.0.0"

"@oclif/[email protected].36", "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34":
version "4.0.36"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.36.tgz#d8c90a8522f5ba3e46c2d6eb7f8b45ba893f2fce"
integrity sha512-Dk0bK2Abl/AJ3Fn6ountX037lbXGJY/xcTnBJs2SKDqex9wMcgkbnkKd6xXC/zJnRlfA+jE+niC3FnbxgTRcHg==
"@oclif/[email protected].37", "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34":
version "4.0.37"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.3.2"
Expand Down Expand Up @@ -2568,10 +2568,10 @@
debug "^4.3.7"
handlebars "^4.7.8"

"@salesforce/[email protected].2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.13.2.tgz#a4c966c84b7c15d23e44079e8a3b55ffac687535"
integrity sha512-G3LVaZNKVMrcVu+t6idFjbX+W5+0DSIM+P++4acEmfKO+X2knqe/IcFdntq1FzU+r19dBFUUkh3Gl4fwu9aVrg==
"@salesforce/[email protected].3":
version "3.13.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.13.3.tgz#45e86250b3c7e7d2ce3721cde71cf40dc4fba41e"
integrity sha512-GAUCjbo275x8tE7cCxkh2HI50HmJvMYp6IHlTXaVa+idYmk2mJfvaQEEGENODn4jWo2lwWfp3McB/hjux+XxRg==
dependencies:
"@jsforce/jsforce-node" "^3.6.3"
"@oclif/multi-stage-output" "^0.7.15"
Expand Down

0 comments on commit d80b031

Please sign in to comment.