-
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 #1453 from salesforcecli/release/2.27.6
Release PR for 2.27.6 as nightly
- Loading branch information
Showing
3 changed files
with
80 additions
and
72 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.27.5 linux-x64 node-v20.11.0 | ||
@salesforce/cli/2.27.6 linux-x64 node-v20.11.0 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -2275,7 +2275,7 @@ EXAMPLES | |
$ sf org assign permset --name DreamHouse --on-behalf-of [email protected] --on-behalf-of user2 --on-behalf-of user | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/assign/permset.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/assign/permset.ts)_ | ||
|
||
## `sf org assign permsetlicense` | ||
|
||
|
@@ -2319,7 +2319,7 @@ EXAMPLES | |
user3 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/assign/permsetlicense.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/assign/permsetlicense.ts)_ | ||
|
||
## `sf org create sandbox` | ||
|
||
|
@@ -2626,6 +2626,13 @@ DESCRIPTION | |
When this command completes, it displays the new username and user ID. Run the "org display user" command to get more | ||
information about the new user. | ||
After the new user has been created, Salesforce CLI automatically authenticates it to the scratch org so the new user | ||
can immediately start using the scratch org. The CLI uses the same authentication method that was used on the | ||
associated Dev Hub org. Due to Hyperforce limitations, the scratch org user creation fails if the Dev Hub | ||
authentication used the JWT flow and the scratch org is on Hyperforce. For this reason, if you plan to create scratch | ||
org users, authenticate to the Dev Hub org with either the "org login web" or "org login sfdx-url" command, and not | ||
"org login jwt". | ||
For more information about user limits, defaults, and other considerations when creating a new scratch org user, see | ||
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm. | ||
|
@@ -2676,7 +2683,7 @@ FLAG DESCRIPTIONS | |
might be different than what you specify in the definition file. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/create/user.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/create/user.ts)_ | ||
|
||
## `sf org delete sandbox` | ||
|
||
|
@@ -2882,7 +2889,7 @@ EXAMPLES | |
$ sf org display user --target-org [email protected] --json | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/display/user.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/display/user.ts)_ | ||
|
||
## `sf org enable tracking` | ||
|
||
|
@@ -2988,7 +2995,7 @@ EXAMPLES | |
$ sf org generate password --on-behalf-of [email protected] --on-behalf-of [email protected] --on-behalf-of [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/generate/password.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/generate/password.ts)_ | ||
|
||
## `sf org list` | ||
|
||
|
@@ -3297,7 +3304,7 @@ EXAMPLES | |
$ sf org list users --target-org [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/list/users.ts)_ | ||
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/list/users.ts)_ | ||
|
||
## `sf org login access-token` | ||
|
||
|
@@ -5085,7 +5092,7 @@ EXAMPLES | |
$ sf plugins | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/index.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/index.ts)_ | ||
|
||
## `sf plugins discover` | ||
|
||
|
@@ -5129,7 +5136,7 @@ EXAMPLES | |
$ sf plugins inspect myplugin | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/inspect.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/inspect.ts)_ | ||
|
||
## `sf plugins:install PLUGIN...` | ||
|
||
|
@@ -5173,7 +5180,7 @@ EXAMPLES | |
$ sf plugins install someuser/someplugin | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/install.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/install.ts)_ | ||
|
||
## `sf plugins:link PLUGIN` | ||
|
||
|
@@ -5203,7 +5210,7 @@ EXAMPLES | |
$ sf plugins link myplugin | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/link.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/link.ts)_ | ||
|
||
## `sf plugins reset` | ||
|
||
|
@@ -5214,7 +5221,7 @@ USAGE | |
$ sf plugins reset | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/reset.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/reset.ts)_ | ||
|
||
## `sf plugins trust verify` | ||
|
||
|
@@ -5270,7 +5277,7 @@ EXAMPLES | |
$ sf plugins uninstall myplugin | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/uninstall.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/uninstall.ts)_ | ||
|
||
## `sf plugins update` | ||
|
||
|
@@ -5288,7 +5295,7 @@ DESCRIPTION | |
Update installed plugins. | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/update.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/update.ts)_ | ||
|
||
## `sf project convert mdapi` | ||
|
||
|
@@ -5350,7 +5357,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.2.8/src/commands/project/convert/mdapi.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/mdapi.ts)_ | ||
|
||
## `sf project convert source` | ||
|
||
|
@@ -5362,7 +5369,7 @@ USAGE | |
<value> | -m <value>] | ||
FLAGS | ||
-d, --output-dir=<value> [default: metadataPackage_1706356121737] Output directory to store the Metadata | ||
-d, --output-dir=<value> [default: metadataPackage_1706639901301] 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. | ||
|
@@ -5422,7 +5429,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.2.8/src/commands/project/convert/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/source.ts)_ | ||
|
||
## `sf project delete source` | ||
|
||
|
@@ -5561,7 +5568,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.2.8/src/commands/project/delete/source.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/source.ts)_ | ||
|
||
## `sf project delete tracking` | ||
|
||
|
@@ -5597,7 +5604,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.2.8/src/commands/project/delete/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/tracking.ts)_ | ||
|
||
## `sf project deploy cancel` | ||
|
||
|
@@ -5667,7 +5674,7 @@ FLAG DESCRIPTIONS | |
project deploy report". | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/cancel.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/cancel.ts)_ | ||
|
||
## `sf project deploy preview` | ||
|
||
|
@@ -5751,7 +5758,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.2.8/src/commands/project/deploy/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/preview.ts)_ | ||
|
||
## `sf project deploy quick` | ||
|
||
|
@@ -5844,7 +5851,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.2.8/src/commands/project/deploy/quick.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/quick.ts)_ | ||
|
||
## `sf project deploy report` | ||
|
||
|
@@ -5939,7 +5946,7 @@ FLAG DESCRIPTIONS | |
--coverage-formatters lcov --coverage-formatters clover | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/report.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/report.ts)_ | ||
|
||
## `sf project deploy resume` | ||
|
||
|
@@ -6035,7 +6042,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.2.8/src/commands/project/deploy/resume.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/resume.ts)_ | ||
|
||
## `sf project deploy start` | ||
|
||
|
@@ -6264,7 +6271,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.2.8/src/commands/project/deploy/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/start.ts)_ | ||
|
||
## `sf project deploy validate` | ||
|
||
|
@@ -6443,7 +6450,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.2.8/src/commands/project/deploy/validate.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/validate.ts)_ | ||
|
||
## `sf project generate` | ||
|
||
|
@@ -6622,7 +6629,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.2.8/src/commands/project/generate/manifest.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/generate/manifest.ts)_ | ||
|
||
## `sf project list ignored` | ||
|
||
|
@@ -6663,7 +6670,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.2.8/src/commands/project/list/ignored.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/list/ignored.ts)_ | ||
|
||
## `sf project reset tracking` | ||
|
||
|
@@ -6711,7 +6718,7 @@ EXAMPLES | |
$ sf project reset tracking --revision 30 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/reset/tracking.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/reset/tracking.ts)_ | ||
|
||
## `sf project retrieve preview` | ||
|
||
|
@@ -6767,7 +6774,7 @@ FLAG DESCRIPTIONS | |
Overrides your default org. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/retrieve/preview.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/retrieve/preview.ts)_ | ||
|
||
## `sf project retrieve start` | ||
|
||
|
@@ -6921,7 +6928,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.2.8/src/commands/project/retrieve/start.ts)_ | ||
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/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.