Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR for 2.62.2 as nightly #1928

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 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.62.1 linux-x64 node-v20.17.0
@salesforce/cli/2.62.2 linux-x64 node-v20.17.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -1072,7 +1072,7 @@ DESCRIPTION
List all sf commands.
```

_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.16/src/commands/commands.ts)_
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.1/src/commands/commands.ts)_

## `sf config get`

Expand Down Expand Up @@ -5653,7 +5653,7 @@ EXAMPLES
$ sf plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/index.ts)_

## `sf plugins discover`

Expand Down Expand Up @@ -5698,7 +5698,7 @@ EXAMPLES
$ sf plugins inspect @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/inspect.ts)_

## `sf plugins install PLUGIN`

Expand Down Expand Up @@ -5747,7 +5747,7 @@ EXAMPLES
$ sf plugins install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/install.ts)_

## `sf plugins link PATH`

Expand All @@ -5767,6 +5767,7 @@ FLAGS

DESCRIPTION
Links a plugin into the CLI for development.

Installation of a linked plugin will override a user-installed or core plugin.

e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
Expand All @@ -5777,7 +5778,7 @@ EXAMPLES
$ sf plugins link @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/link.ts)_

## `sf plugins reset`

Expand All @@ -5792,7 +5793,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/reset.ts)_

## `sf plugins trust verify`

Expand Down Expand Up @@ -5849,7 +5850,7 @@ EXAMPLES
$ sf plugins uninstall @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/uninstall.ts)_

## `sf plugins update`

Expand All @@ -5867,7 +5868,7 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/update.ts)_

## `sf project convert mdapi`

Expand Down Expand Up @@ -7985,10 +7986,11 @@ update the sf CLI

```
USAGE
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]]
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]

FLAGS
-a, --available See available versions.
-b, --verbose Show more details about the available versions.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
Expand All @@ -8014,7 +8016,7 @@ EXAMPLES
$ sf update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.10/src/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_

## `sf version`

Expand Down
10 changes: 5 additions & 5 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.62.1",
"version": "2.62.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@salesforce/plugin-env": "3.0.33",
"@salesforce/plugin-functions": "1.23.0",
"@salesforce/plugin-signups": "2.5.20",
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
"@salesforce/sfdx-scanner": "4.6.0"
},
"devPlugins": [
Expand Down Expand Up @@ -142,12 +142,12 @@
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.27",
"@oclif/plugin-autocomplete": "3.2.5",
"@oclif/plugin-commands": "4.0.16",
"@oclif/plugin-commands": "4.1.1",
"@oclif/plugin-help": "6.2.13",
"@oclif/plugin-not-found": "3.2.22",
"@oclif/plugin-plugins": "5.4.10",
"@oclif/plugin-plugins": "5.4.12",
"@oclif/plugin-search": "1.2.10",
"@oclif/plugin-update": "4.5.10",
"@oclif/plugin-update": "4.6.0",
"@oclif/plugin-version": "2.2.14",
"@oclif/plugin-warn-if-update-available": "3.1.18",
"@oclif/plugin-which": "3.2.15",
Expand Down
Loading
Loading