From e6e062549c558b38645e936a4371703e847a86af Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 15 Nov 2023 23:25:36 +0000 Subject: [PATCH] chore(release): 3.0.4 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b78957..2eaec80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.4](https://github.com/salesforcecli/plugin-schema/compare/3.0.3...3.0.4) (2023-11-15) + +### Bug Fixes + +- **deps:** devScripts update ([#629](https://github.com/salesforcecli/plugin-schema/issues/629)) and core v6 ([40c032f](https://github.com/salesforcecli/plugin-schema/commit/40c032fa0e71eefe2d864e86bd815477ea9cb879)) + ## [3.0.3](https://github.com/salesforcecli/plugin-schema/compare/3.0.2...3.0.3) (2023-11-12) ### Bug Fixes diff --git a/README.md b/README.md index 3e62528c..04c05614 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ USAGE $ sf sobject describe -o -s [--json] [--api-version ] [-t] FLAGS - -o, --target-org= (required) Username or alias of the target org. - -s, --sobject= (required) API name of the object to describe. - -t, --use-tooling-api Use Tooling API to display metadata for Tooling API objects. - --api-version= Override the api version used for api requests made by this command + -o, --target-org= (required) Username or alias of the target org. + -s, --sobject= (required) API name of the object to describe. + -t, --use-tooling-api Use Tooling API to display metadata for Tooling API objects. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -116,7 +116,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.3/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.4/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -127,9 +127,9 @@ USAGE $ sf sobject list -o [--json] [--api-version ] [-s ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - -s, --sobject= [default: ALL] Category of objects to list. - --api-version= Override the api version used for api requests made by this command + -o, --target-org= (required) Username or alias of the target org. + -s, --sobject= [default: ALL] Category of objects to list. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -153,6 +153,6 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.3/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.4/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index f1a0ccb5..402c34dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "3.0.3", + "version": "3.0.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {