diff --git a/README.md b/README.md index 13e13b17..bb90d7de 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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` diff --git a/package.json b/package.json index f0a85096..6bd00d01 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, @@ -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", diff --git a/yarn.lock b/yarn.lock index 5249d529..a7d2717c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1841,10 +1841,10 @@ tslib "^2" yarn-deduplicate "^3.1.0" -"@salesforce/plugin-schema@2.3.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/plugin-schema@2.3.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"