Skip to content

Commit

Permalink
Merge pull request #1217 from salesforcecli/release/2.14.1
Browse files Browse the repository at this point in the history
Release PR for 2.14.1 as nightly
  • Loading branch information
svc-cli-bot authored Oct 13, 2023
2 parents 6c406ae + 55f7660 commit b4a7851
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 93 deletions.
16 changes: 8 additions & 8 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.14.0 linux-x64 node-v18.18.0
@salesforce/cli/2.14.1 linux-x64 node-v18.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -3163,7 +3163,7 @@ DESCRIPTION
Display help for sf.
```

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

## `sf info releasenotes display`

Expand Down Expand Up @@ -7108,7 +7108,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/0.0.24/src/commands/search.ts)_
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.2/src/commands/search.ts)_

## `sf sobject describe`

Expand Down Expand Up @@ -7258,10 +7258,10 @@ update the sf CLI

```
USAGE
$ sf update [CHANNEL] [-a] [-v <value> | -i] [--force]
$ sf update [CHANNEL] [-a] [--force] [-i | -v <value>]
FLAGS
-a, --available Install a specific version.
-a, --available See 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 @@ -7287,7 +7287,7 @@ EXAMPLES
$ sf update --available
```

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

## `sf version`

Expand All @@ -7307,7 +7307,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.0.1/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.2/src/commands/version.ts)_

## `sf visualforce generate component`

Expand Down Expand Up @@ -7429,6 +7429,6 @@ EXAMPLES
$ sf which help
```

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

<!-- commandsstop -->
12 changes: 6 additions & 6 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.14.0",
"version": "2.14.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -125,14 +125,14 @@
"@oclif/core": "3.0.3",
"@oclif/plugin-autocomplete": "2.3.9",
"@oclif/plugin-commands": "2.2.28",
"@oclif/plugin-help": "5.2.20",
"@oclif/plugin-help": "6.0.2",
"@oclif/plugin-not-found": "3.0.1",
"@oclif/plugin-plugins": "3.9.1",
"@oclif/plugin-search": "0.0.24",
"@oclif/plugin-update": "3.2.4",
"@oclif/plugin-version": "2.0.1",
"@oclif/plugin-search": "1.0.2",
"@oclif/plugin-update": "4.1.1",
"@oclif/plugin-version": "2.0.2",
"@oclif/plugin-warn-if-update-available": "2.1.1",
"@oclif/plugin-which": "2.2.34",
"@oclif/plugin-which": "3.0.2",
"@salesforce/core": "^5.2.0",
"@salesforce/plugin-apex": "2.3.19",
"@salesforce/plugin-auth": "2.8.20",
Expand Down
Loading

0 comments on commit b4a7851

Please sign in to comment.