From d84c09fb5214480a4da0a37b1afd2c1af72d6eb8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 27 Oct 2023 02:46:38 +0000 Subject: [PATCH] chore(release): 2.3.32 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe13dea7..298b22b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.3.32](https://github.com/salesforcecli/plugin-schema/compare/2.3.31...2.3.32) (2023-10-27) + +### Bug Fixes + +- message naming consistency ([97dde95](https://github.com/salesforcecli/plugin-schema/commit/97dde9536921dbf20fa0b018bbf1ac8d784bcfbe)) + ## [2.3.31](https://github.com/salesforcecli/plugin-schema/compare/2.3.30...2.3.31) (2023-10-22) ### Bug Fixes diff --git a/README.md b/README.md index 7a091f60..7632c5f3 100644 --- a/README.md +++ b/README.md @@ -107,16 +107,16 @@ EXAMPLES $ sfdx 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": - $ sfdx sobject:describe --sobject MyObject__c --target-org my-scratch-org + $ sfdx sobject:describe --sobject MyObject\_\_c --target-org my-scratch-org Display the metadata of the ApexCodeCoverage Tooling API object in your default org: $ sfdx sobject:describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/describe.ts)_ ## `sfdx sobject:list` @@ -153,6 +153,6 @@ EXAMPLES $ sfdx sobject:list --sobject custom --target-org my-scratch-org ``` -_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index 3873ebf6..cf629f4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "2.3.31", + "version": "2.3.32", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",