sfdx-jayree 4.3.3 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +8 -9
- package/yarn.lock +68 -87
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.3.4](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.3...v4.3.4) (2021-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([8faab40](https://github.com/jayree/sfdx-jayree-plugin/commit/8faab40d100e0cdc91c46011f1cfc307410f4b9e))
|
|
7
|
+
|
|
1
8
|
## [4.3.3](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.2...v4.3.3) (2021-12-19)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
26
26
|
$ sfdx jayree:COMMAND
|
|
27
27
|
running command...
|
|
28
28
|
$ sfdx plugins
|
|
29
|
-
sfdx-jayree 4.3.
|
|
29
|
+
sfdx-jayree 4.3.4
|
|
30
30
|
$ sfdx help jayree:COMMAND
|
|
31
31
|
USAGE
|
|
32
32
|
$ sfdx jayree:COMMAND
|
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
❯ ChangeSet1
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
111
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
112
112
|
|
|
113
113
|
### `sfdx jayree:automation:changeset:list`
|
|
114
114
|
|
|
@@ -132,7 +132,7 @@ OPTIONS
|
|
|
132
132
|
this command invocation
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
135
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/automation/changeset/list.ts)_
|
|
136
136
|
|
|
137
137
|
### `sfdx jayree:automation:ltngsync:status`
|
|
138
138
|
|
|
@@ -173,7 +173,7 @@ EXAMPLE
|
|
|
173
173
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
176
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
177
177
|
|
|
178
178
|
### `sfdx jayree:flowtestcoverage`
|
|
179
179
|
|
|
@@ -203,7 +203,7 @@ EXAMPLE
|
|
|
203
203
|
...
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
206
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/flowtestcoverage.ts)_
|
|
207
207
|
|
|
208
208
|
### `sfdx jayree:manifest:cleanup`
|
|
209
209
|
|
|
@@ -233,7 +233,7 @@ EXAMPLE
|
|
|
233
233
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.
|
|
236
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.5/commands/jayree/manifest/cleanup.ts)_
|
|
237
237
|
|
|
238
238
|
### `sfdx jayree:manifest:generate`
|
|
239
239
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.
|
|
287
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.5/commands/jayree/manifest/generate.ts)_
|
|
288
288
|
|
|
289
289
|
### `sfdx jayree:manifest:git:diff`
|
|
290
290
|
|
|
@@ -334,7 +334,7 @@ EXAMPLES
|
|
|
334
334
|
uses the diff of what is unique in branchB (REF2)
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.
|
|
337
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.1.5/commands/jayree/manifest/git/diff.ts)_
|
|
338
338
|
|
|
339
339
|
### `sfdx jayree:org:configure`
|
|
340
340
|
|
|
@@ -373,7 +373,7 @@ EXAMPLE
|
|
|
373
373
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
376
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/org/configure/index.ts)_
|
|
377
377
|
|
|
378
378
|
### `sfdx jayree:org:configure:country`
|
|
379
379
|
|
|
@@ -400,7 +400,7 @@ ALIASES
|
|
|
400
400
|
$ sfdx jayree:automation:country:update
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
403
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/org/configure/country.ts)_
|
|
404
404
|
|
|
405
405
|
### `sfdx jayree:org:configure:state`
|
|
406
406
|
|
|
@@ -439,7 +439,7 @@ ALIASES
|
|
|
439
439
|
$ sfdx jayree:automation:state:import
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
442
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/org/configure/state.ts)_
|
|
443
443
|
|
|
444
444
|
### `sfdx jayree:org:settings`
|
|
445
445
|
|
|
@@ -477,7 +477,7 @@ EXAMPLE
|
|
|
477
477
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
480
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/org/settings.ts)_
|
|
481
481
|
|
|
482
482
|
### `sfdx jayree:org:streaming`
|
|
483
483
|
|
|
@@ -507,7 +507,7 @@ EXAMPLE
|
|
|
507
507
|
...
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
510
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/org/streaming.ts)_
|
|
511
511
|
|
|
512
512
|
### `sfdx jayree:packagedescription:create`
|
|
513
513
|
|
|
@@ -530,7 +530,7 @@ EXAMPLE
|
|
|
530
530
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
533
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/packagedescription/create.ts)_
|
|
534
534
|
|
|
535
535
|
### `sfdx jayree:packagedescription:get`
|
|
536
536
|
|
|
@@ -553,7 +553,7 @@ EXAMPLE
|
|
|
553
553
|
Description of Package FILENAME
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
556
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/packagedescription/get.ts)_
|
|
557
557
|
|
|
558
558
|
### `sfdx jayree:packagedescription:remove`
|
|
559
559
|
|
|
@@ -575,7 +575,7 @@ EXAMPLE
|
|
|
575
575
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
578
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/packagedescription/remove.ts)_
|
|
579
579
|
|
|
580
580
|
### `sfdx jayree:packagedescription:set`
|
|
581
581
|
|
|
@@ -598,7 +598,7 @@ EXAMPLE
|
|
|
598
598
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
601
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/packagedescription/set.ts)_
|
|
602
602
|
|
|
603
603
|
### `sfdx jayree:source:fix`
|
|
604
604
|
|
|
@@ -630,7 +630,7 @@ DESCRIPTION
|
|
|
630
630
|
(examples will follow)
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
633
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/source/fix.ts)_
|
|
634
634
|
|
|
635
635
|
### `sfdx jayree:source:tracking:list`
|
|
636
636
|
|
|
@@ -662,7 +662,7 @@ EXAMPLE
|
|
|
662
662
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
665
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/source/tracking/list.ts)_
|
|
666
666
|
|
|
667
667
|
### `sfdx jayree:source:tracking:store:get`
|
|
668
668
|
|
|
@@ -690,7 +690,7 @@ EXAMPLE
|
|
|
690
690
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
693
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/source/tracking/store/get.ts)_
|
|
694
694
|
|
|
695
695
|
### `sfdx jayree:source:tracking:store:set`
|
|
696
696
|
|
|
@@ -722,7 +722,7 @@ EXAMPLE
|
|
|
722
722
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
723
723
|
```
|
|
724
724
|
|
|
725
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
725
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.4/src/commands/jayree/source/tracking/store/set.ts)_
|
|
726
726
|
<!-- commandsstop -->
|
|
727
727
|
|
|
728
728
|
## Hooks
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"4.3.3","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:version":{"id":"jayree:version","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:scratchorg:settings"],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json"}},"args":[]},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true}},"args":[]},"jayree:packagedescription:create":{"id":"jayree:packagedescription:create","description":"creates an empty package with the description","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:get":{"id":"jayree:packagedescription:get","description":"get the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:remove":{"id":"jayree:packagedescription:remove","description":"remove the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:remove --file FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:set":{"id":"jayree:packagedescription:set","description":"set the description within a package","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n (examples will follow)","usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json"},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[]},"jayree:automation:changeset:deploy":{"id":"jayree:automation:changeset:deploy","description":"deploy incomming change set to an org (beta)","usage":"<%= command.id %> [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n","$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changeset":{"name":"changeset","type":"option","char":"s","description":"name of changeset to deploy","required":false},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"options":["Default","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org (default:false)","required":false,"allowNo":false},"nodialog":{"name":"nodialog","type":"boolean","description":"don't show the dialog wizard","required":false,"allowNo":false}},"args":[]},"jayree:automation:changeset:list":{"id":"jayree:automation:changeset:list","description":"list incomming change sets of an org (beta)","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:automation:ltngsync:status":{"id":"jayree:automation:ltngsync:status","description":"check the Lightning Sync User Sync Status and reset sync if needed (beta)","usage":"<%= command.id %> -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"officeuser":{"name":"officeuser","type":"option","char":"o","description":"'name' (firstname lastname) of the SF user","required":true},"statusonly":{"name":"statusonly","type":"boolean","char":"s","description":"get Lightning Sync status of the SF user, only","required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to wait for status change in minutes (default: infinitely)","required":false}},"args":[]},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:country:update"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed"},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[]},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:statecountry:import","jayree:automation:statecountry:create","jayree:automation:statecountry:update","jayree:automation:state:import"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code"},"category":{"name":"category","type":"option","description":"Subdivision category"},"language":{"name":"language","type":"option","description":"Language code"},"concurrent":{"name":"concurrent","type":"option","description":"ccc","default":1}},"args":[]},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","default":0}},"args":[]},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)"}},"args":[]}}}
|
|
1
|
+
{"version":"4.3.4","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:version":{"id":"jayree:version","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:scratchorg:settings"],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json"}},"args":[]},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true}},"args":[]},"jayree:packagedescription:create":{"id":"jayree:packagedescription:create","description":"creates an empty package with the description","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:get":{"id":"jayree:packagedescription:get","description":"get the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:remove":{"id":"jayree:packagedescription:remove","description":"remove the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:remove --file FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:set":{"id":"jayree:packagedescription:set","description":"set the description within a package","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n (examples will follow)","usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json"},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[]},"jayree:automation:changeset:deploy":{"id":"jayree:automation:changeset:deploy","description":"deploy incomming change set to an org (beta)","usage":"<%= command.id %> [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n","$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changeset":{"name":"changeset","type":"option","char":"s","description":"name of changeset to deploy","required":false},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"options":["Default","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org (default:false)","required":false,"allowNo":false},"nodialog":{"name":"nodialog","type":"boolean","description":"don't show the dialog wizard","required":false,"allowNo":false}},"args":[]},"jayree:automation:changeset:list":{"id":"jayree:automation:changeset:list","description":"list incomming change sets of an org (beta)","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:automation:ltngsync:status":{"id":"jayree:automation:ltngsync:status","description":"check the Lightning Sync User Sync Status and reset sync if needed (beta)","usage":"<%= command.id %> -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"officeuser":{"name":"officeuser","type":"option","char":"o","description":"'name' (firstname lastname) of the SF user","required":true},"statusonly":{"name":"statusonly","type":"boolean","char":"s","description":"get Lightning Sync status of the SF user, only","required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to wait for status change in minutes (default: infinitely)","required":false}},"args":[]},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:country:update"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed"},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[]},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:statecountry:import","jayree:automation:statecountry:create","jayree:automation:statecountry:update","jayree:automation:state:import"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code"},"category":{"name":"category","type":"option","description":"Subdivision category"},"language":{"name":"language","type":"option","description":"Language code"},"concurrent":{"name":"concurrent","type":"option","description":"ccc","default":1}},"args":[]},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","default":0}},"args":[]},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "sfdx ALM commands & more",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.4",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jayree/sfdx-plugin-manifest": "^2.1.
|
|
8
|
+
"@jayree/sfdx-plugin-manifest": "^2.1.5",
|
|
9
9
|
"@jayree/sfdx-plugin-prettier": "^1.1.2",
|
|
10
10
|
"@oclif/config": "^1.18.2",
|
|
11
11
|
"@salesforce/command": "^4.2.1",
|
|
@@ -29,14 +29,13 @@
|
|
|
29
29
|
"marked-terminal": "^4.2.0",
|
|
30
30
|
"object-path": "^0.11.8",
|
|
31
31
|
"open": "^8.4.0",
|
|
32
|
-
"puppeteer": "^13.0.
|
|
32
|
+
"puppeteer": "^13.0.1",
|
|
33
33
|
"tabletojson": "^2.0.7"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@commitlint/cli": "^15.0.0",
|
|
37
37
|
"@commitlint/config-conventional": "^15.0.0",
|
|
38
38
|
"@oclif/dev-cli": "^1.26.10",
|
|
39
|
-
"@oclif/plugin-help": "^3.3.1",
|
|
40
39
|
"@salesforce/dev-config": "^3.0.0",
|
|
41
40
|
"@salesforce/dev-scripts": "2.0.0",
|
|
42
41
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -48,10 +47,10 @@
|
|
|
48
47
|
"@types/jsforce": "^1.9.37",
|
|
49
48
|
"@types/marked": "^4.0.1",
|
|
50
49
|
"@types/mocha": "^9.0.0",
|
|
51
|
-
"@types/node": "^17.0.
|
|
50
|
+
"@types/node": "^17.0.2",
|
|
52
51
|
"@types/sinon": "^10.0.6",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
53
|
+
"@typescript-eslint/parser": "^5.8.0",
|
|
55
54
|
"chai": "^4.3.4",
|
|
56
55
|
"codecov": "^3.8.3",
|
|
57
56
|
"deepmerge": "^4.2.2",
|
|
@@ -61,7 +60,7 @@
|
|
|
61
60
|
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
62
61
|
"eslint-plugin-header": "^3.1.1",
|
|
63
62
|
"eslint-plugin-import": "^2.25.3",
|
|
64
|
-
"eslint-plugin-jsdoc": "^37.
|
|
63
|
+
"eslint-plugin-jsdoc": "^37.4.0",
|
|
65
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
66
65
|
"husky": "^7.0.4",
|
|
67
66
|
"is-ci": "^3.0.1",
|
|
@@ -71,7 +70,7 @@
|
|
|
71
70
|
"patch-package": "^6.4.7",
|
|
72
71
|
"pinst": "^2.1.6",
|
|
73
72
|
"prettier": "^2.5.1",
|
|
74
|
-
"pretty-quick": "^3.1.
|
|
73
|
+
"pretty-quick": "^3.1.3",
|
|
75
74
|
"sinon": "^12.0.1",
|
|
76
75
|
"source-map-support": "^0.5.21",
|
|
77
76
|
"ts-node": "^10.4.0",
|
package/yarn.lock
CHANGED
|
@@ -453,14 +453,12 @@
|
|
|
453
453
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
454
454
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
455
455
|
|
|
456
|
-
"@jayree/sfdx-plugin-manifest@^2.1.
|
|
457
|
-
version "2.1.
|
|
458
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-2.1.
|
|
459
|
-
integrity sha512-
|
|
456
|
+
"@jayree/sfdx-plugin-manifest@^2.1.5":
|
|
457
|
+
version "2.1.5"
|
|
458
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-2.1.5.tgz#30ff9cb2b919fda55719d7fd4fc47dcdba202c75"
|
|
459
|
+
integrity sha512-eTHAfTB3cqtKnwwyaCAo9ydMnH4Au5DVmCvkYWlNMJBn+FVWbB+56PAJ+Bp/K+qQmtqSbyzAXOL+lU6ZbLWY+Q==
|
|
460
460
|
dependencies:
|
|
461
|
-
"@oclif/command" "^1.8.16"
|
|
462
461
|
"@oclif/config" "^1.18.2"
|
|
463
|
-
"@oclif/errors" "^1.3.5"
|
|
464
462
|
"@salesforce/command" "^4.2.1"
|
|
465
463
|
"@salesforce/core" "^2.33.1"
|
|
466
464
|
"@salesforce/kit" "^1.5.22"
|
|
@@ -516,7 +514,7 @@
|
|
|
516
514
|
"@nodelib/fs.scandir" "2.1.5"
|
|
517
515
|
fastq "^1.6.0"
|
|
518
516
|
|
|
519
|
-
"@oclif/command@^1.5.13", "@oclif/command@^1.8.1", "@oclif/command@^1.8.14", "@oclif/command@^1.8.15"
|
|
517
|
+
"@oclif/command@^1.5.13", "@oclif/command@^1.8.1", "@oclif/command@^1.8.14", "@oclif/command@^1.8.15":
|
|
520
518
|
version "1.8.16"
|
|
521
519
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.16.tgz#bea46f81b2061b47e1cda318a0b923e62ca4cc0c"
|
|
522
520
|
integrity sha512-rmVKYEsKzurfRU0xJz+iHelbi1LGlihIWZ7Qvmb/CBz1EkhL7nOkW4SVXmG2dA5Ce0si2gr88i6q4eBOMRNJ1w==
|
|
@@ -677,23 +675,6 @@
|
|
|
677
675
|
widest-line "^2.0.1"
|
|
678
676
|
wrap-ansi "^4.0.0"
|
|
679
677
|
|
|
680
|
-
"@oclif/plugin-help@^3.3.1":
|
|
681
|
-
version "3.3.1"
|
|
682
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.3.1.tgz#36adb4e0173f741df409bb4b69036d24a53bfb24"
|
|
683
|
-
integrity sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==
|
|
684
|
-
dependencies:
|
|
685
|
-
"@oclif/command" "^1.8.15"
|
|
686
|
-
"@oclif/config" "1.18.2"
|
|
687
|
-
"@oclif/errors" "1.3.5"
|
|
688
|
-
"@oclif/help" "^1.0.1"
|
|
689
|
-
chalk "^4.1.2"
|
|
690
|
-
indent-string "^4.0.0"
|
|
691
|
-
lodash "^4.17.21"
|
|
692
|
-
string-width "^4.2.0"
|
|
693
|
-
strip-ansi "^6.0.0"
|
|
694
|
-
widest-line "^3.1.0"
|
|
695
|
-
wrap-ansi "^6.2.0"
|
|
696
|
-
|
|
697
678
|
"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4", "@oclif/screen@^1.0.4 ":
|
|
698
679
|
version "1.0.4"
|
|
699
680
|
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
|
|
@@ -1124,10 +1105,10 @@
|
|
|
1124
1105
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297"
|
|
1125
1106
|
integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
|
|
1126
1107
|
|
|
1127
|
-
"@types/node@*", "@types/node@^17.0.
|
|
1128
|
-
version "17.0.
|
|
1129
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.
|
|
1130
|
-
integrity sha512-
|
|
1108
|
+
"@types/node@*", "@types/node@^17.0.2":
|
|
1109
|
+
version "17.0.2"
|
|
1110
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.2.tgz#a4c07d47ff737e8ee7e586fe636ff0e1ddff070a"
|
|
1111
|
+
integrity sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA==
|
|
1131
1112
|
|
|
1132
1113
|
"@types/node@^15.6.1":
|
|
1133
1114
|
version "15.14.9"
|
|
@@ -1172,13 +1153,13 @@
|
|
|
1172
1153
|
dependencies:
|
|
1173
1154
|
"@types/node" "*"
|
|
1174
1155
|
|
|
1175
|
-
"@typescript-eslint/eslint-plugin@^5.
|
|
1176
|
-
version "5.
|
|
1177
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
1178
|
-
integrity sha512-
|
|
1156
|
+
"@typescript-eslint/eslint-plugin@^5.8.0":
|
|
1157
|
+
version "5.8.0"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
|
|
1159
|
+
integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
|
|
1179
1160
|
dependencies:
|
|
1180
|
-
"@typescript-eslint/experimental-utils" "5.
|
|
1181
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1161
|
+
"@typescript-eslint/experimental-utils" "5.8.0"
|
|
1162
|
+
"@typescript-eslint/scope-manager" "5.8.0"
|
|
1182
1163
|
debug "^4.3.2"
|
|
1183
1164
|
functional-red-black-tree "^1.0.1"
|
|
1184
1165
|
ignore "^5.1.8"
|
|
@@ -1186,60 +1167,60 @@
|
|
|
1186
1167
|
semver "^7.3.5"
|
|
1187
1168
|
tsutils "^3.21.0"
|
|
1188
1169
|
|
|
1189
|
-
"@typescript-eslint/experimental-utils@5.
|
|
1190
|
-
version "5.
|
|
1191
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.
|
|
1192
|
-
integrity sha512-
|
|
1170
|
+
"@typescript-eslint/experimental-utils@5.8.0":
|
|
1171
|
+
version "5.8.0"
|
|
1172
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.0.tgz#0916ffe98d34b3c95e3652efa0cace61a7b25728"
|
|
1173
|
+
integrity sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA==
|
|
1193
1174
|
dependencies:
|
|
1194
1175
|
"@types/json-schema" "^7.0.9"
|
|
1195
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1196
|
-
"@typescript-eslint/types" "5.
|
|
1197
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1176
|
+
"@typescript-eslint/scope-manager" "5.8.0"
|
|
1177
|
+
"@typescript-eslint/types" "5.8.0"
|
|
1178
|
+
"@typescript-eslint/typescript-estree" "5.8.0"
|
|
1198
1179
|
eslint-scope "^5.1.1"
|
|
1199
1180
|
eslint-utils "^3.0.0"
|
|
1200
1181
|
|
|
1201
|
-
"@typescript-eslint/parser@^5.
|
|
1202
|
-
version "5.
|
|
1203
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.
|
|
1204
|
-
integrity sha512-
|
|
1182
|
+
"@typescript-eslint/parser@^5.8.0":
|
|
1183
|
+
version "5.8.0"
|
|
1184
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
|
|
1185
|
+
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
|
|
1205
1186
|
dependencies:
|
|
1206
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1207
|
-
"@typescript-eslint/types" "5.
|
|
1208
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1187
|
+
"@typescript-eslint/scope-manager" "5.8.0"
|
|
1188
|
+
"@typescript-eslint/types" "5.8.0"
|
|
1189
|
+
"@typescript-eslint/typescript-estree" "5.8.0"
|
|
1209
1190
|
debug "^4.3.2"
|
|
1210
1191
|
|
|
1211
|
-
"@typescript-eslint/scope-manager@5.
|
|
1212
|
-
version "5.
|
|
1213
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
1214
|
-
integrity sha512-
|
|
1192
|
+
"@typescript-eslint/scope-manager@5.8.0":
|
|
1193
|
+
version "5.8.0"
|
|
1194
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.0.tgz#2371095b4fa4c7be6a80b380f4e1b49c715e16f4"
|
|
1195
|
+
integrity sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg==
|
|
1215
1196
|
dependencies:
|
|
1216
|
-
"@typescript-eslint/types" "5.
|
|
1217
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1197
|
+
"@typescript-eslint/types" "5.8.0"
|
|
1198
|
+
"@typescript-eslint/visitor-keys" "5.8.0"
|
|
1218
1199
|
|
|
1219
|
-
"@typescript-eslint/types@5.
|
|
1220
|
-
version "5.
|
|
1221
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.
|
|
1222
|
-
integrity sha512-
|
|
1200
|
+
"@typescript-eslint/types@5.8.0":
|
|
1201
|
+
version "5.8.0"
|
|
1202
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
|
|
1203
|
+
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
|
|
1223
1204
|
|
|
1224
|
-
"@typescript-eslint/typescript-estree@5.
|
|
1225
|
-
version "5.
|
|
1226
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
1227
|
-
integrity sha512-
|
|
1205
|
+
"@typescript-eslint/typescript-estree@5.8.0":
|
|
1206
|
+
version "5.8.0"
|
|
1207
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
|
|
1208
|
+
integrity sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ==
|
|
1228
1209
|
dependencies:
|
|
1229
|
-
"@typescript-eslint/types" "5.
|
|
1230
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1210
|
+
"@typescript-eslint/types" "5.8.0"
|
|
1211
|
+
"@typescript-eslint/visitor-keys" "5.8.0"
|
|
1231
1212
|
debug "^4.3.2"
|
|
1232
1213
|
globby "^11.0.4"
|
|
1233
1214
|
is-glob "^4.0.3"
|
|
1234
1215
|
semver "^7.3.5"
|
|
1235
1216
|
tsutils "^3.21.0"
|
|
1236
1217
|
|
|
1237
|
-
"@typescript-eslint/visitor-keys@5.
|
|
1238
|
-
version "5.
|
|
1239
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
1240
|
-
integrity sha512
|
|
1218
|
+
"@typescript-eslint/visitor-keys@5.8.0":
|
|
1219
|
+
version "5.8.0"
|
|
1220
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
|
|
1221
|
+
integrity sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug==
|
|
1241
1222
|
dependencies:
|
|
1242
|
-
"@typescript-eslint/types" "5.
|
|
1223
|
+
"@typescript-eslint/types" "5.8.0"
|
|
1243
1224
|
eslint-visitor-keys "^3.0.0"
|
|
1244
1225
|
|
|
1245
1226
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -1747,9 +1728,9 @@ camelcase@^6.0.0:
|
|
|
1747
1728
|
integrity sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==
|
|
1748
1729
|
|
|
1749
1730
|
caniuse-lite@^1.0.30001286:
|
|
1750
|
-
version "1.0.
|
|
1751
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
1752
|
-
integrity sha512-
|
|
1731
|
+
version "1.0.30001292"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001292.tgz#4a55f61c06abc9595965cfd77897dc7bc1cdc456"
|
|
1733
|
+
integrity sha512-jnT4Tq0Q4ma+6nncYQVe7d73kmDmE9C3OGTx3MvW7lBM/eY1S1DZTMBON7dqV481RhNiS5OxD7k9JQvmDOTirw==
|
|
1753
1734
|
|
|
1754
1735
|
cardinal@^2.1.1:
|
|
1755
1736
|
version "2.1.1"
|
|
@@ -2593,9 +2574,9 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
2593
2574
|
safe-buffer "^5.0.1"
|
|
2594
2575
|
|
|
2595
2576
|
electron-to-chromium@^1.4.17:
|
|
2596
|
-
version "1.4.
|
|
2597
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
2598
|
-
integrity sha512-
|
|
2577
|
+
version "1.4.27"
|
|
2578
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.27.tgz#bfc6e798d8a56a17d658312f4b7ae1a7ca87724f"
|
|
2579
|
+
integrity sha512-uZ95szi3zUbzRDx1zx/xnsCG+2xgZyy57pDOeaeO4r8zx5Dqe8Jv1ti8cunvBwJHVI5LzPuw8umKwZb3WKYxSQ==
|
|
2599
2580
|
|
|
2600
2581
|
emoji-regex@^7.0.1:
|
|
2601
2582
|
version "7.0.3"
|
|
@@ -2771,10 +2752,10 @@ eslint-plugin-jsdoc@^35.1.2:
|
|
|
2771
2752
|
semver "^7.3.5"
|
|
2772
2753
|
spdx-expression-parse "^3.0.1"
|
|
2773
2754
|
|
|
2774
|
-
eslint-plugin-jsdoc@^37.
|
|
2775
|
-
version "37.
|
|
2776
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.
|
|
2777
|
-
integrity sha512-
|
|
2755
|
+
eslint-plugin-jsdoc@^37.4.0:
|
|
2756
|
+
version "37.4.0"
|
|
2757
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.4.0.tgz#6e6eade5494150a392365f63bbd2fb88caeb8d0c"
|
|
2758
|
+
integrity sha512-XWKMMHFq7eUdC8XMzuQSskevJvlHTDSAJm/2qtEZ7+qhZTZ0YjeqWaUn7KGdrmxLNqtWwtJ67LdIPgrYUZ5EoA==
|
|
2778
2759
|
dependencies:
|
|
2779
2760
|
"@es-joy/jsdoccomment" "0.13.0"
|
|
2780
2761
|
comment-parser "1.3.0"
|
|
@@ -5462,10 +5443,10 @@ prettier@>=2.3, prettier@^2.0.5, prettier@^2.5.0, prettier@^2.5.1:
|
|
|
5462
5443
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
|
|
5463
5444
|
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
|
|
5464
5445
|
|
|
5465
|
-
pretty-quick@^3.1.0, pretty-quick@^3.1.
|
|
5466
|
-
version "3.1.
|
|
5467
|
-
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.
|
|
5468
|
-
integrity sha512-
|
|
5446
|
+
pretty-quick@^3.1.0, pretty-quick@^3.1.3:
|
|
5447
|
+
version "3.1.3"
|
|
5448
|
+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
5449
|
+
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
5469
5450
|
dependencies:
|
|
5470
5451
|
chalk "^3.0.0"
|
|
5471
5452
|
execa "^4.0.0"
|
|
@@ -5536,10 +5517,10 @@ punycode@^2.1.0, punycode@^2.1.1:
|
|
|
5536
5517
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
|
5537
5518
|
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
|
5538
5519
|
|
|
5539
|
-
puppeteer@^13.0.
|
|
5540
|
-
version "13.0.
|
|
5541
|
-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.0.
|
|
5542
|
-
integrity sha512-
|
|
5520
|
+
puppeteer@^13.0.1:
|
|
5521
|
+
version "13.0.1"
|
|
5522
|
+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.0.1.tgz#9cd9bb8ec090bade183ca186bf342396bdffa135"
|
|
5523
|
+
integrity sha512-wqGIx59LzYqWhYcJQphMT+ux0sgatEUbjKG0lbjJxNVqVIT3ZC5m4Bvmq2gHE3qhb63EwS+rNkql08bm4BvO0A==
|
|
5543
5524
|
dependencies:
|
|
5544
5525
|
debug "4.3.2"
|
|
5545
5526
|
devtools-protocol "0.0.937139"
|