From 28e86f9a3f5599e069497d9c530d28a7739776c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Nov 2023 08:22:55 +0000 Subject: [PATCH] chore(release): 1.2.19 [skip ci] ## [1.2.19](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.18...v1.2.19) (2023-11-17) ### Bug Fixes * **deps:** bump @oclif/core from 3.10.0 to 3.11.0 ([#343](https://github.com/jayree/sfdx-plugin-org/issues/343)) ([2ad92d4](https://github.com/jayree/sfdx-plugin-org/commit/2ad92d48966b023cc38c00e45169589a1cb4c75c)) * **deps:** bump @salesforce/source-deploy-retrieve from 9.8.5 to 10.0.0 ([#344](https://github.com/jayree/sfdx-plugin-org/issues/344)) ([2eb62e8](https://github.com/jayree/sfdx-plugin-org/commit/2eb62e883fac999798448e439dae44d7e73f8214)) * **deps:** bump cli-truncate from 3.1.0 to 4.0.0 ([#333](https://github.com/jayree/sfdx-plugin-org/issues/333)) ([0ba739c](https://github.com/jayree/sfdx-plugin-org/commit/0ba739c5379e87d921dbd50ac72991e8b5e476af)) * **deps:** bump log-update from 5.0.1 to 6.0.0 ([#326](https://github.com/jayree/sfdx-plugin-org/issues/326)) ([f3ebcf5](https://github.com/jayree/sfdx-plugin-org/commit/f3ebcf505ea71fd332a3763fb3764b9b2770defc)) * **deps:** bump playwright-chromium from 1.39.0 to 1.40.0 ([#347](https://github.com/jayree/sfdx-plugin-org/issues/347)) ([7ed3f7d](https://github.com/jayree/sfdx-plugin-org/commit/7ed3f7df0bfeede60792bfc0f11cb9538402f59a)) * **deps:** bump wrap-ansi from 8.1.0 to 9.0.0 ([#328](https://github.com/jayree/sfdx-plugin-org/issues/328)) ([81cfe21](https://github.com/jayree/sfdx-plugin-org/commit/81cfe21b140da77fb31318ec7ef1d27120d25cf2)) --- CHANGELOG.md | 12 +++++++++++ README.md | 58 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 3 files changed, 42 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f552376b..4599866a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.2.19](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.18...v1.2.19) (2023-11-17) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.10.0 to 3.11.0 ([#343](https://github.com/jayree/sfdx-plugin-org/issues/343)) ([2ad92d4](https://github.com/jayree/sfdx-plugin-org/commit/2ad92d48966b023cc38c00e45169589a1cb4c75c)) +* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.5 to 10.0.0 ([#344](https://github.com/jayree/sfdx-plugin-org/issues/344)) ([2eb62e8](https://github.com/jayree/sfdx-plugin-org/commit/2eb62e883fac999798448e439dae44d7e73f8214)) +* **deps:** bump cli-truncate from 3.1.0 to 4.0.0 ([#333](https://github.com/jayree/sfdx-plugin-org/issues/333)) ([0ba739c](https://github.com/jayree/sfdx-plugin-org/commit/0ba739c5379e87d921dbd50ac72991e8b5e476af)) +* **deps:** bump log-update from 5.0.1 to 6.0.0 ([#326](https://github.com/jayree/sfdx-plugin-org/issues/326)) ([f3ebcf5](https://github.com/jayree/sfdx-plugin-org/commit/f3ebcf505ea71fd332a3763fb3764b9b2770defc)) +* **deps:** bump playwright-chromium from 1.39.0 to 1.40.0 ([#347](https://github.com/jayree/sfdx-plugin-org/issues/347)) ([7ed3f7d](https://github.com/jayree/sfdx-plugin-org/commit/7ed3f7df0bfeede60792bfc0f11cb9538402f59a)) +* **deps:** bump wrap-ansi from 8.1.0 to 9.0.0 ([#328](https://github.com/jayree/sfdx-plugin-org/issues/328)) ([81cfe21](https://github.com/jayree/sfdx-plugin-org/commit/81cfe21b140da77fb31318ec7ef1d27120d25cf2)) + ## [1.2.18](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.17...v1.2.18) (2023-11-10) diff --git a/README.md b/README.md index d0d12dfc..aabee8c4 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ USAGE $ sfdx jayree:flow:get:coverage -o [--json] [--api-version ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - --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. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -49,7 +49,7 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/flow/get/coverage.ts)_ +_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/flow/get/coverage.ts)_ ### `sfdx jayree:org:configure` @@ -60,11 +60,11 @@ USAGE $ sfdx jayree:org:configure -o [--json] [--api-version ] [-t ] [--concurrent] FLAGS - -o, --target-org= (required) Username or alias of the target org. - -t, --tasks=... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as - active will be executed. - --api-version= Override the api version used for api requests made by this command - --concurrent Execute tasks in parallel. + -o, --target-org= (required) Username or alias of the target org. + -t, --tasks=... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as + active will be executed. + --api-version= Override the api version used for api requests made by this command + --concurrent Execute tasks in parallel. GLOBAL FLAGS --json Format output as json. @@ -76,7 +76,7 @@ EXAMPLES $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings" ``` -_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/index.ts)_ +_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/org/configure/index.ts)_ ### `sfdx jayree:org:configure:country` @@ -87,14 +87,14 @@ USAGE $ sfdx jayree:org:configure:country -o [--json] [--api-version ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - --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. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/country.ts)_ +_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/org/configure/country.ts)_ ### `sfdx jayree:org:configure:state` @@ -106,18 +106,18 @@ USAGE [--language ] [--concurrent ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - --api-version= Override the api version used for api requests made by this command - --category= Subdivision category. - --concurrent= [default: 1] execute tasks in parallel. - --country-code= Alpha-2 code. - --language= Language code. + -o, --target-org= (required) Username or alias of the target org. + --api-version= Override the api version used for api requests made by this command + --category= Subdivision category. + --concurrent= [default: 1] execute tasks in parallel. + --country-code= Alpha-2 code. + --language= Language code. GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/state.ts)_ +_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/org/configure/state.ts)_ ### `sfdx jayree:org:get:settings` @@ -131,7 +131,7 @@ FLAGS -f, --file= Write to 'file' instead of project-scratch-def.json. -o, --target-org= (required) Username or alias of the target org. -w, --writetoprojectscratchdeffile Write output to project-scratch-def.json file. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -145,7 +145,7 @@ EXAMPLES $ sfdx jayree:org:settings -u MyTestOrg1 -w ``` -_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/get/settings.ts)_ +_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/org/get/settings.ts)_ ### `sfdx jayree:org:stream` @@ -156,13 +156,13 @@ USAGE $ sfdx jayree:org:stream -o -c [--json] [--api-version ] [-r ] FLAGS - -c, --channel= (required) The event name. - -o, --target-org= (required) Username or alias of the target org. - -r, --replay-id= Receive all stored events after the event specified by the replayId value and new events. - [default: -1] Receive new events that are broadcast after the command subscribes. [-2] - Receive all event, including past events that are within the retention window and new - events. - --api-version= Override the api version used for api requests made by this command + -c, --channel= (required) The event name. + -o, --target-org= (required) Username or alias of the target org. + -r, --replay-id= Receive all stored events after the event specified by the replayId value and new events. + [default: -1] Receive new events that are broadcast after the command subscribes. [-2] + Receive all event, including past events that are within the retention window and new + events. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -175,5 +175,5 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/stream.ts)_ +_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.19/src/commands/jayree/org/stream.ts)_ diff --git a/package.json b/package.json index c4b5473b..12109915 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jayree/sfdx-plugin-org", "description": "A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.", - "version": "1.2.18", + "version": "1.2.19", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-org/issues",