Skip to content

Commit

Permalink
Merge pull request #1793 from salesforcecli/release/2.51.0
Browse files Browse the repository at this point in the history
Release PR for 2.51.0 as nightly
  • Loading branch information
svc-cli-bot authored Jul 11, 2024
2 parents aa4a479 + 3e96555 commit 5ef92a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
14 changes: 4 additions & 10 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.50.6 linux-x64 node-v20.15.0
@salesforce/cli/2.51.0 linux-x64 node-v20.15.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -790,9 +790,7 @@ FLAG DESCRIPTIONS
For multiple suites, repeat the flag for each.
--suite-names Suite1 --suite-names Suite2
-t, --tests=<value>...
Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
If you specify --tests, you can't specify --class-names or --suite-names
For multiple tests, repeat the flag for each.
Expand Down Expand Up @@ -4047,9 +4045,7 @@ EXAMPLES
$ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
FLAG DESCRIPTIONS
-f, --definition-file=<value>
Path to a sandbox definition file for overriding its configuration when you refresh it.
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
Expand Down Expand Up @@ -7358,9 +7354,7 @@ FLAG DESCRIPTIONS
If the target directory matches one of the package directories in your sfdx-project.json file, the command fails.
Running the command multiple times with the same target adds new files and overwrites existing files.
-w, --wait=<value>
Number of minutes to wait for the command to complete and display results to the terminal window.
-w, --wait=<value> Number of minutes to wait for the command to complete and display results to the terminal window.
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
Expand Down
4 changes: 2 additions & 2 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.50.6",
"version": "2.51.0",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.9",
"@oclif/core": "4.0.11",
"@oclif/plugin-autocomplete": "3.1.6",
"@oclif/plugin-commands": "4.0.6",
"@oclif/plugin-help": "6.2.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1561,10 +1561,10 @@
proc-log "^4.0.0"
which "^4.0.0"

"@oclif/core@4.0.9", "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8":
version "4.0.9"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.9.tgz#c3ee4cc5bc0d56d19f4ba6c766e6a7136a3a520d"
integrity sha512-2mjLB/HzH+b3+tNnlRjx/+mgoBgjZxWQG2qmde/Q7+ghNyRP8tuHhwiCKw2fH2rJSUl5eksbQ8j9WNHWOg6rPg==
"@oclif/core@4.0.11", "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8":
version "4.0.11"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.11.tgz#0a774d00ccab8ee63eb01c5ad2bffc69a170dba8"
integrity sha512-cZLLdSm9tGSbuoRjjgXf128zvPZH+afjQMQcrvDfoN347KvPg75ne8YJ8qHix+T3Vl03iXfgIH6guQN0kLgmjg==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.1.1"
Expand Down

0 comments on commit 5ef92a3

Please sign in to comment.