Skip to content

Commit

Permalink
Merge pull request #1686 from salesforcecli/release/2.44.1
Browse files Browse the repository at this point in the history
Release PR for 2.44.1 as nightly
  • Loading branch information
svc-cli-bot authored May 24, 2024
2 parents 8c3a306 + 3961428 commit ead62c6
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 76 deletions.
80 changes: 40 additions & 40 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.44.0 linux-x64 node-v20.13.1
@salesforce/cli/2.44.1 linux-x64 node-v20.13.1
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -1131,7 +1131,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.4.1/src/commands/data/create/file.ts)_
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.2/src/commands/data/create/file.ts)_

## `sf data create record`

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

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

## `sf data delete bulk`

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

## `sf data delete record`

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

## `sf data delete resume`

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

## `sf data export beta tree`

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

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

## `sf data export tree`

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

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

## `sf data get record`

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

## `sf data import beta tree`

Expand Down Expand Up @@ -1559,7 +1559,7 @@ EXAMPLES
$ sf data import beta tree --plan Account-Contact-plan.json
```

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

## `sf data import tree`

Expand Down Expand Up @@ -1609,7 +1609,7 @@ EXAMPLES
$ sf data import tree --plan Account-Contact-plan.json
```

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

## `sf data query`

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

## `sf data query resume`

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

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

## `sf data resume`

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

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

## `sf data update record`

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

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

## `sf data upsert bulk`

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

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

## `sf data upsert resume`

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

## `sf doctor`

Expand Down Expand Up @@ -1950,7 +1950,7 @@ EXAMPLES
$ sf doctor --plugin @salesforce/plugin-source
```

_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/doctor.ts)_
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.0/src/commands/doctor.ts)_

## `sf force data bulk delete`

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

## `sf force data bulk status`

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

## `sf force data bulk upsert`

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

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

## `sf help [COMMAND]`

Expand Down Expand Up @@ -2152,7 +2152,7 @@ EXAMPLES
$ sf info releasenotes display --version latest
```

_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/info/releasenotes/display.ts)_
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.0/src/commands/info/releasenotes/display.ts)_

## `sf lightning generate app`

Expand Down Expand Up @@ -5609,7 +5609,7 @@ EXAMPLES
$ sf plugins trust verify --npm @scope/npmName
```

_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.13/src/commands/plugins/trust/verify.ts)_
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.0/src/commands/plugins/trust/verify.ts)_

## `sf plugins uninstall [PLUGIN]`

Expand Down Expand Up @@ -5718,7 +5718,7 @@ FLAG DESCRIPTIONS
If you specify this parameter, don’t specify --metadata or --source-dir.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/convert/mdapi.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/convert/mdapi.ts)_

## `sf project convert source`

Expand All @@ -5730,7 +5730,7 @@ USAGE
[-p <value> | -x <value> | -m <value>]
FLAGS
-d, --output-dir=<value> [default: metadataPackage_1716399096033] Output directory to store the Metadata
-d, --output-dir=<value> [default: metadataPackage_1716499476095] Output directory to store the Metadata
API–formatted files in.
-m, --metadata=<value>... Metadata component names to convert.
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
Expand Down Expand Up @@ -5791,7 +5791,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/convert/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/convert/source.ts)_

## `sf project delete source`

Expand Down Expand Up @@ -5931,7 +5931,7 @@ FLAG DESCRIPTIONS
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/delete/source.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/delete/source.ts)_

## `sf project delete tracking`

Expand Down Expand Up @@ -5968,7 +5968,7 @@ EXAMPLES
$ sf project delete tracking --target-org my-scratch
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/delete/tracking.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/delete/tracking.ts)_

## `sf project deploy cancel`

Expand Down Expand Up @@ -6044,7 +6044,7 @@ FLAG DESCRIPTIONS
project deploy report".
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/cancel.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/cancel.ts)_

## `sf project deploy preview`

Expand Down Expand Up @@ -6130,7 +6130,7 @@ FLAG DESCRIPTIONS
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/preview.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/preview.ts)_

## `sf project deploy quick`

Expand Down Expand Up @@ -6227,7 +6227,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/quick.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/quick.ts)_

## `sf project deploy report`

Expand Down Expand Up @@ -6323,7 +6323,7 @@ FLAG DESCRIPTIONS
--coverage-formatters lcov --coverage-formatters clover
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/report.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/report.ts)_

## `sf project deploy resume`

Expand Down Expand Up @@ -6420,7 +6420,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/resume.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/resume.ts)_

## `sf project deploy start`

Expand Down Expand Up @@ -6658,7 +6658,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/start.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/start.ts)_

## `sf project deploy validate`

Expand Down Expand Up @@ -6850,7 +6850,7 @@ ERROR CODES
Canceling (69) The deploy is being canceled.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/deploy/validate.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/deploy/validate.ts)_

## `sf project generate`

Expand Down Expand Up @@ -7032,7 +7032,7 @@ EXAMPLES
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/generate/manifest.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/generate/manifest.ts)_

## `sf project list ignored`

Expand Down Expand Up @@ -7074,7 +7074,7 @@ EXAMPLES
$ sf project list ignored --source-dir package.xml
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/list/ignored.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/list/ignored.ts)_

## `sf project reset tracking`

Expand Down Expand Up @@ -7123,7 +7123,7 @@ EXAMPLES
$ sf project reset tracking --revision 30
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/reset/tracking.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/reset/tracking.ts)_

## `sf project retrieve preview`

Expand Down Expand Up @@ -7180,7 +7180,7 @@ FLAG DESCRIPTIONS
Overrides your default org.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/retrieve/preview.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/retrieve/preview.ts)_

## `sf project retrieve start`

Expand Down Expand Up @@ -7339,7 +7339,7 @@ ENVIRONMENT VARIABLES
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.5/src/commands/project/retrieve/start.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.7.6/src/commands/project/retrieve/start.ts)_

## `sf schema generate field`

Expand Down
10 changes: 5 additions & 5 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.44.0",
"version": "2.44.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -154,9 +154,9 @@
"@salesforce/kit": "^3.1.0",
"@salesforce/plugin-apex": "3.1.12",
"@salesforce/plugin-auth": "3.6.14",
"@salesforce/plugin-data": "3.4.1",
"@salesforce/plugin-deploy-retrieve": "3.7.5",
"@salesforce/plugin-info": "3.2.8",
"@salesforce/plugin-data": "3.4.2",
"@salesforce/plugin-deploy-retrieve": "3.7.6",
"@salesforce/plugin-info": "3.3.0",
"@salesforce/plugin-limits": "3.3.7",
"@salesforce/plugin-marketplace": "1.2.7",
"@salesforce/plugin-org": "4.1.13",
Expand All @@ -167,7 +167,7 @@
"@salesforce/plugin-source": "3.3.15",
"@salesforce/plugin-telemetry": "3.3.9",
"@salesforce/plugin-templates": "56.2.8",
"@salesforce/plugin-trust": "3.6.13",
"@salesforce/plugin-trust": "3.7.0",
"@salesforce/plugin-user": "3.5.10",
"@salesforce/sf-plugins-core": "9.0.12",
"chalk": "^5.3.0",
Expand Down
Loading

0 comments on commit ead62c6

Please sign in to comment.