-
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 branch 'main' into cd/hide-deprecation-warning
- Loading branch information
Showing
3 changed files
with
52 additions
and
133 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.67.5 linux-x64 node-v22.10.0 | ||
@salesforce/cli/2.68.0 linux-x64 node-v22.10.0 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -527,7 +527,7 @@ FLAG DESCRIPTIONS | |
directory. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/get/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/log.ts)_ | ||
|
||
## `sf apex get test` | ||
|
||
|
@@ -587,7 +587,7 @@ EXAMPLES | |
me@myorg' | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/get/test.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/test.ts)_ | ||
|
||
## `sf apex list log` | ||
|
||
|
@@ -627,7 +627,7 @@ EXAMPLES | |
$ sf apex list log --target-org [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/list/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/list/log.ts)_ | ||
|
||
## `sf apex run` | ||
|
||
|
@@ -674,7 +674,7 @@ EXAMPLES | |
$ sf apex run | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/run.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run.ts)_ | ||
|
||
## `sf apex run test` | ||
|
||
|
@@ -726,6 +726,9 @@ DESCRIPTION | |
haven't finished by the end of the wait time, the command displays a test run ID. Use the "sf apex get test | ||
--test-run-id" command to get the results. | ||
You must have the "View All Data" system permission to use this command. The permission is disabled by default and can | ||
be enabled only by a system administrator. | ||
NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage of the covered lines and total lines | ||
from all the Apex classes evaluated by the tests in this run. | ||
|
@@ -814,7 +817,7 @@ FLAG DESCRIPTIONS | |
--tests Test1 --tests Test2 | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/run/test.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run/test.ts)_ | ||
|
||
## `sf apex tail log` | ||
|
||
|
@@ -857,7 +860,7 @@ EXAMPLES | |
$ sf apex tail log --color --skip-trace-flag | ||
``` | ||
|
||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/tail/log.ts)_ | ||
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/tail/log.ts)_ | ||
|
||
## `sf api request graphql` | ||
|
||
|
@@ -3188,7 +3191,7 @@ FLAG DESCRIPTIONS | |
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/create/sandbox.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/create/sandbox.ts)_ | ||
|
||
## `sf org create scratch` | ||
|
||
|
@@ -3342,7 +3345,7 @@ FLAG DESCRIPTIONS | |
Omit this flag to have Salesforce generate a unique username for your org. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/create/scratch.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/create/scratch.ts)_ | ||
|
||
## `sf org create user` | ||
|
||
|
@@ -3496,7 +3499,7 @@ EXAMPLES | |
$ sf org delete sandbox --target-org my-sandbox --no-prompt | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/delete/sandbox.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/delete/sandbox.ts)_ | ||
|
||
## `sf org delete scratch` | ||
|
||
|
@@ -3540,7 +3543,7 @@ EXAMPLES | |
$ sf org delete scratch --target-org my-scratch-org --no-prompt | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/delete/scratch.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/delete/scratch.ts)_ | ||
|
||
## `sf org disable tracking` | ||
|
||
|
@@ -3579,7 +3582,7 @@ EXAMPLES | |
$ sf org disable tracking | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/disable/tracking.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/disable/tracking.ts)_ | ||
|
||
## `sf org display` | ||
|
||
|
@@ -3624,7 +3627,7 @@ EXAMPLES | |
$ sf org display --target-org TestOrg1 --verbose | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/display.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/display.ts)_ | ||
|
||
## `sf org display user` | ||
|
||
|
@@ -3705,7 +3708,7 @@ EXAMPLES | |
$ sf org enable tracking | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/enable/tracking.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/enable/tracking.ts)_ | ||
|
||
## `sf org generate password` | ||
|
||
|
@@ -3811,7 +3814,7 @@ EXAMPLES | |
$ sf org list --clean | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/list.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list.ts)_ | ||
|
||
## `sf org list auth` | ||
|
||
|
@@ -3950,7 +3953,7 @@ FLAG DESCRIPTIONS | |
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/list/metadata.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list/metadata.ts)_ | ||
|
||
## `sf org list metadata-types` | ||
|
||
|
@@ -4005,7 +4008,7 @@ FLAG DESCRIPTIONS | |
Override the api version used for api requests made by this command | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/list/metadata-types.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/list/metadata-types.ts)_ | ||
|
||
## `sf org list sobject record-counts` | ||
|
||
|
@@ -4588,7 +4591,7 @@ EXAMPLES | |
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/open.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/open.ts)_ | ||
|
||
## `sf org refresh sandbox` | ||
|
||
|
@@ -4665,7 +4668,7 @@ FLAG DESCRIPTIONS | |
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/refresh/sandbox.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/refresh/sandbox.ts)_ | ||
|
||
## `sf org resume sandbox` | ||
|
||
|
@@ -4728,7 +4731,7 @@ FLAG DESCRIPTIONS | |
returns the job ID. To resume checking the sandbox creation, rerun this command. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/resume/sandbox.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/resume/sandbox.ts)_ | ||
|
||
## `sf org resume scratch` | ||
|
||
|
@@ -4775,7 +4778,7 @@ FLAG DESCRIPTIONS | |
The job ID is valid for 24 hours after you start the scratch org creation. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.4/src/commands/org/resume/scratch.ts)_ | ||
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.5/src/commands/org/resume/scratch.ts)_ | ||
|
||
## `sf package create` | ||
|
||
|
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.