-
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 #1719 from salesforcecli/release/2.45.6
Release PR for 2.45.6 as nightly
- Loading branch information
Showing
3 changed files
with
106 additions
and
264 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.45.5 linux-x64 node-v20.13.1 | ||
@salesforce/cli/2.45.6 linux-x64 node-v20.13.1 | ||
$ sf --help [COMMAND] | ||
USAGE | ||
$ sf COMMAND | ||
|
@@ -204,7 +204,7 @@ EXAMPLES | |
$ sf alias list | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/list.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_ | ||
|
||
## `sf alias set` | ||
|
||
|
@@ -222,7 +222,7 @@ DESCRIPTION | |
Set one or more aliases on your local computer. | ||
Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a | ||
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you | ||
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you | ||
can use an alias. | ||
You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the | ||
|
@@ -253,7 +253,7 @@ EXAMPLES | |
$ sf alias set my-scratch-org [email protected] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/set.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_ | ||
|
||
## `sf alias unset` | ||
|
||
|
@@ -293,7 +293,7 @@ EXAMPLES | |
$ sf alias unset --all [--no-prompt] | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/unset.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_ | ||
|
||
## `sf analytics generate template` | ||
|
||
|
@@ -842,7 +842,7 @@ EXAMPLES | |
$ sf autocomplete --refresh-cache | ||
``` | ||
|
||
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.1/src/commands/autocomplete/index.ts)_ | ||
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.2/src/commands/autocomplete/index.ts)_ | ||
|
||
## `sf commands` | ||
|
||
|
@@ -871,7 +871,7 @@ DESCRIPTION | |
List all sf commands. | ||
``` | ||
|
||
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.1/src/commands/commands.ts)_ | ||
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.2/src/commands/commands.ts)_ | ||
|
||
## `sf config get` | ||
|
||
|
@@ -920,7 +920,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.2.7/src/commands/config/get.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_ | ||
|
||
## `sf config list` | ||
|
||
|
@@ -960,7 +960,7 @@ EXAMPLES | |
$ sf config list | ||
``` | ||
|
||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/list.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_ | ||
|
||
## `sf config set` | ||
|
||
|
@@ -1029,7 +1029,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.2.7/src/commands/config/set.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_ | ||
|
||
## `sf config unset` | ||
|
||
|
@@ -1079,7 +1079,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.2.7/src/commands/config/unset.ts)_ | ||
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_ | ||
|
||
## `sf data create file` | ||
|
||
|
@@ -5440,7 +5440,7 @@ EXAMPLES | |
$ sf plugins | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/index.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/index.ts)_ | ||
|
||
## `sf plugins discover` | ||
|
||
|
@@ -5458,7 +5458,7 @@ EXAMPLES | |
$ sf plugins discover | ||
``` | ||
|
||
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.9/src/commands/plugins/discover.ts)_ | ||
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.10/src/commands/plugins/discover.ts)_ | ||
|
||
## `sf plugins:inspect PLUGIN...` | ||
|
||
|
@@ -5485,7 +5485,7 @@ EXAMPLES | |
$ sf plugins inspect @salesforce/plugin-packaging | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/inspect.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/inspect.ts)_ | ||
|
||
## `sf plugins install PLUGIN` | ||
|
||
|
@@ -5534,7 +5534,7 @@ EXAMPLES | |
$ sf plugins install someuser/someplugin | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/install.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/install.ts)_ | ||
|
||
## `sf plugins link PATH` | ||
|
||
|
@@ -5564,7 +5564,7 @@ EXAMPLES | |
$ sf plugins link @salesforce/plugin-packaging | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/link.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/link.ts)_ | ||
|
||
## `sf plugins reset` | ||
|
||
|
@@ -5579,7 +5579,7 @@ FLAGS | |
--reinstall Reinstall all plugins after uninstalling. | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/reset.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/reset.ts)_ | ||
|
||
## `sf plugins trust verify` | ||
|
||
|
@@ -5636,7 +5636,7 @@ EXAMPLES | |
$ sf plugins uninstall @salesforce/plugin-packaging | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/uninstall.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/uninstall.ts)_ | ||
|
||
## `sf plugins update` | ||
|
||
|
@@ -5654,7 +5654,7 @@ DESCRIPTION | |
Update installed plugins. | ||
``` | ||
|
||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/update.ts)_ | ||
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/update.ts)_ | ||
|
||
## `sf project convert mdapi` | ||
|
||
|
@@ -7591,7 +7591,7 @@ DESCRIPTION | |
Once you select a command, hit enter and it will show the help for that command. | ||
``` | ||
|
||
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.0/src/commands/search.ts)_ | ||
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.1/src/commands/search.ts)_ | ||
|
||
## `sf sobject describe` | ||
|
||
|
@@ -7776,7 +7776,7 @@ EXAMPLES | |
$ sf update --available | ||
``` | ||
|
||
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.2/src/commands/update.ts)_ | ||
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.3/src/commands/update.ts)_ | ||
|
||
## `sf version` | ||
|
||
|
@@ -7796,7 +7796,7 @@ FLAG DESCRIPTIONS | |
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using. | ||
``` | ||
|
||
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_ | ||
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.2/src/commands/version.ts)_ | ||
|
||
## `sf visualforce generate component` | ||
|
||
|
@@ -7936,6 +7936,6 @@ EXAMPLES | |
$ sf which "foo bar baz" | ||
``` | ||
|
||
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.0/src/commands/which.ts)_ | ||
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.1/src/commands/which.ts)_ | ||
|
||
<!-- commandsstop --> |
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.