Skip to content

Commit

Permalink
chore(release): 1.2.19 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.19](v1.2.18...v1.2.19) (2023-11-17)

### Bug Fixes

* **deps:** bump @oclif/core from 3.10.0 to 3.11.0 ([#343](#343)) ([2ad92d4](2ad92d4))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.8.5 to 10.0.0 ([#344](#344)) ([2eb62e8](2eb62e8))
* **deps:** bump cli-truncate from 3.1.0 to 4.0.0 ([#333](#333)) ([0ba739c](0ba739c))
* **deps:** bump log-update from 5.0.1 to 6.0.0 ([#326](#326)) ([f3ebcf5](f3ebcf5))
* **deps:** bump playwright-chromium from 1.39.0 to 1.40.0 ([#347](#347)) ([7ed3f7d](7ed3f7d))
* **deps:** bump wrap-ansi from 8.1.0 to 9.0.0 ([#328](#328)) ([81cfe21](81cfe21))
  • Loading branch information
semantic-release-bot committed Nov 17, 2023
1 parent 2eb62e8 commit 28e86f9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ USAGE
$ sfdx jayree:flow:get:coverage -o <value> [--json] [--api-version <value>]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> Override the api version used for api requests made by this command
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
Expand All @@ -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`

Expand All @@ -60,11 +60,11 @@ USAGE
$ sfdx jayree:org:configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org.
-t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
active will be executed.
--api-version=<value> Override the api version used for api requests made by this command
--concurrent Execute tasks in parallel.
-o, --target-org=<value> (required) Username or alias of the target org.
-t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
active will be executed.
--api-version=<value> Override the api version used for api requests made by this command
--concurrent Execute tasks in parallel.
GLOBAL FLAGS
--json Format output as json.
Expand All @@ -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`

Expand All @@ -87,14 +87,14 @@ USAGE
$ sfdx jayree:org:configure:country -o <value> [--json] [--api-version <value>]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> Override the api version used for api requests made by this command
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> 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`

Expand All @@ -106,18 +106,18 @@ USAGE
[--language <value>] [--concurrent <value>]
FLAGS
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> Override the api version used for api requests made by this command
--category=<value> Subdivision category.
--concurrent=<value> [default: 1] execute tasks in parallel.
--country-code=<value> Alpha-2 code.
--language=<value> Language code.
-o, --target-org=<value> (required) Username or alias of the target org.
--api-version=<value> Override the api version used for api requests made by this command
--category=<value> Subdivision category.
--concurrent=<value> [default: 1] execute tasks in parallel.
--country-code=<value> Alpha-2 code.
--language=<value> 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`

Expand All @@ -131,7 +131,7 @@ FLAGS
-f, --file=<value> Write to 'file' instead of project-scratch-def.json.
-o, --target-org=<value> (required) Username or alias of the target org.
-w, --writetoprojectscratchdeffile Write output to project-scratch-def.json file.
--api-version=<value> Override the api version used for api requests made by this command
--api-version=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
Expand All @@ -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`

Expand All @@ -156,13 +156,13 @@ USAGE
$ sfdx jayree:org:stream -o <value> -c <value> [--json] [--api-version <value>] [-r <value>]
FLAGS
-c, --channel=<value> (required) The event name.
-o, --target-org=<value> (required) Username or alias of the target org.
-r, --replay-id=<value> 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=<value> Override the api version used for api requests made by this command
-c, --channel=<value> (required) The event name.
-o, --target-org=<value> (required) Username or alias of the target org.
-r, --replay-id=<value> 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=<value> Override the api version used for api requests made by this command
GLOBAL FLAGS
--json Format output as json.
Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 28e86f9

Please sign in to comment.