Skip to content

Commit

Permalink
Merge pull request #1220 from salesforcecli/release/2.14.4
Browse files Browse the repository at this point in the history
Release PR for 2.14.4 as nightly
  • Loading branch information
svc-cli-bot authored Oct 16, 2023
2 parents e95fa3f + c03fc5e commit 238d795
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
22 changes: 11 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.14.3 linux-x64 node-v18.18.0
@salesforce/cli/2.14.4 linux-x64 node-v18.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -842,7 +842,7 @@ DESCRIPTION
list all the commands
```

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

## `sf config get`

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/6.0.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.3/src/commands/help.ts)_

## `sf info releasenotes display`

Expand Down Expand Up @@ -3587,7 +3587,7 @@ EXAMPLES
$ sf login
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/login.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/login.ts)_

## `sf logout`

Expand Down Expand Up @@ -3621,7 +3621,7 @@ EXAMPLES
$ sf logout --no-prompt
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/logout.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/logout.ts)_

## `sf org assign permset`

Expand Down Expand Up @@ -6970,7 +6970,7 @@ FLAG DESCRIPTIONS
If you don't specify this flag, the command prompts you to choose from your local objects.
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/field.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/field.ts)_

## `sf schema generate platformevent`

Expand Down Expand Up @@ -6999,7 +6999,7 @@ EXAMPLES
$ sf schema generate platformevent --label "My Platform Event"
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/platformevent.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/platformevent.ts)_

## `sf schema generate sobject`

Expand Down Expand Up @@ -7053,7 +7053,7 @@ FLAG DESCRIPTIONS
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/sobject.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/sobject.ts)_

## `sf schema generate tab`

Expand Down Expand Up @@ -7100,7 +7100,7 @@ FLAG DESCRIPTIONS
The API name for a custom object always ends in "__c", such as "MyObject__c".
```

_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/tab.ts)_
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/tab.ts)_

## `sf search`

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

## `sf sobject describe`

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

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

<!-- commandsstop -->
18 changes: 9 additions & 9 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.3",
"version": "2.14.4",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@salesforce/plugin-community": "2.4.5",
"@salesforce/plugin-dev": "1.2.1",
"@salesforce/plugin-devops-center": "1.2.3",
"@salesforce/plugin-env": "2.2.6",
"@salesforce/plugin-env": "2.2.7",
"@salesforce/plugin-functions": "1.22.3",
"@salesforce/plugin-packaging": "1.26.3",
"@salesforce/plugin-signups": "1.5.5",
Expand Down Expand Up @@ -124,28 +124,28 @@
"dependencies": {
"@oclif/core": "3.0.3",
"@oclif/plugin-autocomplete": "2.3.9",
"@oclif/plugin-commands": "3.0.2",
"@oclif/plugin-help": "6.0.2",
"@oclif/plugin-not-found": "3.0.1",
"@oclif/plugin-commands": "3.0.3",
"@oclif/plugin-help": "6.0.3",
"@oclif/plugin-not-found": "3.0.2",
"@oclif/plugin-plugins": "3.9.1",
"@oclif/plugin-search": "1.0.2",
"@oclif/plugin-search": "1.0.3",
"@oclif/plugin-update": "4.1.2",
"@oclif/plugin-version": "2.0.3",
"@oclif/plugin-warn-if-update-available": "2.1.1",
"@oclif/plugin-which": "3.0.3",
"@oclif/plugin-which": "3.0.4",
"@salesforce/core": "^5.2.0",
"@salesforce/plugin-apex": "2.3.19",
"@salesforce/plugin-auth": "2.8.20",
"@salesforce/plugin-data": "2.5.17",
"@salesforce/plugin-deploy-retrieve": "1.19.0",
"@salesforce/plugin-info": "2.6.49",
"@salesforce/plugin-limits": "2.3.38",
"@salesforce/plugin-login": "1.2.36",
"@salesforce/plugin-login": "1.2.37",
"@salesforce/plugin-marketplace": "0.3.0",
"@salesforce/plugin-org": "2.11.0",
"@salesforce/plugin-schema": "2.3.29",
"@salesforce/plugin-settings": "1.4.33",
"@salesforce/plugin-sobject": "0.2.11",
"@salesforce/plugin-sobject": "0.2.12",
"@salesforce/plugin-source": "2.10.40",
"@salesforce/plugin-telemetry": "2.3.6",
"@salesforce/plugin-templates": "55.5.14",
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^3.0.0", "@oclif/core@^3.0.1", "@oclif/core@^3.0.5", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1":
"@oclif/core@^3.0.0", "@oclif/core@^3.0.1", "@oclif/core@^3.0.9", "@oclif/core@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
Expand Down Expand Up @@ -1207,23 +1207,23 @@
ts-json-schema-generator "^1.3.0"
tslib "^2.6.2"

"@oclif/[email protected].2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.0.2.tgz#1ad5cf75b47a24e091a08a89eace5fccfbd5f088"
integrity sha512-abzLyhOXDjpZvn2uRBjuQyCpGRsR41k3o+gvZvLBneiL80OJNc2WyL2aOFpPQTXpoggOP9qyd3+GBV/vno4w6Q==
"@oclif/[email protected].3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.0.3.tgz#def3ed17f6c215e151b97416a4d3a05874117479"
integrity sha512-xIs+6Ka7qm7XZOkezpTmAU0h90GZOlctLCnbK80Kh/Qr3wQJJR/w9jEQ0PLaMzc9u1zQRqBLIhl24DuFFESw+g==
dependencies:
"@oclif/core" "^3.2.1"
lodash.pickby "^4.6.0"
lodash.sortby "^4.7.0"
lodash.template "^4.5.0"
lodash.uniqby "^4.7.0"

"@oclif/[email protected].2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.2.tgz#f9cf0ac668e5ffabdebec33d374350495e981830"
integrity sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==
"@oclif/[email protected].3":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.3.tgz#6c267215a8e1d6cc07aac2be8e9cc50432a839bb"
integrity sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==
dependencies:
"@oclif/core" "^3.0.9"
"@oclif/core" "^3.2.1"

"@oclif/plugin-help@^5.2.14":
version "5.2.20"
Expand All @@ -1232,12 +1232,12 @@
dependencies:
"@oclif/core" "^2.15.0"

"@oclif/[email protected].1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.1.tgz#038f0d01681d9421daf632d533b1a9e666dd78f5"
integrity sha512-5tbLvxwb7bNkQn5M9F4nE43QttlrL/oHm6SeTqstvstyquJs3u251Iy2uGPP1tF7lZAvD/VMrsZ3tznTe4SoJg==
"@oclif/[email protected].2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.2.tgz#a5846cdab3a7a47f5aa9345614ae29290170b5e8"
integrity sha512-tmm/Q/hxZRRAjb2tbx0hg9LUEnuIhIafEAhZBQW7kWg+dYYAb8ut3UfYrIVGNz3K42r+SSMQCdu8QsheZhQi5A==
dependencies:
"@oclif/core" "^3.0.5"
"@oclif/core" "^3.2.1"
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

Expand Down Expand Up @@ -1268,12 +1268,12 @@
validate-npm-package-name "^5.0.0"
yarn "^1.22.18"

"@oclif/[email protected].2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.0.2.tgz#0da92a489e669755aeb9da62ec267f1e71665abc"
integrity sha512-sWiECpCQhiFIs0WU0uqknPWqP74FaEiVWK++ZdVCbX1shG/JWDNKbgSa3bYtPkggrRUHIUur3SytxA0nJuTZ2A==
"@oclif/[email protected].3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.0.3.tgz#58ffb042a16bf2a4b57568ccf4cfae8a5404af0e"
integrity sha512-q+Nqk52AtU24lSMEt2AMX4R3qXKN7VZm5e6d/yvaDYzHUbblwCs6/rv4eVdrjRzkkexza0ejxUSS0I0VfQtIEQ==
dependencies:
"@oclif/core" "^3.0.9"
"@oclif/core" "^3.2.1"
inquirer-autocomplete-standalone "^0.7.0"

"@oclif/[email protected]":
Expand Down Expand Up @@ -1311,12 +1311,12 @@
lodash.template "^4.5.0"
semver "^7.5.4"

"@oclif/[email protected].3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.3.tgz#19688393b2ce60d97d9bee01d318922334e7b47c"
integrity sha512-o3NrdrQbBfccLAGjwIEkYX5QNH8oT4bR4ZqtLnkohivuZc5cERsTwb9bHCwoX95YwlNaXqUyXmHywDd0FIMruQ==
"@oclif/[email protected].4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.4.tgz#22660e8b7af002ef688de4bd91d57a049a4b39cd"
integrity sha512-jOesn6YuiTLcdRS4lLtdw82oTcrO8DdXV7Cxh090UoTj5QiaEpxDrZvmFrJIG3N1lYMMsjQYKAGixzBtUngczw==
dependencies:
"@oclif/core" "^3.0.9"
"@oclif/core" "^3.2.1"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand Down Expand Up @@ -1765,13 +1765,13 @@
"@salesforce/ts-types" "^2.0.6"
tslib "^2"

"@salesforce/[email protected].36":
version "1.2.36"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-login/-/plugin-login-1.2.36.tgz#3a847accf4a3254e0f51a2871a93acfa4c0dfd55"
integrity sha512-rXpq8LkaZs+1axUW1XcMARy9Xh+MEw+1PVXrqu8g3Yn9NSdAoIw35srqPTyqX72E09/yqwmEfV1yJcmTB20j8w==
"@salesforce/[email protected].37":
version "1.2.37"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-login/-/plugin-login-1.2.37.tgz#ae5c1e989e0432c2792cfb32fbc5099258a05e64"
integrity sha512-oudAsj+pu+XMG70Ph6psXlD7pPYg0iYWcNqOSfBxbrNpFE5LLT2nhBUFn2ZygYvjQZnlXsRCoVWcGUf9uhX//A==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.3.1"
"@salesforce/core" "^5.3.9"
"@salesforce/sf-plugins-core" "^3.1.28"
chalk "^4.1.2"
inquirer "^8.2.6"
Expand Down Expand Up @@ -1853,13 +1853,13 @@
fast-levenshtein "^3.0.0"
tslib "^2"

"@salesforce/[email protected].11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.2.11.tgz#9600e55a2cfe328e91f269002c9831ad3a0ce586"
integrity sha512-1wGNFxL8tx5QwfM9q21VEJn6wfzzn24UmiHZHCAxkpe/DstBcv+zuof3/fwklHF/5VmgOLZ0cZmzQtUKJkbT+g==
"@salesforce/[email protected].12":
version "0.2.12"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.2.12.tgz#6979219a5d7004d7a708679860c5b267a735c143"
integrity sha512-ypZdIepGzKRl4YeoRYZNBbNUz4CDTNUyWfmujmpaS3TUpjRojRgGW6BwGDVEigBADziEmL1Q+HAKcTpbMDM4bA==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.3.1"
"@salesforce/core" "^5.3.9"
"@salesforce/kit" "^3.0.9"
"@salesforce/sf-plugins-core" "^3.1.22"
change-case "^4.1.2"
Expand Down

0 comments on commit 238d795

Please sign in to comment.