-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1686 from salesforcecli/release/2.44.1
Release PR for 2.44.1 as nightly
- Loading branch information
Showing
3 changed files
with
73 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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]` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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]` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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. | ||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.