-
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 #1965 from salesforcecli/release/2.65.4
Release PR for 2.65.4 as nightly
- Loading branch information
Showing
3 changed files
with
220 additions
and
59 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.65.3 linux-x64 node-v20.18.0 | ||
@salesforce/cli/2.65.4 linux-x64 node-v20.18.0 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -209,7 +209,7 @@ EXAMPLES | |
$ sf alias list | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/list.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/list.ts)_ | ||
|
||
## `sf alias set` | ||
|
||
|
@@ -258,7 +258,7 @@ EXAMPLES | |
$ sf alias set my-scratch-org [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/set.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/set.ts)_ | ||
|
||
## `sf alias unset` | ||
|
||
|
@@ -298,7 +298,7 @@ EXAMPLES | |
$ sf alias unset --all [--no-prompt] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/unset.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/unset.ts)_ | ||
|
||
## `sf analytics generate template` | ||
|
||
|
@@ -1076,7 +1076,7 @@ DESCRIPTION | |
List all sf commands. | ||
``` | ||
|
||
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.3/src/commands/commands.ts)_ | ||
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.5/src/commands/commands.ts)_ | ||
|
||
## `sf config get` | ||
|
||
|
@@ -1125,7 +1125,7 @@ CONFIGURATION VARIABLES | |
org-capitalize-record-types Whether record types are capitalized on scratch org creation. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/get.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/get.ts)_ | ||
|
||
## `sf config list` | ||
|
||
|
@@ -1165,7 +1165,7 @@ EXAMPLES | |
$ sf config list | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/list.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/list.ts)_ | ||
|
||
## `sf config set` | ||
|
||
|
@@ -1234,7 +1234,7 @@ CONFIGURATION VARIABLES | |
org-capitalize-record-types Whether record types are capitalized on scratch org creation. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/set.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/set.ts)_ | ||
|
||
## `sf config unset` | ||
|
||
|
@@ -1284,7 +1284,7 @@ CONFIGURATION VARIABLES | |
org-capitalize-record-types Whether record types are capitalized on scratch org creation. | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/unset.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/unset.ts)_ | ||
|
||
## `sf data create file` | ||
|
||
|
@@ -6032,7 +6032,7 @@ EXAMPLES | |
$ sf plugins trust verify --npm @scope/npmName | ||
``` | ||
|
||
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.35/src/commands/plugins/trust/verify.ts)_ | ||
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.36/src/commands/plugins/trust/verify.ts)_ | ||
|
||
## `sf plugins uninstall [PLUGIN]` | ||
|
||
|
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.