sfdx-jayree 4.4.21 → 4.4.22
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 +11 -0
- package/README.md +15 -15
- package/oclif.manifest.json +869 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [4.4.22](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.21...v4.4.22) (2023-01-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 2.7.2 to 2.7.3 ([#537](https://github.com/jayree/sfdx-jayree-plugin/issues/537)) ([f3c7827](https://github.com/jayree/sfdx-jayree-plugin/commit/f3c7827f2774d7f5ffb0e82cd8e971e8839d1e07))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.20 to 1.2.21 ([#525](https://github.com/jayree/sfdx-jayree-plugin/issues/525)) ([db59350](https://github.com/jayree/sfdx-jayree-plugin/commit/db59350f93e2a0803b1529cc56c55dddb5410411))
|
|
8
|
+
* **deps:** bump @salesforce/kit from 1.8.2 to 1.8.3 ([#524](https://github.com/jayree/sfdx-jayree-plugin/issues/524)) ([f9efe08](https://github.com/jayree/sfdx-jayree-plugin/commit/f9efe0832bbb89b1272325ab19d1b917544ad16c))
|
|
9
|
+
* **deps:** bump @salesforce/source-tracking from 2.2.17 to 2.2.18 ([#527](https://github.com/jayree/sfdx-jayree-plugin/issues/527)) ([1f78c92](https://github.com/jayree/sfdx-jayree-plugin/commit/1f78c927334f57c4016420f41949d4e670008b23))
|
|
10
|
+
* **deps:** bump listr2 from 5.0.6 to 5.0.7 ([#533](https://github.com/jayree/sfdx-jayree-plugin/issues/533)) ([0a0c819](https://github.com/jayree/sfdx-jayree-plugin/commit/0a0c81942d760b4958c573d38bb34b7c884f4226))
|
|
11
|
+
|
|
1
12
|
## [4.4.21](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.20...v4.4.21) (2023-01-13)
|
|
2
13
|
|
|
3
14
|
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
24
24
|
$ sfdx jayree:[COMMAND]
|
|
25
25
|
running command...
|
|
26
26
|
$ sfdx plugins
|
|
27
|
-
sfdx-jayree 4.4.
|
|
27
|
+
sfdx-jayree 4.4.22
|
|
28
28
|
$ sfdx help jayree:[COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sfdx jayree:COMMAND
|
|
@@ -195,7 +195,7 @@ EXAMPLES
|
|
|
195
195
|
...
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
198
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/flowtestcoverage.ts)_
|
|
199
199
|
|
|
200
200
|
### `sfdx jayree:manifest:beta:git:diff`
|
|
201
201
|
|
|
@@ -274,7 +274,7 @@ FLAG DESCRIPTIONS
|
|
|
274
274
|
The location can be an absolute path or relative to the current working directory.
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.
|
|
277
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/beta/git/diff.ts)_
|
|
278
278
|
|
|
279
279
|
### `sfdx jayree:manifest:cleanup`
|
|
280
280
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.
|
|
305
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/cleanup.ts)_
|
|
306
306
|
|
|
307
307
|
### `sfdx jayree:manifest:generate`
|
|
308
308
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/generate.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree:manifest:git:diff`
|
|
351
351
|
|
|
@@ -399,7 +399,7 @@ EXAMPLES
|
|
|
399
399
|
uses the diff of what is unique in branchB (REF2)
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.3/src/commands/jayree/manifest/git/diff.ts)_
|
|
403
403
|
|
|
404
404
|
### `sfdx jayree:org:configure`
|
|
405
405
|
|
|
@@ -434,7 +434,7 @@ EXAMPLES
|
|
|
434
434
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
437
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/index.ts)_
|
|
438
438
|
|
|
439
439
|
### `sfdx jayree:org:configure:country`
|
|
440
440
|
|
|
@@ -458,7 +458,7 @@ DESCRIPTION
|
|
|
458
458
|
update country integration values in the State/Country Picklists
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
461
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/country.ts)_
|
|
462
462
|
|
|
463
463
|
### `sfdx jayree:org:configure:state`
|
|
464
464
|
|
|
@@ -487,7 +487,7 @@ DESCRIPTION
|
|
|
487
487
|
import (create/update) states into the State/Country Picklists
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
490
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/configure/state.ts)_
|
|
491
491
|
|
|
492
492
|
### `sfdx jayree:org:settings`
|
|
493
493
|
|
|
@@ -520,7 +520,7 @@ EXAMPLES
|
|
|
520
520
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
523
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/settings.ts)_
|
|
524
524
|
|
|
525
525
|
### `sfdx jayree:org:streaming`
|
|
526
526
|
|
|
@@ -549,7 +549,7 @@ EXAMPLES
|
|
|
549
549
|
...
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
552
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/org/streaming.ts)_
|
|
553
553
|
|
|
554
554
|
### `sfdx jayree:packagedescription:create`
|
|
555
555
|
|
|
@@ -676,7 +676,7 @@ DESCRIPTION
|
|
|
676
676
|
(examples will follow)
|
|
677
677
|
```
|
|
678
678
|
|
|
679
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
679
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/fix.ts)_
|
|
680
680
|
|
|
681
681
|
### `sfdx jayree:source:tracking:list`
|
|
682
682
|
|
|
@@ -707,7 +707,7 @@ EXAMPLES
|
|
|
707
707
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
710
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/list.ts)_
|
|
711
711
|
|
|
712
712
|
### `sfdx jayree:source:tracking:store:get`
|
|
713
713
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
738
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/store/get.ts)_
|
|
739
739
|
|
|
740
740
|
### `sfdx jayree:source:tracking:store:set`
|
|
741
741
|
|
|
@@ -766,7 +766,7 @@ EXAMPLES
|
|
|
766
766
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
769
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.22/src/commands/jayree/source/tracking/store/set.ts)_
|
|
770
770
|
<!-- commandsstop -->
|
|
771
771
|
|
|
772
772
|
## Hooks
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1,869 @@
|
|
|
1
|
-
{"version":"4.4.21","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:version":{"id":"jayree:version","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"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)","multiple":false,"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","strict":true,"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","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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","multiple":false}},"args":[],"flagsConfig":{"writetoprojectscratchdeffile":{"kind":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of project-scratch-def.json","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true,"multiple":false}},"args":[],"flagsConfig":{"topic":{"kind":"string","char":"p","required":true,"description":"topic name","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n(examples will follow)","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[],"flagsConfig":{"tag":{"kind":"array","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","input":[],"multiple":false,"type":"option"},"verbose":{"description":"log output to console","longDescription":"log output to console","type":"boolean","kind":"boolean","allowNo":false}},"supportsUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[],"flagsConfig":{"silent":{"kind":"boolean","description":"silent mode","required":false,"default":false,"hidden":true,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"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","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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","multiple":false},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[],"flagsConfig":{"tasks":{"kind":"array","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"boolean","description":"execute tasks in parallel","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code","multiple":false},"category":{"name":"category","type":"option","description":"Subdivision category","multiple":false},"language":{"name":"language","type":"option","description":"Language code","multiple":false},"concurrent":{"name":"concurrent","type":"option","description":"ccc","multiple":false,"default":1}},"args":[],"flagsConfig":{"countrycode":{"kind":"string","description":"Alpha-2 code","input":[],"multiple":false,"type":"option"},"category":{"kind":"string","description":"Subdivision category","input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"Language code","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"integer","description":"ccc","default":1,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","multiple":false,"default":0}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"start at a specific revision counter number","default":0,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","strict":true,"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","pluginAlias":"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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)","multiple":false}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"revision counter number (default: remote revision counter number)","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true}}}
|
|
1
|
+
{
|
|
2
|
+
"version": "4.4.22",
|
|
3
|
+
"commands": {
|
|
4
|
+
"jayree:flowtestcoverage": {
|
|
5
|
+
"id": "jayree:flowtestcoverage",
|
|
6
|
+
"description": "check the flow test coverage of an org",
|
|
7
|
+
"strict": true,
|
|
8
|
+
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
9
|
+
"pluginName": "sfdx-jayree",
|
|
10
|
+
"pluginAlias": "sfdx-jayree",
|
|
11
|
+
"pluginType": "core",
|
|
12
|
+
"aliases": [],
|
|
13
|
+
"examples": [
|
|
14
|
+
"$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"
|
|
15
|
+
],
|
|
16
|
+
"flags": {
|
|
17
|
+
"json": {
|
|
18
|
+
"name": "json",
|
|
19
|
+
"type": "boolean",
|
|
20
|
+
"description": "format output as json",
|
|
21
|
+
"allowNo": false
|
|
22
|
+
},
|
|
23
|
+
"loglevel": {
|
|
24
|
+
"name": "loglevel",
|
|
25
|
+
"type": "option",
|
|
26
|
+
"description": "logging level for this command invocation",
|
|
27
|
+
"required": false,
|
|
28
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
29
|
+
"multiple": false,
|
|
30
|
+
"options": [
|
|
31
|
+
"trace",
|
|
32
|
+
"debug",
|
|
33
|
+
"info",
|
|
34
|
+
"warn",
|
|
35
|
+
"error",
|
|
36
|
+
"fatal",
|
|
37
|
+
"TRACE",
|
|
38
|
+
"DEBUG",
|
|
39
|
+
"INFO",
|
|
40
|
+
"WARN",
|
|
41
|
+
"ERROR",
|
|
42
|
+
"FATAL"
|
|
43
|
+
],
|
|
44
|
+
"default": "warn"
|
|
45
|
+
},
|
|
46
|
+
"targetusername": {
|
|
47
|
+
"name": "targetusername",
|
|
48
|
+
"type": "option",
|
|
49
|
+
"char": "u",
|
|
50
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
51
|
+
"multiple": false
|
|
52
|
+
},
|
|
53
|
+
"apiversion": {
|
|
54
|
+
"name": "apiversion",
|
|
55
|
+
"type": "option",
|
|
56
|
+
"description": "override the api version used for api requests made by this command",
|
|
57
|
+
"multiple": false
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"args": {},
|
|
61
|
+
"requiresUsername": true,
|
|
62
|
+
"supportsDevhubUsername": false,
|
|
63
|
+
"requiresProject": false
|
|
64
|
+
},
|
|
65
|
+
"jayree:version": {
|
|
66
|
+
"id": "jayree:version",
|
|
67
|
+
"strict": true,
|
|
68
|
+
"usage": "<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
69
|
+
"pluginName": "sfdx-jayree",
|
|
70
|
+
"pluginAlias": "sfdx-jayree",
|
|
71
|
+
"pluginType": "core",
|
|
72
|
+
"hidden": true,
|
|
73
|
+
"aliases": [],
|
|
74
|
+
"flags": {
|
|
75
|
+
"json": {
|
|
76
|
+
"name": "json",
|
|
77
|
+
"type": "boolean",
|
|
78
|
+
"description": "format output as json",
|
|
79
|
+
"allowNo": false
|
|
80
|
+
},
|
|
81
|
+
"loglevel": {
|
|
82
|
+
"name": "loglevel",
|
|
83
|
+
"type": "option",
|
|
84
|
+
"description": "logging level for this command invocation",
|
|
85
|
+
"required": false,
|
|
86
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
87
|
+
"multiple": false,
|
|
88
|
+
"options": [
|
|
89
|
+
"trace",
|
|
90
|
+
"debug",
|
|
91
|
+
"info",
|
|
92
|
+
"warn",
|
|
93
|
+
"error",
|
|
94
|
+
"fatal",
|
|
95
|
+
"TRACE",
|
|
96
|
+
"DEBUG",
|
|
97
|
+
"INFO",
|
|
98
|
+
"WARN",
|
|
99
|
+
"ERROR",
|
|
100
|
+
"FATAL"
|
|
101
|
+
],
|
|
102
|
+
"default": "warn"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"args": {}
|
|
106
|
+
},
|
|
107
|
+
"jayree:org:settings": {
|
|
108
|
+
"id": "jayree:org:settings",
|
|
109
|
+
"description": "write the current settings from an Org to a scratch org def file",
|
|
110
|
+
"strict": true,
|
|
111
|
+
"usage": "<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
112
|
+
"pluginName": "sfdx-jayree",
|
|
113
|
+
"pluginAlias": "sfdx-jayree",
|
|
114
|
+
"pluginType": "core",
|
|
115
|
+
"aliases": [],
|
|
116
|
+
"examples": [
|
|
117
|
+
"$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"
|
|
118
|
+
],
|
|
119
|
+
"flags": {
|
|
120
|
+
"json": {
|
|
121
|
+
"name": "json",
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"description": "format output as json",
|
|
124
|
+
"allowNo": false
|
|
125
|
+
},
|
|
126
|
+
"loglevel": {
|
|
127
|
+
"name": "loglevel",
|
|
128
|
+
"type": "option",
|
|
129
|
+
"description": "logging level for this command invocation",
|
|
130
|
+
"required": false,
|
|
131
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
132
|
+
"multiple": false,
|
|
133
|
+
"options": [
|
|
134
|
+
"trace",
|
|
135
|
+
"debug",
|
|
136
|
+
"info",
|
|
137
|
+
"warn",
|
|
138
|
+
"error",
|
|
139
|
+
"fatal",
|
|
140
|
+
"TRACE",
|
|
141
|
+
"DEBUG",
|
|
142
|
+
"INFO",
|
|
143
|
+
"WARN",
|
|
144
|
+
"ERROR",
|
|
145
|
+
"FATAL"
|
|
146
|
+
],
|
|
147
|
+
"default": "warn"
|
|
148
|
+
},
|
|
149
|
+
"targetusername": {
|
|
150
|
+
"name": "targetusername",
|
|
151
|
+
"type": "option",
|
|
152
|
+
"char": "u",
|
|
153
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
154
|
+
"multiple": false
|
|
155
|
+
},
|
|
156
|
+
"apiversion": {
|
|
157
|
+
"name": "apiversion",
|
|
158
|
+
"type": "option",
|
|
159
|
+
"description": "override the api version used for api requests made by this command",
|
|
160
|
+
"multiple": false
|
|
161
|
+
},
|
|
162
|
+
"writetoprojectscratchdeffile": {
|
|
163
|
+
"name": "writetoprojectscratchdeffile",
|
|
164
|
+
"type": "boolean",
|
|
165
|
+
"char": "w",
|
|
166
|
+
"description": "write output to project-scratch-def.json file",
|
|
167
|
+
"allowNo": false
|
|
168
|
+
},
|
|
169
|
+
"file": {
|
|
170
|
+
"name": "file",
|
|
171
|
+
"type": "option",
|
|
172
|
+
"char": "f",
|
|
173
|
+
"description": "write to 'file' instead of project-scratch-def.json",
|
|
174
|
+
"multiple": false
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"args": {},
|
|
178
|
+
"flagsConfig": {
|
|
179
|
+
"writetoprojectscratchdeffile": {
|
|
180
|
+
"kind": "boolean",
|
|
181
|
+
"char": "w",
|
|
182
|
+
"description": "write output to project-scratch-def.json file",
|
|
183
|
+
"allowNo": false,
|
|
184
|
+
"type": "boolean"
|
|
185
|
+
},
|
|
186
|
+
"file": {
|
|
187
|
+
"kind": "string",
|
|
188
|
+
"char": "f",
|
|
189
|
+
"description": "write to 'file' instead of project-scratch-def.json",
|
|
190
|
+
"input": [],
|
|
191
|
+
"multiple": false,
|
|
192
|
+
"type": "option"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"requiresUsername": true,
|
|
196
|
+
"supportsDevhubUsername": false,
|
|
197
|
+
"requiresProject": true
|
|
198
|
+
},
|
|
199
|
+
"jayree:org:streaming": {
|
|
200
|
+
"id": "jayree:org:streaming",
|
|
201
|
+
"description": "listen to streaming api and platform events",
|
|
202
|
+
"strict": true,
|
|
203
|
+
"usage": "<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
204
|
+
"pluginName": "sfdx-jayree",
|
|
205
|
+
"pluginAlias": "sfdx-jayree",
|
|
206
|
+
"pluginType": "core",
|
|
207
|
+
"aliases": [],
|
|
208
|
+
"examples": [
|
|
209
|
+
"$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"
|
|
210
|
+
],
|
|
211
|
+
"flags": {
|
|
212
|
+
"json": {
|
|
213
|
+
"name": "json",
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"description": "format output as json",
|
|
216
|
+
"allowNo": false
|
|
217
|
+
},
|
|
218
|
+
"loglevel": {
|
|
219
|
+
"name": "loglevel",
|
|
220
|
+
"type": "option",
|
|
221
|
+
"description": "logging level for this command invocation",
|
|
222
|
+
"required": false,
|
|
223
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
224
|
+
"multiple": false,
|
|
225
|
+
"options": [
|
|
226
|
+
"trace",
|
|
227
|
+
"debug",
|
|
228
|
+
"info",
|
|
229
|
+
"warn",
|
|
230
|
+
"error",
|
|
231
|
+
"fatal",
|
|
232
|
+
"TRACE",
|
|
233
|
+
"DEBUG",
|
|
234
|
+
"INFO",
|
|
235
|
+
"WARN",
|
|
236
|
+
"ERROR",
|
|
237
|
+
"FATAL"
|
|
238
|
+
],
|
|
239
|
+
"default": "warn"
|
|
240
|
+
},
|
|
241
|
+
"targetusername": {
|
|
242
|
+
"name": "targetusername",
|
|
243
|
+
"type": "option",
|
|
244
|
+
"char": "u",
|
|
245
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
246
|
+
"multiple": false
|
|
247
|
+
},
|
|
248
|
+
"apiversion": {
|
|
249
|
+
"name": "apiversion",
|
|
250
|
+
"type": "option",
|
|
251
|
+
"description": "override the api version used for api requests made by this command",
|
|
252
|
+
"multiple": false
|
|
253
|
+
},
|
|
254
|
+
"topic": {
|
|
255
|
+
"name": "topic",
|
|
256
|
+
"type": "option",
|
|
257
|
+
"char": "p",
|
|
258
|
+
"description": "topic name",
|
|
259
|
+
"required": true,
|
|
260
|
+
"multiple": false
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"args": {},
|
|
264
|
+
"flagsConfig": {
|
|
265
|
+
"topic": {
|
|
266
|
+
"kind": "string",
|
|
267
|
+
"char": "p",
|
|
268
|
+
"required": true,
|
|
269
|
+
"description": "topic name",
|
|
270
|
+
"input": [],
|
|
271
|
+
"multiple": false,
|
|
272
|
+
"type": "option"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"requiresUsername": true,
|
|
276
|
+
"supportsDevhubUsername": false,
|
|
277
|
+
"requiresProject": false
|
|
278
|
+
},
|
|
279
|
+
"jayree:source:fix": {
|
|
280
|
+
"id": "jayree:source:fix",
|
|
281
|
+
"description": "fix local source files\n(examples will follow)",
|
|
282
|
+
"strict": true,
|
|
283
|
+
"usage": "<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
284
|
+
"pluginName": "sfdx-jayree",
|
|
285
|
+
"pluginAlias": "sfdx-jayree",
|
|
286
|
+
"pluginType": "core",
|
|
287
|
+
"aliases": [],
|
|
288
|
+
"flags": {
|
|
289
|
+
"json": {
|
|
290
|
+
"name": "json",
|
|
291
|
+
"type": "boolean",
|
|
292
|
+
"description": "format output as json",
|
|
293
|
+
"allowNo": false
|
|
294
|
+
},
|
|
295
|
+
"loglevel": {
|
|
296
|
+
"name": "loglevel",
|
|
297
|
+
"type": "option",
|
|
298
|
+
"description": "logging level for this command invocation",
|
|
299
|
+
"required": false,
|
|
300
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
301
|
+
"multiple": false,
|
|
302
|
+
"options": [
|
|
303
|
+
"trace",
|
|
304
|
+
"debug",
|
|
305
|
+
"info",
|
|
306
|
+
"warn",
|
|
307
|
+
"error",
|
|
308
|
+
"fatal",
|
|
309
|
+
"TRACE",
|
|
310
|
+
"DEBUG",
|
|
311
|
+
"INFO",
|
|
312
|
+
"WARN",
|
|
313
|
+
"ERROR",
|
|
314
|
+
"FATAL"
|
|
315
|
+
],
|
|
316
|
+
"default": "warn"
|
|
317
|
+
},
|
|
318
|
+
"targetusername": {
|
|
319
|
+
"name": "targetusername",
|
|
320
|
+
"type": "option",
|
|
321
|
+
"char": "u",
|
|
322
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
323
|
+
"multiple": false
|
|
324
|
+
},
|
|
325
|
+
"apiversion": {
|
|
326
|
+
"name": "apiversion",
|
|
327
|
+
"type": "option",
|
|
328
|
+
"description": "override the api version used for api requests made by this command",
|
|
329
|
+
"multiple": false
|
|
330
|
+
},
|
|
331
|
+
"tag": {
|
|
332
|
+
"name": "tag",
|
|
333
|
+
"type": "option",
|
|
334
|
+
"char": "t",
|
|
335
|
+
"description": "comma-separated list of tag names listed in .sfdx-jayree.json",
|
|
336
|
+
"multiple": false
|
|
337
|
+
},
|
|
338
|
+
"verbose": {
|
|
339
|
+
"name": "verbose",
|
|
340
|
+
"type": "boolean",
|
|
341
|
+
"description": "log output to console",
|
|
342
|
+
"allowNo": false
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"args": {},
|
|
346
|
+
"flagsConfig": {
|
|
347
|
+
"tag": {
|
|
348
|
+
"kind": "array",
|
|
349
|
+
"char": "t",
|
|
350
|
+
"description": "comma-separated list of tag names listed in .sfdx-jayree.json",
|
|
351
|
+
"input": [],
|
|
352
|
+
"multiple": false,
|
|
353
|
+
"type": "option"
|
|
354
|
+
},
|
|
355
|
+
"verbose": {
|
|
356
|
+
"description": "log output to console",
|
|
357
|
+
"longDescription": "log output to console",
|
|
358
|
+
"type": "boolean",
|
|
359
|
+
"kind": "boolean",
|
|
360
|
+
"allowNo": false
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"supportsUsername": true,
|
|
364
|
+
"supportsDevhubUsername": false,
|
|
365
|
+
"requiresProject": true
|
|
366
|
+
},
|
|
367
|
+
"jayree:org:configure:country": {
|
|
368
|
+
"id": "jayree:org:configure:country",
|
|
369
|
+
"description": "update country integration values in the State/Country Picklists",
|
|
370
|
+
"strict": true,
|
|
371
|
+
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
372
|
+
"pluginName": "sfdx-jayree",
|
|
373
|
+
"pluginAlias": "sfdx-jayree",
|
|
374
|
+
"pluginType": "core",
|
|
375
|
+
"aliases": [],
|
|
376
|
+
"flags": {
|
|
377
|
+
"json": {
|
|
378
|
+
"name": "json",
|
|
379
|
+
"type": "boolean",
|
|
380
|
+
"description": "format output as json",
|
|
381
|
+
"allowNo": false
|
|
382
|
+
},
|
|
383
|
+
"loglevel": {
|
|
384
|
+
"name": "loglevel",
|
|
385
|
+
"type": "option",
|
|
386
|
+
"description": "logging level for this command invocation",
|
|
387
|
+
"required": false,
|
|
388
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
389
|
+
"multiple": false,
|
|
390
|
+
"options": [
|
|
391
|
+
"trace",
|
|
392
|
+
"debug",
|
|
393
|
+
"info",
|
|
394
|
+
"warn",
|
|
395
|
+
"error",
|
|
396
|
+
"fatal",
|
|
397
|
+
"TRACE",
|
|
398
|
+
"DEBUG",
|
|
399
|
+
"INFO",
|
|
400
|
+
"WARN",
|
|
401
|
+
"ERROR",
|
|
402
|
+
"FATAL"
|
|
403
|
+
],
|
|
404
|
+
"default": "warn"
|
|
405
|
+
},
|
|
406
|
+
"targetusername": {
|
|
407
|
+
"name": "targetusername",
|
|
408
|
+
"type": "option",
|
|
409
|
+
"char": "u",
|
|
410
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
411
|
+
"multiple": false
|
|
412
|
+
},
|
|
413
|
+
"apiversion": {
|
|
414
|
+
"name": "apiversion",
|
|
415
|
+
"type": "option",
|
|
416
|
+
"description": "override the api version used for api requests made by this command",
|
|
417
|
+
"multiple": false
|
|
418
|
+
},
|
|
419
|
+
"silent": {
|
|
420
|
+
"name": "silent",
|
|
421
|
+
"type": "boolean",
|
|
422
|
+
"description": "silent mode",
|
|
423
|
+
"hidden": true,
|
|
424
|
+
"required": false,
|
|
425
|
+
"allowNo": false
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"args": {},
|
|
429
|
+
"flagsConfig": {
|
|
430
|
+
"silent": {
|
|
431
|
+
"kind": "boolean",
|
|
432
|
+
"description": "silent mode",
|
|
433
|
+
"required": false,
|
|
434
|
+
"default": false,
|
|
435
|
+
"hidden": true,
|
|
436
|
+
"allowNo": false,
|
|
437
|
+
"type": "boolean"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"requiresUsername": true,
|
|
441
|
+
"supportsDevhubUsername": false,
|
|
442
|
+
"requiresProject": false
|
|
443
|
+
},
|
|
444
|
+
"jayree:org:configure": {
|
|
445
|
+
"id": "jayree:org:configure",
|
|
446
|
+
"description": "make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks",
|
|
447
|
+
"strict": true,
|
|
448
|
+
"usage": "<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
449
|
+
"pluginName": "sfdx-jayree",
|
|
450
|
+
"pluginAlias": "sfdx-jayree",
|
|
451
|
+
"pluginType": "core",
|
|
452
|
+
"aliases": [],
|
|
453
|
+
"examples": [
|
|
454
|
+
"$ 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\""
|
|
455
|
+
],
|
|
456
|
+
"flags": {
|
|
457
|
+
"json": {
|
|
458
|
+
"name": "json",
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"description": "format output as json",
|
|
461
|
+
"allowNo": false
|
|
462
|
+
},
|
|
463
|
+
"loglevel": {
|
|
464
|
+
"name": "loglevel",
|
|
465
|
+
"type": "option",
|
|
466
|
+
"description": "logging level for this command invocation",
|
|
467
|
+
"required": false,
|
|
468
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
469
|
+
"multiple": false,
|
|
470
|
+
"options": [
|
|
471
|
+
"trace",
|
|
472
|
+
"debug",
|
|
473
|
+
"info",
|
|
474
|
+
"warn",
|
|
475
|
+
"error",
|
|
476
|
+
"fatal",
|
|
477
|
+
"TRACE",
|
|
478
|
+
"DEBUG",
|
|
479
|
+
"INFO",
|
|
480
|
+
"WARN",
|
|
481
|
+
"ERROR",
|
|
482
|
+
"FATAL"
|
|
483
|
+
],
|
|
484
|
+
"default": "warn"
|
|
485
|
+
},
|
|
486
|
+
"targetusername": {
|
|
487
|
+
"name": "targetusername",
|
|
488
|
+
"type": "option",
|
|
489
|
+
"char": "u",
|
|
490
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
491
|
+
"multiple": false
|
|
492
|
+
},
|
|
493
|
+
"apiversion": {
|
|
494
|
+
"name": "apiversion",
|
|
495
|
+
"type": "option",
|
|
496
|
+
"description": "override the api version used for api requests made by this command",
|
|
497
|
+
"multiple": false
|
|
498
|
+
},
|
|
499
|
+
"tasks": {
|
|
500
|
+
"name": "tasks",
|
|
501
|
+
"type": "option",
|
|
502
|
+
"char": "t",
|
|
503
|
+
"description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
|
|
504
|
+
"multiple": false
|
|
505
|
+
},
|
|
506
|
+
"concurrent": {
|
|
507
|
+
"name": "concurrent",
|
|
508
|
+
"type": "boolean",
|
|
509
|
+
"description": "execute tasks in parallel",
|
|
510
|
+
"allowNo": false
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"args": {},
|
|
514
|
+
"flagsConfig": {
|
|
515
|
+
"tasks": {
|
|
516
|
+
"kind": "array",
|
|
517
|
+
"char": "t",
|
|
518
|
+
"description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
|
|
519
|
+
"input": [],
|
|
520
|
+
"multiple": false,
|
|
521
|
+
"type": "option"
|
|
522
|
+
},
|
|
523
|
+
"concurrent": {
|
|
524
|
+
"kind": "boolean",
|
|
525
|
+
"description": "execute tasks in parallel",
|
|
526
|
+
"default": false,
|
|
527
|
+
"allowNo": false,
|
|
528
|
+
"type": "boolean"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"requiresUsername": true,
|
|
532
|
+
"supportsDevhubUsername": false,
|
|
533
|
+
"requiresProject": false
|
|
534
|
+
},
|
|
535
|
+
"jayree:org:configure:state": {
|
|
536
|
+
"id": "jayree:org:configure:state",
|
|
537
|
+
"description": "import (create/update) states into the State/Country Picklists",
|
|
538
|
+
"strict": true,
|
|
539
|
+
"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]",
|
|
540
|
+
"pluginName": "sfdx-jayree",
|
|
541
|
+
"pluginAlias": "sfdx-jayree",
|
|
542
|
+
"pluginType": "core",
|
|
543
|
+
"aliases": [],
|
|
544
|
+
"flags": {
|
|
545
|
+
"json": {
|
|
546
|
+
"name": "json",
|
|
547
|
+
"type": "boolean",
|
|
548
|
+
"description": "format output as json",
|
|
549
|
+
"allowNo": false
|
|
550
|
+
},
|
|
551
|
+
"loglevel": {
|
|
552
|
+
"name": "loglevel",
|
|
553
|
+
"type": "option",
|
|
554
|
+
"description": "logging level for this command invocation",
|
|
555
|
+
"required": false,
|
|
556
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
557
|
+
"multiple": false,
|
|
558
|
+
"options": [
|
|
559
|
+
"trace",
|
|
560
|
+
"debug",
|
|
561
|
+
"info",
|
|
562
|
+
"warn",
|
|
563
|
+
"error",
|
|
564
|
+
"fatal",
|
|
565
|
+
"TRACE",
|
|
566
|
+
"DEBUG",
|
|
567
|
+
"INFO",
|
|
568
|
+
"WARN",
|
|
569
|
+
"ERROR",
|
|
570
|
+
"FATAL"
|
|
571
|
+
],
|
|
572
|
+
"default": "warn"
|
|
573
|
+
},
|
|
574
|
+
"targetusername": {
|
|
575
|
+
"name": "targetusername",
|
|
576
|
+
"type": "option",
|
|
577
|
+
"char": "u",
|
|
578
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
579
|
+
"multiple": false
|
|
580
|
+
},
|
|
581
|
+
"apiversion": {
|
|
582
|
+
"name": "apiversion",
|
|
583
|
+
"type": "option",
|
|
584
|
+
"description": "override the api version used for api requests made by this command",
|
|
585
|
+
"multiple": false
|
|
586
|
+
},
|
|
587
|
+
"countrycode": {
|
|
588
|
+
"name": "countrycode",
|
|
589
|
+
"type": "option",
|
|
590
|
+
"description": "Alpha-2 code",
|
|
591
|
+
"multiple": false
|
|
592
|
+
},
|
|
593
|
+
"category": {
|
|
594
|
+
"name": "category",
|
|
595
|
+
"type": "option",
|
|
596
|
+
"description": "Subdivision category",
|
|
597
|
+
"multiple": false
|
|
598
|
+
},
|
|
599
|
+
"language": {
|
|
600
|
+
"name": "language",
|
|
601
|
+
"type": "option",
|
|
602
|
+
"description": "Language code",
|
|
603
|
+
"multiple": false
|
|
604
|
+
},
|
|
605
|
+
"concurrent": {
|
|
606
|
+
"name": "concurrent",
|
|
607
|
+
"type": "option",
|
|
608
|
+
"description": "ccc",
|
|
609
|
+
"multiple": false,
|
|
610
|
+
"default": 1
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"args": {},
|
|
614
|
+
"flagsConfig": {
|
|
615
|
+
"countrycode": {
|
|
616
|
+
"kind": "string",
|
|
617
|
+
"description": "Alpha-2 code",
|
|
618
|
+
"input": [],
|
|
619
|
+
"multiple": false,
|
|
620
|
+
"type": "option"
|
|
621
|
+
},
|
|
622
|
+
"category": {
|
|
623
|
+
"kind": "string",
|
|
624
|
+
"description": "Subdivision category",
|
|
625
|
+
"input": [],
|
|
626
|
+
"multiple": false,
|
|
627
|
+
"type": "option"
|
|
628
|
+
},
|
|
629
|
+
"language": {
|
|
630
|
+
"kind": "string",
|
|
631
|
+
"description": "Language code",
|
|
632
|
+
"input": [],
|
|
633
|
+
"multiple": false,
|
|
634
|
+
"type": "option"
|
|
635
|
+
},
|
|
636
|
+
"concurrent": {
|
|
637
|
+
"kind": "integer",
|
|
638
|
+
"description": "ccc",
|
|
639
|
+
"default": 1,
|
|
640
|
+
"input": [],
|
|
641
|
+
"multiple": false,
|
|
642
|
+
"type": "option"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"requiresUsername": true,
|
|
646
|
+
"supportsDevhubUsername": false,
|
|
647
|
+
"requiresProject": false
|
|
648
|
+
},
|
|
649
|
+
"jayree:source:tracking:list": {
|
|
650
|
+
"id": "jayree:source:tracking:list",
|
|
651
|
+
"description": "list changes in a scratch org by remote revision counter number",
|
|
652
|
+
"strict": true,
|
|
653
|
+
"usage": "<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
654
|
+
"pluginName": "sfdx-jayree",
|
|
655
|
+
"pluginAlias": "sfdx-jayree",
|
|
656
|
+
"pluginType": "core",
|
|
657
|
+
"aliases": [],
|
|
658
|
+
"examples": [
|
|
659
|
+
"$ 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"
|
|
660
|
+
],
|
|
661
|
+
"flags": {
|
|
662
|
+
"json": {
|
|
663
|
+
"name": "json",
|
|
664
|
+
"type": "boolean",
|
|
665
|
+
"description": "format output as json",
|
|
666
|
+
"allowNo": false
|
|
667
|
+
},
|
|
668
|
+
"loglevel": {
|
|
669
|
+
"name": "loglevel",
|
|
670
|
+
"type": "option",
|
|
671
|
+
"description": "logging level for this command invocation",
|
|
672
|
+
"required": false,
|
|
673
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
674
|
+
"multiple": false,
|
|
675
|
+
"options": [
|
|
676
|
+
"trace",
|
|
677
|
+
"debug",
|
|
678
|
+
"info",
|
|
679
|
+
"warn",
|
|
680
|
+
"error",
|
|
681
|
+
"fatal",
|
|
682
|
+
"TRACE",
|
|
683
|
+
"DEBUG",
|
|
684
|
+
"INFO",
|
|
685
|
+
"WARN",
|
|
686
|
+
"ERROR",
|
|
687
|
+
"FATAL"
|
|
688
|
+
],
|
|
689
|
+
"default": "warn"
|
|
690
|
+
},
|
|
691
|
+
"targetusername": {
|
|
692
|
+
"name": "targetusername",
|
|
693
|
+
"type": "option",
|
|
694
|
+
"char": "u",
|
|
695
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
696
|
+
"multiple": false
|
|
697
|
+
},
|
|
698
|
+
"apiversion": {
|
|
699
|
+
"name": "apiversion",
|
|
700
|
+
"type": "option",
|
|
701
|
+
"description": "override the api version used for api requests made by this command",
|
|
702
|
+
"multiple": false
|
|
703
|
+
},
|
|
704
|
+
"revision": {
|
|
705
|
+
"name": "revision",
|
|
706
|
+
"type": "option",
|
|
707
|
+
"char": "r",
|
|
708
|
+
"description": "start at a specific revision counter number",
|
|
709
|
+
"multiple": false,
|
|
710
|
+
"default": 0
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"args": {},
|
|
714
|
+
"flagsConfig": {
|
|
715
|
+
"revision": {
|
|
716
|
+
"kind": "integer",
|
|
717
|
+
"char": "r",
|
|
718
|
+
"description": "start at a specific revision counter number",
|
|
719
|
+
"default": 0,
|
|
720
|
+
"input": [],
|
|
721
|
+
"multiple": false,
|
|
722
|
+
"type": "option"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"requiresUsername": true,
|
|
726
|
+
"supportsDevhubUsername": false,
|
|
727
|
+
"requiresProject": true
|
|
728
|
+
},
|
|
729
|
+
"jayree:source:tracking:store:get": {
|
|
730
|
+
"id": "jayree:source:tracking:store:get",
|
|
731
|
+
"description": "get stored revision counter number",
|
|
732
|
+
"strict": true,
|
|
733
|
+
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
734
|
+
"pluginName": "sfdx-jayree",
|
|
735
|
+
"pluginAlias": "sfdx-jayree",
|
|
736
|
+
"pluginType": "core",
|
|
737
|
+
"aliases": [],
|
|
738
|
+
"examples": [
|
|
739
|
+
"$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"
|
|
740
|
+
],
|
|
741
|
+
"flags": {
|
|
742
|
+
"json": {
|
|
743
|
+
"name": "json",
|
|
744
|
+
"type": "boolean",
|
|
745
|
+
"description": "format output as json",
|
|
746
|
+
"allowNo": false
|
|
747
|
+
},
|
|
748
|
+
"loglevel": {
|
|
749
|
+
"name": "loglevel",
|
|
750
|
+
"type": "option",
|
|
751
|
+
"description": "logging level for this command invocation",
|
|
752
|
+
"required": false,
|
|
753
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
754
|
+
"multiple": false,
|
|
755
|
+
"options": [
|
|
756
|
+
"trace",
|
|
757
|
+
"debug",
|
|
758
|
+
"info",
|
|
759
|
+
"warn",
|
|
760
|
+
"error",
|
|
761
|
+
"fatal",
|
|
762
|
+
"TRACE",
|
|
763
|
+
"DEBUG",
|
|
764
|
+
"INFO",
|
|
765
|
+
"WARN",
|
|
766
|
+
"ERROR",
|
|
767
|
+
"FATAL"
|
|
768
|
+
],
|
|
769
|
+
"default": "warn"
|
|
770
|
+
},
|
|
771
|
+
"targetusername": {
|
|
772
|
+
"name": "targetusername",
|
|
773
|
+
"type": "option",
|
|
774
|
+
"char": "u",
|
|
775
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
776
|
+
"multiple": false
|
|
777
|
+
},
|
|
778
|
+
"apiversion": {
|
|
779
|
+
"name": "apiversion",
|
|
780
|
+
"type": "option",
|
|
781
|
+
"description": "override the api version used for api requests made by this command",
|
|
782
|
+
"multiple": false
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"args": {},
|
|
786
|
+
"requiresUsername": true,
|
|
787
|
+
"supportsDevhubUsername": false,
|
|
788
|
+
"requiresProject": true
|
|
789
|
+
},
|
|
790
|
+
"jayree:source:tracking:store:set": {
|
|
791
|
+
"id": "jayree:source:tracking:store:set",
|
|
792
|
+
"description": "store revision counter number",
|
|
793
|
+
"strict": true,
|
|
794
|
+
"usage": "<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
795
|
+
"pluginName": "sfdx-jayree",
|
|
796
|
+
"pluginAlias": "sfdx-jayree",
|
|
797
|
+
"pluginType": "core",
|
|
798
|
+
"aliases": [],
|
|
799
|
+
"examples": [
|
|
800
|
+
"$ 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"
|
|
801
|
+
],
|
|
802
|
+
"flags": {
|
|
803
|
+
"json": {
|
|
804
|
+
"name": "json",
|
|
805
|
+
"type": "boolean",
|
|
806
|
+
"description": "format output as json",
|
|
807
|
+
"allowNo": false
|
|
808
|
+
},
|
|
809
|
+
"loglevel": {
|
|
810
|
+
"name": "loglevel",
|
|
811
|
+
"type": "option",
|
|
812
|
+
"description": "logging level for this command invocation",
|
|
813
|
+
"required": false,
|
|
814
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
815
|
+
"multiple": false,
|
|
816
|
+
"options": [
|
|
817
|
+
"trace",
|
|
818
|
+
"debug",
|
|
819
|
+
"info",
|
|
820
|
+
"warn",
|
|
821
|
+
"error",
|
|
822
|
+
"fatal",
|
|
823
|
+
"TRACE",
|
|
824
|
+
"DEBUG",
|
|
825
|
+
"INFO",
|
|
826
|
+
"WARN",
|
|
827
|
+
"ERROR",
|
|
828
|
+
"FATAL"
|
|
829
|
+
],
|
|
830
|
+
"default": "warn"
|
|
831
|
+
},
|
|
832
|
+
"targetusername": {
|
|
833
|
+
"name": "targetusername",
|
|
834
|
+
"type": "option",
|
|
835
|
+
"char": "u",
|
|
836
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
837
|
+
"multiple": false
|
|
838
|
+
},
|
|
839
|
+
"apiversion": {
|
|
840
|
+
"name": "apiversion",
|
|
841
|
+
"type": "option",
|
|
842
|
+
"description": "override the api version used for api requests made by this command",
|
|
843
|
+
"multiple": false
|
|
844
|
+
},
|
|
845
|
+
"revision": {
|
|
846
|
+
"name": "revision",
|
|
847
|
+
"type": "option",
|
|
848
|
+
"char": "r",
|
|
849
|
+
"description": "revision counter number (default: remote revision counter number)",
|
|
850
|
+
"multiple": false
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"args": {},
|
|
854
|
+
"flagsConfig": {
|
|
855
|
+
"revision": {
|
|
856
|
+
"kind": "integer",
|
|
857
|
+
"char": "r",
|
|
858
|
+
"description": "revision counter number (default: remote revision counter number)",
|
|
859
|
+
"input": [],
|
|
860
|
+
"multiple": false,
|
|
861
|
+
"type": "option"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"requiresUsername": true,
|
|
865
|
+
"supportsDevhubUsername": false,
|
|
866
|
+
"requiresProject": true
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.22",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/sfdx-plugin-legacy": "^1.1.20",
|
|
10
|
-
"@jayree/sfdx-plugin-manifest": "^2.7.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^2.7.3",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.21",
|
|
12
12
|
"@oclif/core": "^1.24.0",
|
|
13
13
|
"@salesforce/command": "^5.2.40",
|
|
14
|
-
"@salesforce/kit": "^1.8.
|
|
14
|
+
"@salesforce/kit": "^1.8.3",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^7.7.0",
|
|
16
|
-
"@salesforce/source-tracking": "^2.2.
|
|
16
|
+
"@salesforce/source-tracking": "^2.2.18",
|
|
17
17
|
"debug": "^4.3.4",
|
|
18
18
|
"enquirer": "^2.3.6",
|
|
19
19
|
"fast-xml-parser": "^4.0.13",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"ignore": "^5.2.4",
|
|
22
22
|
"is-docker": "^3.0.0",
|
|
23
23
|
"is-wsl": "^2.2.0",
|
|
24
|
-
"listr2": "^5.0.
|
|
24
|
+
"listr2": "^5.0.7",
|
|
25
25
|
"marked": "^4.2.4",
|
|
26
26
|
"marked-terminal": "^5.1.1",
|
|
27
27
|
"mkdirp": "^1.0.4",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@commitlint/cli": "^17.4.2",
|
|
36
36
|
"@commitlint/config-conventional": "^17.4.2",
|
|
37
37
|
"@oclif/plugin-command-snapshot": "^3.2.16",
|
|
38
|
-
"@oclif/plugin-help": "^5.
|
|
38
|
+
"@oclif/plugin-help": "^5.2.0",
|
|
39
39
|
"@salesforce/dev-config": "^3.1.0",
|
|
40
40
|
"@salesforce/dev-scripts": "3.1.0",
|
|
41
41
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
"@types/semver": "^7.3.13",
|
|
52
52
|
"@types/sinon": "^10.0.13",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
54
|
-
"@typescript-eslint/parser": "^5.48.
|
|
54
|
+
"@typescript-eslint/parser": "^5.48.2",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.32.0",
|
|
57
57
|
"eslint-config-prettier": "^8.6.0",
|
|
58
58
|
"eslint-config-salesforce": "^1.1.0",
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
60
60
|
"eslint-plugin-header": "^3.1.1",
|
|
61
|
-
"eslint-plugin-import": "^2.27.
|
|
62
|
-
"eslint-plugin-jsdoc": "^39.6.
|
|
61
|
+
"eslint-plugin-import": "^2.27.5",
|
|
62
|
+
"eslint-plugin-jsdoc": "^39.6.7",
|
|
63
63
|
"eslint-plugin-prettier": "^4.2.1",
|
|
64
|
-
"eslint-plugin-sf-plugin": "^1.6.
|
|
64
|
+
"eslint-plugin-sf-plugin": "^1.6.3",
|
|
65
65
|
"husky": "^8.0.3",
|
|
66
66
|
"is-ci": "^3.0.1",
|
|
67
67
|
"mocha": "^10.2.0",
|
|
68
68
|
"nock": "^13.3.0",
|
|
69
69
|
"nyc": "^15.1.0",
|
|
70
|
-
"oclif": "^3.
|
|
70
|
+
"oclif": "^3.6.0",
|
|
71
71
|
"patch-package": "^6.5.1",
|
|
72
72
|
"pinst": "^3.0.0",
|
|
73
73
|
"prettier": "^2.8.2",
|