-
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 #1849 from salesforcecli/release/2.56.2
Release PR for 2.56.2 as nightly
- Loading branch information
Showing
3 changed files
with
73 additions
and
71 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.56.1 linux-x64 node-v20.16.0 | ||
@salesforce/cli/2.56.2 linux-x64 node-v20.16.0 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -518,7 +518,7 @@ FLAG DESCRIPTIONS | |
directory. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/get/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/get/log.ts)_ | ||
|
||
## `sf apex get test` | ||
|
||
|
@@ -527,7 +527,7 @@ Display test results for a specific asynchronous test run. | |
``` | ||
USAGE | ||
$ sf apex get test -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [-c] [-d <value>] | ||
[-r human|tap|junit|json] | ||
[-r human|tap|junit|json] [--concise] | ||
FLAGS | ||
-c, --code-coverage Retrieve code coverage results. | ||
|
@@ -538,6 +538,7 @@ FLAGS | |
-r, --result-format=<option> [default: human] Format of the test results. | ||
<options: human|tap|junit|json> | ||
--api-version=<value> Override the api version used for api requests made by this command | ||
--concise Display only failed test results; works with human-readable output only. | ||
GLOBAL FLAGS | ||
--flags-dir=<value> Import flag values from a directory. | ||
|
@@ -572,7 +573,7 @@ EXAMPLES | |
me@myorg' | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/get/test.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/get/test.ts)_ | ||
|
||
## `sf apex list log` | ||
|
||
|
@@ -612,7 +613,7 @@ EXAMPLES | |
$ sf apex list log --target-org [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/list/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/list/log.ts)_ | ||
|
||
## `sf apex run` | ||
|
||
|
@@ -659,7 +660,7 @@ EXAMPLES | |
$ sf apex run | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/run.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/run.ts)_ | ||
|
||
## `sf apex run test` | ||
|
||
|
@@ -669,7 +670,7 @@ Invoke Apex tests in an org. | |
USAGE | ||
$ sf apex run test -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-l | ||
RunLocalTests|RunAllTestsInOrg|RunSpecifiedTests] [-n <value>... | -s <value>... | -t <value>...] [-r | ||
human|tap|junit|json] [-w <value>] [-y] [-v -c] | ||
human|tap|junit|json] [-w <value>] [-y] [-v -c] [--concise] | ||
FLAGS | ||
-c, --code-coverage Retrieve code coverage results. | ||
|
@@ -690,6 +691,7 @@ FLAGS | |
-y, --synchronous Runs test methods from a single Apex class synchronously; if not specified, tests are | ||
run asynchronously. | ||
--api-version=<value> Override the api version used for api requests made by this command | ||
--concise Display only failed test results; works with human-readable output only. | ||
GLOBAL FLAGS | ||
--flags-dir=<value> Import flag values from a directory. | ||
|
@@ -798,7 +800,7 @@ FLAG DESCRIPTIONS | |
--tests Test1 --tests Test2 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/run/test.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/run/test.ts)_ | ||
|
||
## `sf apex tail log` | ||
|
||
|
@@ -841,7 +843,7 @@ EXAMPLES | |
$ sf apex tail log --color --skip-trace-flag | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.4/src/commands/apex/tail/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.0/src/commands/apex/tail/log.ts)_ | ||
|
||
## `sf autocomplete [SHELL]` | ||
|
||
|
@@ -5754,7 +5756,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.9.27/src/commands/project/convert/mdapi.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/convert/mdapi.ts)_ | ||
|
||
## `sf project convert source` | ||
|
||
|
@@ -5766,7 +5768,7 @@ USAGE | |
[-p <value>... | -x <value> | -m <value>...] | ||
FLAGS | ||
-d, --output-dir=<value> [default: metadataPackage_1723521333199] Output directory to store the Metadata | ||
-d, --output-dir=<value> [default: metadataPackage_1723827060626] 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. | ||
|
@@ -5827,7 +5829,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.9.27/src/commands/project/convert/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/convert/source.ts)_ | ||
|
||
## `sf project convert source-behavior` | ||
|
||
|
@@ -5836,14 +5838,14 @@ Enable a behavior of your project source files, and then update your Salesforce | |
``` | ||
USAGE | ||
$ sf project convert source-behavior -b | ||
decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta [--json] | ||
[--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>] | ||
decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeW | ||
orkflowBeta [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>] | ||
FLAGS | ||
-b, --behavior=<option> (required) Behavior to enable; the values correspond to the possible values of the | ||
"sourceBehaviorOption" option in the "sfdx-project.json" file. | ||
<options: decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|dec | ||
omposeWorkflowBeta> | ||
<options: decomposeCustomLabelsBeta2|decomposeCustomLabelsBeta|decomposePermissionSetBeta|de | ||
composeSharingRulesBeta|decomposeWorkflowBeta> | ||
-o, --target-org=<value> Username or alias of the target org. | ||
--dry-run Display what the command would do, but don't make any actual changes. | ||
--preserve-temp-dir Don't delete the metadata API format temporary directory that this command creates. Useful | ||
|
@@ -5871,20 +5873,20 @@ DESCRIPTION | |
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm topic. | ||
EXAMPLES | ||
Update your Salesforce DX project to decompose custom labels: | ||
Update your Salesforce DX project to decompose custom permission sets: | ||
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta | ||
$ sf project convert source-behavior --behavior decomposePermissionSetBeta | ||
Display what the command would do, but don't change any existing files: | ||
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run | ||
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run | ||
Keep the temporary directory that contains the interim metadata API formatted files: | ||
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir | ||
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/source-behavior.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/convert/source-behavior.ts)_ | ||
|
||
## `sf project delete source` | ||
|
||
|
@@ -6024,7 +6026,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.9.27/src/commands/project/delete/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/delete/source.ts)_ | ||
|
||
## `sf project delete tracking` | ||
|
||
|
@@ -6061,7 +6063,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.9.27/src/commands/project/delete/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/delete/tracking.ts)_ | ||
|
||
## `sf project deploy cancel` | ||
|
||
|
@@ -6133,7 +6135,7 @@ FLAG DESCRIPTIONS | |
project deploy report". | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/cancel.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/cancel.ts)_ | ||
|
||
## `sf project deploy preview` | ||
|
||
|
@@ -6216,7 +6218,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.9.27/src/commands/project/deploy/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/preview.ts)_ | ||
|
||
## `sf project deploy quick` | ||
|
||
|
@@ -6309,7 +6311,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.9.27/src/commands/project/deploy/quick.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/quick.ts)_ | ||
|
||
## `sf project deploy report` | ||
|
||
|
@@ -6401,7 +6403,7 @@ FLAG DESCRIPTIONS | |
--coverage-formatters lcov --coverage-formatters clover | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/report.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/report.ts)_ | ||
|
||
## `sf project deploy resume` | ||
|
||
|
@@ -6498,7 +6500,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.9.27/src/commands/project/deploy/resume.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/resume.ts)_ | ||
|
||
## `sf project deploy start` | ||
|
||
|
@@ -6751,7 +6753,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.9.27/src/commands/project/deploy/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/start.ts)_ | ||
|
||
## `sf project deploy validate` | ||
|
||
|
@@ -6941,7 +6943,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.9.27/src/commands/project/deploy/validate.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/deploy/validate.ts)_ | ||
|
||
## `sf project generate` | ||
|
||
|
@@ -7123,7 +7125,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.9.27/src/commands/project/generate/manifest.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/generate/manifest.ts)_ | ||
|
||
## `sf project list ignored` | ||
|
||
|
@@ -7165,7 +7167,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.9.27/src/commands/project/list/ignored.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/list/ignored.ts)_ | ||
|
||
## `sf project reset tracking` | ||
|
||
|
@@ -7214,7 +7216,7 @@ EXAMPLES | |
$ sf project reset tracking --revision 30 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/reset/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/reset/tracking.ts)_ | ||
|
||
## `sf project retrieve preview` | ||
|
||
|
@@ -7268,7 +7270,7 @@ FLAG DESCRIPTIONS | |
production orgs. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/retrieve/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/src/commands/project/retrieve/preview.ts)_ | ||
|
||
## `sf project retrieve start` | ||
|
||
|
@@ -7445,7 +7447,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.9.27/src/commands/project/retrieve/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.0/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.