Skip to content

Commit

Permalink
chore(release): bump to 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 28, 2023
1 parent 06fbb7f commit 5cc91cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 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.16.1 linux-x64 node-v20.9.0
@salesforce/cli/2.16.2 linux-x64 node-v20.9.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -7156,16 +7156,16 @@ EXAMPLES
$ sf sobject describe --sobject Account
Display the metadata of the "MyObject__c" custom object in the org with alias "my-scratch-org":
Display the metadata of the "MyObject\_\_c" custom object in the org with alias "my-scratch-org":
$ sf sobject describe --sobject MyObject__c --target-org my-scratch-org
$ sf sobject describe --sobject MyObject\_\_c --target-org my-scratch-org
Display the metadata of the ApexCodeCoverage Tooling API object in your default org:
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
```

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

## `sf sobject list`

Expand Down Expand Up @@ -7202,7 +7202,7 @@ EXAMPLES
$ sf sobject list --sobject custom --target-org my-scratch-org
```

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

## `sf static-resource generate`

Expand Down
6 changes: 3 additions & 3 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.16.1",
"version": "2.16.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@salesforce/plugin-devops-center": "1.2.3",
"@salesforce/plugin-env": "2.2.8",
"@salesforce/plugin-packaging": "1.26.4",
"@salesforce/plugin-signups": "1.5.5",
"@salesforce/plugin-signups": "1.5.6",
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
"@salesforce/sfdx-scanner": "3.17.0"
},
Expand Down Expand Up @@ -145,7 +145,7 @@
"@salesforce/plugin-login": "1.2.39",
"@salesforce/plugin-marketplace": "0.3.1",
"@salesforce/plugin-org": "2.11.5",
"@salesforce/plugin-schema": "2.3.31",
"@salesforce/plugin-schema": "2.3.32",
"@salesforce/plugin-settings": "1.4.36",
"@salesforce/plugin-sobject": "0.2.14",
"@salesforce/plugin-source": "2.10.45",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1841,10 +1841,10 @@
tslib "^2"
yarn-deduplicate "^3.1.0"

"@salesforce/[email protected].31":
version "2.3.31"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-2.3.31.tgz#431adfe2cfbff31f6836493bca78814127b38e7e"
integrity sha512-BN3S6wU5BliTNWpBY0SpzxzH/Tm1YkTEiW2I3hRy5YLVNvhCoWNymeTXsFKht535CJp/FiNT7/fVjuzAA5XoBw==
"@salesforce/[email protected].32":
version "2.3.32"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-2.3.32.tgz#f25bca8b48c62d5e1c57cc904a69ea16915df9e8"
integrity sha512-xigwrpeuDfhNrzH/rq1ZtxZPhlaG4eBjZqIIla0mjnFNK2vAXGlIeS9ShTBGHUoLV9dyzQpejZ48otdCxUT2Eg==
dependencies:
"@oclif/core" "^2.15.0"
"@salesforce/core" "^5.3.10"
Expand Down

0 comments on commit 5cc91cc

Please sign in to comment.