Skip to content

Commit

Permalink
chore(release): bump to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 14, 2023
1 parent b4a7851 commit 0e8000a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 51 deletions.
54 changes: 31 additions & 23 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.1 linux-x64 node-v18.18.0
@salesforce/cli/2.14.2 linux-x64 node-v18.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -818,8 +818,8 @@ list all the commands

```
USAGE
$ sf commands [--json] [-h] [--hidden] [--tree] [--columns <value> | -x] [--sort <value>] [--filter <value>]
[--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
$ sf commands [--json] [-h] [--hidden] [--tree] [--columns <value> | -x] [--filter <value>] [--no-header |
[--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
FLAGS
-h, --help Show CLI help.
Expand All @@ -842,7 +842,7 @@ DESCRIPTION
list all the commands
```

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

## `sf config get`

Expand Down Expand Up @@ -2343,7 +2343,7 @@ FLAG DESCRIPTIONS
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/force/org/clone.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/clone.ts)_

## `sf force org create`

Expand Down Expand Up @@ -2391,7 +2391,7 @@ EXAMPLES
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/force/org/create.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/create.ts)_

## `sf force org delete`

Expand Down Expand Up @@ -2423,7 +2423,7 @@ EXAMPLES
$ sf force org delete -u MyOrgAlias -p
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/force/org/delete.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/delete.ts)_

## `sf force org status`

Expand Down Expand Up @@ -2461,7 +2461,7 @@ EXAMPLES
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/force/org/status.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/status.ts)_

## `sf force source deploy`

Expand Down Expand Up @@ -3577,6 +3577,8 @@ USAGE
DESCRIPTION
Log interactively into an environment.
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
Logging into an environment authorizes the CLI to run other commands that connect to that environment.
EXAMPLES
Expand All @@ -3585,7 +3587,7 @@ EXAMPLES
$ sf login
```

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

## `sf logout`

Expand All @@ -3604,6 +3606,8 @@ GLOBAL FLAGS
DESCRIPTION
Log out interactively from environments.
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
By default, the command prompts you to select which environments you want to log out of. Use --no-prompt to not be
prompted and log out of all environments.
Expand All @@ -3617,7 +3621,7 @@ EXAMPLES
$ sf logout --no-prompt
```

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

## `sf org assign permset`

Expand Down Expand Up @@ -3809,7 +3813,7 @@ FLAG DESCRIPTIONS
sandbox.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/create/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/sandbox.ts)_

## `sf org create scratch`

Expand Down Expand Up @@ -3962,7 +3966,7 @@ FLAG DESCRIPTIONS
Omit this flag to have Salesforce generate a unique username for your org.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/create/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/scratch.ts)_

## `sf org create user`

Expand Down Expand Up @@ -4102,7 +4106,7 @@ EXAMPLES
$ sf org delete sandbox --target-org my-sandbox --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/delete/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/sandbox.ts)_

## `sf org delete scratch`

Expand Down Expand Up @@ -4144,7 +4148,7 @@ EXAMPLES
$ sf org delete scratch --target-org my-scratch-org --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/delete/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/scratch.ts)_

## `sf org display`

Expand Down Expand Up @@ -4187,7 +4191,7 @@ EXAMPLES
$ sf org display --target-org TestOrg1 --verbose
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/display.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/display.ts)_

## `sf org display user`

Expand Down Expand Up @@ -4326,7 +4330,7 @@ EXAMPLES
$ sf org list --clean
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/list.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list.ts)_

## `sf org list auth`

Expand Down Expand Up @@ -4421,7 +4425,7 @@ FLAG DESCRIPTIONS
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/list/metadata.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata.ts)_

## `sf org list metadata-types`

Expand Down Expand Up @@ -4474,7 +4478,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/list/metadata-types.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata-types.ts)_

## `sf org list users`

Expand Down Expand Up @@ -4973,9 +4977,13 @@ EXAMPLES
Open a local Lightning page in your default org's Lightning App Builder:
$ sf org open --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
Open a local Flow in Flow Builder:
$ sf org open --source-path force-app/main/default/flows/Hello.flow-meta.xml
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/open.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/open.ts)_

## `sf org resume sandbox`

Expand Down Expand Up @@ -5037,7 +5045,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the sandbox creation, rerun this command.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/resume/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -5083,7 +5091,7 @@ FLAG DESCRIPTIONS
The job ID is valid for 24 hours after you start the scratch org creation.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.10.12/src/commands/org/resume/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/scratch.ts)_

## `sf plugins`

Expand Down Expand Up @@ -7287,7 +7295,7 @@ EXAMPLES
$ sf update --available
```

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

## `sf version`

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

_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.2/src/commands/which.ts)_
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.3/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.1",
"version": "2.14.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -124,25 +124,25 @@
"dependencies": {
"@oclif/core": "3.0.3",
"@oclif/plugin-autocomplete": "2.3.9",
"@oclif/plugin-commands": "2.2.28",
"@oclif/plugin-commands": "3.0.1",
"@oclif/plugin-help": "6.0.2",
"@oclif/plugin-not-found": "3.0.1",
"@oclif/plugin-plugins": "3.9.1",
"@oclif/plugin-search": "1.0.2",
"@oclif/plugin-update": "4.1.1",
"@oclif/plugin-update": "4.1.2",
"@oclif/plugin-version": "2.0.2",
"@oclif/plugin-warn-if-update-available": "2.1.1",
"@oclif/plugin-which": "3.0.2",
"@oclif/plugin-which": "3.0.3",
"@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.35",
"@salesforce/plugin-login": "1.2.36",
"@salesforce/plugin-marketplace": "0.3.0",
"@salesforce/plugin-org": "2.10.12",
"@salesforce/plugin-org": "2.11.0",
"@salesforce/plugin-schema": "2.3.29",
"@salesforce/plugin-settings": "1.4.33",
"@salesforce/plugin-sobject": "0.2.11",
Expand Down
62 changes: 40 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1207,13 +1207,16 @@
ts-json-schema-generator "^1.3.0"
tslib "^2.6.2"

"@oclif/plugin-commands@2.2.28":
version "2.2.28"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.28.tgz#07e8635a5c134d55a9ccc8fc2a7931a89573788f"
integrity sha512-w1vQ6WGltMnyjJnnt6Vo/VVtyhz1V0O9McCy0qKIY+os7SunjnUMRNS/y8MZ7b6AjMSdbLGV9/VAYSlWyQg9SQ==
"@oclif/plugin-commands@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.0.1.tgz#4bf8a02d8fc0c2beb16e8013ba4a0dff586487e8"
integrity sha512-JDSOtQq7C+aaV6qYC7Hqb46WJ5xcEIy0EknS8OEyptjO3Gn1wAcVIkoeGBmSprqv76AzFLisvBIEwTMd6TSI9Q==
dependencies:
"@oclif/core" "^2.15.0"
lodash "^4.17.11"
"@oclif/core" "^3.0.9"
lodash.pickby "^4.6.0"
lodash.sortby "^4.7.0"
lodash.template "^4.5.0"
lodash.uniqby "^4.7.0"

"@oclif/[email protected]":
version "6.0.2"
Expand Down Expand Up @@ -1273,10 +1276,10 @@
"@oclif/core" "^3.0.9"
inquirer-autocomplete-standalone "^0.7.0"

"@oclif/[email protected].1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.1.1.tgz#cc161e5b34df1bc013831ddfd185a2d019665a79"
integrity sha512-SP+hdzHOU1UmwV3rR3zP8+mcDOkQAUf6Z19Pb4y36BrOUVhcI9qKGnDa5OJjFdWhuxN+kUbKPNw0kvdusWQNNQ==
"@oclif/[email protected].2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.1.2.tgz#bd6d9669c97b74dd7ded8175314de449c1571a77"
integrity sha512-2S2q+NT8M2SyqzDjB7ZIZYHQ923Xvnul5EE8epV3jC8Br8EoMDJRBXXJsPjhz33DsJDTeFJpa7ScwcxB92fxGA==
dependencies:
"@oclif/core" "^3.0.9"
chalk "^5"
Expand Down Expand Up @@ -1308,10 +1311,10 @@
lodash.template "^4.5.0"
semver "^7.5.4"

"@oclif/[email protected].2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.2.tgz#de7db6434fe6254bb65e6742fa12b4477f4ae99b"
integrity sha512-ghqkNAIiawjbhFob1JkH3yT1gKKwZiVJY1jUSkARN4uyWGmwM7siziWHhpDWkWyaR/HcIYXRzbLV7qslYwtRbw==
"@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==
dependencies:
"@oclif/core" "^3.0.9"

Expand Down Expand Up @@ -1762,10 +1765,10 @@
"@salesforce/ts-types" "^2.0.6"
tslib "^2"

"@salesforce/[email protected].35":
version "1.2.35"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-login/-/plugin-login-1.2.35.tgz#2280a23b9294e9c94585b7b7f2a78032292db80f"
integrity sha512-dX4gfexjx0beQTrZVv1DYz3SFDxb99uJcgUrAjzZaiFg4W1b5ETRfX94XEvBrmlLRqJVWTCTErJr6htvWU917g==
"@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==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.3.1"
Expand All @@ -1787,10 +1790,10 @@
proxy-agent "^6.3.1"
tslib "^2"

"@salesforce/plugin-org@2.10.12":
version "2.10.12"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-2.10.12.tgz#b358571719e2ca862d482c8671ffc0fa1604fd41"
integrity sha512-5uxZouvsvsrzaCiMSWgxb/uclT87B+GIS/mbvLW35yJ9Pkv6VgAYl0iZzwbzdDSPQ0yT3sqy+HpqmteyL2qZTA==
"@salesforce/plugin-org@2.11.0":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-2.11.0.tgz#36a86349685d2533215a55854f9a89e89d8d042d"
integrity sha512-NiQwSjh4fIBAH9NL+aO4NeIlNiD/jhOc3SqET2RBNx4H+lzCnzJhlkTQbuAWSEj5ZcrWQXlVceA/hOPeboT7fQ==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.3.4"
Expand Down Expand Up @@ -7011,11 +7014,21 @@ lodash.once@^4.0.0:
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==

lodash.pickby@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"
integrity sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q==

lodash.snakecase@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
integrity sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==

lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==

lodash.startcase@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
Expand Down Expand Up @@ -7046,6 +7059,11 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==

lodash.uniqby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
integrity sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==

lodash.upperfirst@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
Expand Down

0 comments on commit 0e8000a

Please sign in to comment.