@terafina/tffa-sfdx-plugin 16.0.0-rc.3 → 16.0.0-rc.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/README.md +8 -8
- package/lib/utils/ignored-files.js +1 -0
- package/lib/utils/ignored-files.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
- package/yarn.lock +83 -118
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ $ npm install -g @terafina/tffa-sfdx-plugin
|
|
|
41
41
|
$ sfdx COMMAND
|
|
42
42
|
running command...
|
|
43
43
|
$ sfdx (--version|-v)
|
|
44
|
-
@terafina/tffa-sfdx-plugin/16.0.0-rc.
|
|
44
|
+
@terafina/tffa-sfdx-plugin/16.0.0-rc.4 linux-x64 node-v16.13.1
|
|
45
45
|
$ sfdx --help [COMMAND]
|
|
46
46
|
USAGE
|
|
47
47
|
$ sfdx COMMAND
|
|
@@ -79,7 +79,7 @@ DESCRIPTION
|
|
|
79
79
|
Display help for sfdx.
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
82
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.19/src/commands/help.ts)_
|
|
83
83
|
|
|
84
84
|
## `sfdx tffa:apexdoc [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
85
85
|
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sfdx tffa:apexdoc
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
112
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/apexdoc.ts)_
|
|
113
113
|
|
|
114
114
|
## `sfdx tffa:data:export -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
115
115
|
|
|
@@ -178,7 +178,7 @@ EXAMPLES
|
|
|
178
178
|
Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
181
|
+
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/data/export.ts)_
|
|
182
182
|
|
|
183
183
|
## `sfdx tffa:lint [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
184
184
|
|
|
@@ -237,7 +237,7 @@ EXAMPLES
|
|
|
237
237
|
$sfdx tffa:lint
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
240
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/lint.ts)_
|
|
241
241
|
|
|
242
242
|
## `sfdx tffa:meta [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
243
243
|
|
|
@@ -266,7 +266,7 @@ EXAMPLES
|
|
|
266
266
|
$ sfdx tffa:meta
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
269
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/meta.ts)_
|
|
270
270
|
|
|
271
271
|
## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
272
272
|
|
|
@@ -288,7 +288,7 @@ EXAMPLES
|
|
|
288
288
|
$ sfdx tffa:ping
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
291
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/ping.ts)_
|
|
292
292
|
|
|
293
293
|
## `sfdx tffa:source:apiset [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
294
294
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sfdx tffa:source:apiset
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
319
|
+
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.4/src/commands/tffa/source/apiset.ts)_
|
|
320
320
|
|
|
321
321
|
## `sfdx version`
|
|
322
322
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ignored-files.js","sourceRoot":"","sources":["../../src/utils/ignored-files.ts"],"names":[],"mappings":";AAAA;;IAEI;;;AAEJ,2CAA0C;AAC1C,2BAAkC;AAClC,wDAAwB;AAExB,MAAqB,YAAY;
|
|
1
|
+
{"version":3,"file":"ignored-files.js","sourceRoot":"","sources":["../../src/utils/ignored-files.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"16.0.0-rc.3","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Command to generate apex documentation similar to javadoc based on the comments in apex classes.\nPlease read more at [Documenting Apex Classes](development-guidelines/documentation).\nOnce generated you can use vscode plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and select index.html from generated folder and run Open with LiveServer to render the html","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:apexdoc"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destfolder":{"name":"destfolder","type":"option","char":"d","description":"directory to generate the api docs","multiple":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destfolder":{"kind":"directory","char":"d","description":"directory to generate the api docs","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"Scans a sfdx project and provide a violations report based on defined standards.\nPerforms static analysis of source code with a command-line interface and report output.\nThe command creates \"Rule Violations\" when the it identifies issues. Developers use this information as feedback to fix their code.\n\nThe rules used in the lint command are:\n\n- [Apex PMD](https://pmd.github.io/latest/pmd_rules_apex.html) to statically analyse Apex Code to find design, performance and security vulnerabilities. It allowes us to have a better quality and avoid maintenance, performance and bug problems in our Apex code. for Salesforce apex classes are scans during build and development process.\n- Custom rules\n - Custom Objects should have a description\n - Custom Fields should have a description'\n - Custom fields should not contain underscores.\n - Custom fields in managed object should start with CZ.\n - Custom objects should start with CZ.\n - Using Metadata API Version and Project source api version should be the latest supported.\n - Files violating naming conventions\n - Do not use isCreateable, isAccessible, isUpdateable, CRUD/FLS Checks are checked by tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Repository classes extending tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Controllers classes extending tffa.AbstractController',\n - Do not call methods directly of an abstract class. Call methods from RESTService classes extending tffa.AbstractRESTService\n - Any SOQL should be encapsulated into Repository classes extending tffa.AbstractRepository. Use doQuery method\n - Do not supress PMD warnings using @SupressWarnings\n\nThe lint command is integrated into the jenkins build to report violations and fail builds\n","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$sfdx tffa:lint"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"generate json output","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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"minapi":{"name":"minapi","type":"option","char":"m","description":"minimum api version to use during quality checks","multiple":false,"default":56},"rulesetpath":{"name":"rulesetpath","type":"option","char":"r","description":"path to pmd ruleset","multiple":false},"eject":{"name":"eject","type":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false},"level":{"name":"level","type":"boolean","char":"f","description":"emit fatal violations only","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"minapi":{"kind":"integer","char":"m","description":"minimum api version to use during quality checks","default":56,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"},"rulesetpath":{"kind":"filepath","char":"r","description":"path to pmd ruleset","input":[],"multiple":false,"type":"option"},"eject":{"kind":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false,"type":"boolean"},"level":{"kind":"boolean","char":"f","description":"emit fatal violations only","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"Scan a sfdx project for generating metadata summary information","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:meta"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destpath":{"name":"destpath","type":"option","char":"d","description":"full path output file","multiple":false,"default":"."},"clientname":{"name":"clientname","type":"option","char":"c","description":"name of the client","multiple":false,"default":"."},"output":{"name":"output","type":"option","char":"o","description":"output format json csv human","helpValue":"(json|csv|human)","multiple":false,"options":["json","csv","human"]},"fields":{"name":"fields","type":"boolean","char":"f","description":"generate field output","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destpath":{"kind":"directory","char":"d","description":"full path output file","default":".","input":[],"multiple":false,"type":"option"},"clientname":{"kind":"directory","char":"c","description":"name of the client","default":".","input":[],"multiple":false,"type":"option"},"output":{"kind":"enum","helpValue":"(json|csv|human)","char":"o","options":["json","csv","human"],"description":"output format json csv human","input":[],"multiple":false,"type":"option"},"fields":{"kind":"boolean","char":"f","description":"generate field output","allowNo":false,"type":"boolean"}}},"tffa:ping":{"id":"tffa:ping","description":"Ping and test the plugin","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:ping "],"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":[{"name":"file"}],"flagsConfig":{}},"tffa:data:export":{"id":"tffa:data:export","description":"Exports records of specified sobject types from target org into JSON file(s). Primarily used for exporting business configurations.\nThe export command requires a target org for exporting records. Run this command from within a sfdx project containing a default username or specify targetusername explicitly.","strict":true,"usage":"<%= command.id %> -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:export --sobjecttype tffa__Product__c\n Fetched 101 records of tffa__Product__c\n Writing 24 records to ./data/configuration/Product__c.json\n Writing 30 records to ./data/configuration/Product__c1.json\n Writing 20 records to ./data/configuration/Product__c2.json\n Writing 27 records to ./data/configuration/Product__c3.json\n ","$ sfdx tffa:data:export --sobjecttype tffa__DisclosureTemplate__c,tffa__DisclosureChecklist__c,tffa__DisclosureMatrix__c\n Fetched 81 records of tffa__DisclosureTemplate__c\n Writing 81 records to ./data/configuration/DisclosureTemplate__c.json\n Fetched 57 records of tffa__DisclosureChecklist__c\n Writing 57 records to ./data/configuration/DisclosureChecklist__c.json\n Fetched 144 records of tffa__DisclosureMatrix__c\n Writing 144 records to ./data/configuration/DisclosureMatrix__c.json\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},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"sobject types of records to be exported","required":true,"multiple":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"output directory where the JSON files of exported records will be placed","multiple":false,"default":"./data/configuration"},"groupby":{"name":"groupby","type":"option","char":"g","description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","required":false,"multiple":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"the fields to be used for sorting the exported records","required":false,"multiple":false},"children":{"name":"children","type":"option","char":"c","description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","required":false,"multiple":false},"skipconfigplan":{"name":"skipconfigplan","type":"boolean","char":"s","description":"skip import of exported record JSON files into configuration plan","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"flagsConfig":{"sobjecttype":{"kind":"array","char":"s","required":true,"description":"sobject types of records to be exported","input":[],"multiple":false,"type":"option"},"outputdir":{"kind":"string","char":"d","description":"output directory where the JSON files of exported records will be placed","default":"./data/configuration","input":[],"multiple":false,"type":"option"},"groupby":{"kind":"string","char":"g","required":false,"description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","input":[],"multiple":false,"type":"option"},"orderby":{"kind":"array","char":"o","required":false,"description":"the fields to be used for sorting the exported records","input":[],"multiple":false,"type":"option"},"children":{"kind":"array","char":"c","required":false,"description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","input":[],"multiple":false,"type":"option"},"skipconfigplan":{"kind":"boolean","char":"s","required":false,"description":"skip import of exported record JSON files into configuration plan","allowNo":false,"type":"boolean"}}},"tffa:source:apiset":{"id":"tffa:source:apiset","description":"Upgrades the current project and all metadata to the latest API version","strict":true,"usage":"<%= command.id %> [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:source:apiset "],"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"},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"api":{"name":"api","type":"option","char":"a","description":"specify the API version ","multiple":false,"default":56}},"args":[],"flagsConfig":{"help":{"kind":"help","description":"Show CLI help.","char":"h","allowNo":false,"type":"boolean"},"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"api":{"kind":"integer","char":"a","description":"specify the API version ","default":56,"input":[],"multiple":false,"type":"option"}}}}}
|
|
1
|
+
{"version":"16.0.0-rc.4","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Command to generate apex documentation similar to javadoc based on the comments in apex classes.\nPlease read more at [Documenting Apex Classes](development-guidelines/documentation).\nOnce generated you can use vscode plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and select index.html from generated folder and run Open with LiveServer to render the html","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:apexdoc"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destfolder":{"name":"destfolder","type":"option","char":"d","description":"directory to generate the api docs","multiple":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destfolder":{"kind":"directory","char":"d","description":"directory to generate the api docs","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"Scans a sfdx project and provide a violations report based on defined standards.\nPerforms static analysis of source code with a command-line interface and report output.\nThe command creates \"Rule Violations\" when the it identifies issues. Developers use this information as feedback to fix their code.\n\nThe rules used in the lint command are:\n\n- [Apex PMD](https://pmd.github.io/latest/pmd_rules_apex.html) to statically analyse Apex Code to find design, performance and security vulnerabilities. It allowes us to have a better quality and avoid maintenance, performance and bug problems in our Apex code. for Salesforce apex classes are scans during build and development process.\n- Custom rules\n - Custom Objects should have a description\n - Custom Fields should have a description'\n - Custom fields should not contain underscores.\n - Custom fields in managed object should start with CZ.\n - Custom objects should start with CZ.\n - Using Metadata API Version and Project source api version should be the latest supported.\n - Files violating naming conventions\n - Do not use isCreateable, isAccessible, isUpdateable, CRUD/FLS Checks are checked by tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Repository classes extending tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Controllers classes extending tffa.AbstractController',\n - Do not call methods directly of an abstract class. Call methods from RESTService classes extending tffa.AbstractRESTService\n - Any SOQL should be encapsulated into Repository classes extending tffa.AbstractRepository. Use doQuery method\n - Do not supress PMD warnings using @SupressWarnings\n\nThe lint command is integrated into the jenkins build to report violations and fail builds\n","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$sfdx tffa:lint"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"generate json output","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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"minapi":{"name":"minapi","type":"option","char":"m","description":"minimum api version to use during quality checks","multiple":false,"default":56},"rulesetpath":{"name":"rulesetpath","type":"option","char":"r","description":"path to pmd ruleset","multiple":false},"eject":{"name":"eject","type":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false},"level":{"name":"level","type":"boolean","char":"f","description":"emit fatal violations only","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"minapi":{"kind":"integer","char":"m","description":"minimum api version to use during quality checks","default":56,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"},"rulesetpath":{"kind":"filepath","char":"r","description":"path to pmd ruleset","input":[],"multiple":false,"type":"option"},"eject":{"kind":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false,"type":"boolean"},"level":{"kind":"boolean","char":"f","description":"emit fatal violations only","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"Scan a sfdx project for generating metadata summary information","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:meta"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destpath":{"name":"destpath","type":"option","char":"d","description":"full path output file","multiple":false,"default":"."},"clientname":{"name":"clientname","type":"option","char":"c","description":"name of the client","multiple":false,"default":"."},"output":{"name":"output","type":"option","char":"o","description":"output format json csv human","helpValue":"(json|csv|human)","multiple":false,"options":["json","csv","human"]},"fields":{"name":"fields","type":"boolean","char":"f","description":"generate field output","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destpath":{"kind":"directory","char":"d","description":"full path output file","default":".","input":[],"multiple":false,"type":"option"},"clientname":{"kind":"directory","char":"c","description":"name of the client","default":".","input":[],"multiple":false,"type":"option"},"output":{"kind":"enum","helpValue":"(json|csv|human)","char":"o","options":["json","csv","human"],"description":"output format json csv human","input":[],"multiple":false,"type":"option"},"fields":{"kind":"boolean","char":"f","description":"generate field output","allowNo":false,"type":"boolean"}}},"tffa:ping":{"id":"tffa:ping","description":"Ping and test the plugin","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:ping "],"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":[{"name":"file"}],"flagsConfig":{}},"tffa:data:export":{"id":"tffa:data:export","description":"Exports records of specified sobject types from target org into JSON file(s). Primarily used for exporting business configurations.\nThe export command requires a target org for exporting records. Run this command from within a sfdx project containing a default username or specify targetusername explicitly.","strict":true,"usage":"<%= command.id %> -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:export --sobjecttype tffa__Product__c\n Fetched 101 records of tffa__Product__c\n Writing 24 records to ./data/configuration/Product__c.json\n Writing 30 records to ./data/configuration/Product__c1.json\n Writing 20 records to ./data/configuration/Product__c2.json\n Writing 27 records to ./data/configuration/Product__c3.json\n ","$ sfdx tffa:data:export --sobjecttype tffa__DisclosureTemplate__c,tffa__DisclosureChecklist__c,tffa__DisclosureMatrix__c\n Fetched 81 records of tffa__DisclosureTemplate__c\n Writing 81 records to ./data/configuration/DisclosureTemplate__c.json\n Fetched 57 records of tffa__DisclosureChecklist__c\n Writing 57 records to ./data/configuration/DisclosureChecklist__c.json\n Fetched 144 records of tffa__DisclosureMatrix__c\n Writing 144 records to ./data/configuration/DisclosureMatrix__c.json\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},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"sobject types of records to be exported","required":true,"multiple":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"output directory where the JSON files of exported records will be placed","multiple":false,"default":"./data/configuration"},"groupby":{"name":"groupby","type":"option","char":"g","description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","required":false,"multiple":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"the fields to be used for sorting the exported records","required":false,"multiple":false},"children":{"name":"children","type":"option","char":"c","description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","required":false,"multiple":false},"skipconfigplan":{"name":"skipconfigplan","type":"boolean","char":"s","description":"skip import of exported record JSON files into configuration plan","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"flagsConfig":{"sobjecttype":{"kind":"array","char":"s","required":true,"description":"sobject types of records to be exported","input":[],"multiple":false,"type":"option"},"outputdir":{"kind":"string","char":"d","description":"output directory where the JSON files of exported records will be placed","default":"./data/configuration","input":[],"multiple":false,"type":"option"},"groupby":{"kind":"string","char":"g","required":false,"description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","input":[],"multiple":false,"type":"option"},"orderby":{"kind":"array","char":"o","required":false,"description":"the fields to be used for sorting the exported records","input":[],"multiple":false,"type":"option"},"children":{"kind":"array","char":"c","required":false,"description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","input":[],"multiple":false,"type":"option"},"skipconfigplan":{"kind":"boolean","char":"s","required":false,"description":"skip import of exported record JSON files into configuration plan","allowNo":false,"type":"boolean"}}},"tffa:source:apiset":{"id":"tffa:source:apiset","description":"Upgrades the current project and all metadata to the latest API version","strict":true,"usage":"<%= command.id %> [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:source:apiset "],"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"},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"api":{"name":"api","type":"option","char":"a","description":"specify the API version ","multiple":false,"default":56}},"args":[],"flagsConfig":{"help":{"kind":"help","description":"Show CLI help.","char":"h","allowNo":false,"type":"boolean"},"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"api":{"kind":"integer","char":"a","description":"specify the API version ","default":56,"input":[],"multiple":false,"type":"option"}}}}}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terafina/tffa-sfdx-plugin",
|
|
3
3
|
"description": "sfdx plugin from Terafina containing tools for scanning and extending digital applications for the financial services industry.",
|
|
4
|
-
"version": "16.0.0-rc.
|
|
4
|
+
"version": "16.0.0-rc.4",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "1.20.4",
|
|
9
|
-
"@oclif/plugin-help": "5.1.
|
|
9
|
+
"@oclif/plugin-help": "5.1.19",
|
|
10
10
|
"@oclif/plugin-plugins": "2.1.7",
|
|
11
11
|
"@oclif/plugin-version": "1.1.3",
|
|
12
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
13
|
-
"@salesforce/command": "5.2.
|
|
14
|
-
"@salesforce/core": "3.31.
|
|
12
|
+
"@oclif/plugin-warn-if-update-available": "2.0.14",
|
|
13
|
+
"@salesforce/command": "5.2.24",
|
|
14
|
+
"@salesforce/core": "3.31.19",
|
|
15
15
|
"find-java-home": "1.2.2",
|
|
16
16
|
"cheerio": "1.0.0-rc.12",
|
|
17
17
|
"csv-stringify": "6.2.1",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@types/node": "18.11.9",
|
|
39
39
|
"@types/recursive-readdir": "2.2.1",
|
|
40
40
|
"@types/xml2js": "0.4.11",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
42
|
-
"@typescript-eslint/parser": "5.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
42
|
+
"@typescript-eslint/parser": "5.43.0",
|
|
43
43
|
"chai": "4",
|
|
44
44
|
"eslint": "8.27.0",
|
|
45
45
|
"eslint-config-prettier": "8.5.0",
|
|
46
|
-
"eslint-plugin-deprecation": "1.3.
|
|
46
|
+
"eslint-plugin-deprecation": "1.3.3",
|
|
47
47
|
"eslint-plugin-header": "3.1.1",
|
|
48
48
|
"eslint-plugin-import": "2.26.0",
|
|
49
49
|
"eslint-plugin-jest": "27.1.5",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"mem-fs-editor": "9.5.0",
|
|
58
58
|
"mocha": "10.1.0",
|
|
59
59
|
"nyc": "15.1.0",
|
|
60
|
-
"oclif": "3.2.
|
|
60
|
+
"oclif": "3.2.27",
|
|
61
61
|
"prettier": "2.7.1",
|
|
62
62
|
"prettier-plugin-apex": "1.11.0",
|
|
63
63
|
"properties-parser": "0.3.1",
|
package/yarn.lock
CHANGED
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
supports-color "^8.1.1"
|
|
684
684
|
tslib "^2"
|
|
685
685
|
|
|
686
|
-
"@oclif/core@1.20.4", "@oclif/core@^1.20.
|
|
686
|
+
"@oclif/core@1.20.4", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4":
|
|
687
687
|
version "1.20.4"
|
|
688
688
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
|
|
689
689
|
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
|
|
@@ -756,12 +756,12 @@
|
|
|
756
756
|
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz"
|
|
757
757
|
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
|
|
758
758
|
|
|
759
|
-
"@oclif/plugin-help@5.1.
|
|
760
|
-
version "5.1.
|
|
761
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.
|
|
762
|
-
integrity sha512-
|
|
759
|
+
"@oclif/plugin-help@5.1.19":
|
|
760
|
+
version "5.1.19"
|
|
761
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.19.tgz#43051772fefafe9bfe8823e2298103feb351b9c7"
|
|
762
|
+
integrity sha512-eQVRCFJOwRj8Tbqz8Lzd9GN38egwLCg+ohJ0xfg12CoXml03WqkfcFiAWkVwSWmLVrZUlUVrxfXKKkmpUaXZHg==
|
|
763
763
|
dependencies:
|
|
764
|
-
"@oclif/core" "^1.20.
|
|
764
|
+
"@oclif/core" "^1.20.4"
|
|
765
765
|
|
|
766
766
|
"@oclif/plugin-help@^5.1.16":
|
|
767
767
|
version "5.1.17"
|
|
@@ -804,25 +804,12 @@
|
|
|
804
804
|
dependencies:
|
|
805
805
|
"@oclif/core" "^1.14.1"
|
|
806
806
|
|
|
807
|
-
"@oclif/plugin-warn-if-update-available@2.0.13":
|
|
808
|
-
version "2.0.
|
|
809
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.
|
|
810
|
-
integrity sha512-
|
|
807
|
+
"@oclif/plugin-warn-if-update-available@2.0.14", "@oclif/plugin-warn-if-update-available@^2.0.13":
|
|
808
|
+
version "2.0.14"
|
|
809
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz#f9142095f13c5e8300705533165ae039daa0c5f8"
|
|
810
|
+
integrity sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw==
|
|
811
811
|
dependencies:
|
|
812
|
-
"@oclif/core" "^1.20.
|
|
813
|
-
chalk "^4.1.0"
|
|
814
|
-
debug "^4.1.0"
|
|
815
|
-
fs-extra "^9.0.1"
|
|
816
|
-
http-call "^5.2.2"
|
|
817
|
-
lodash "^4.17.21"
|
|
818
|
-
semver "^7.3.8"
|
|
819
|
-
|
|
820
|
-
"@oclif/plugin-warn-if-update-available@^2.0.6":
|
|
821
|
-
version "2.0.12"
|
|
822
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.12.tgz"
|
|
823
|
-
integrity sha512-4Z1JE1jff4Tb7+u1BSH39SIl4fjDUxWrtATMji9pyb7QqEnJgIJGlZQbGMpfg3WJCufqc4Ao75Q/o71PSQrvAw==
|
|
824
|
-
dependencies:
|
|
825
|
-
"@oclif/core" "^1.20.0"
|
|
812
|
+
"@oclif/core" "^1.20.4"
|
|
826
813
|
chalk "^4.1.0"
|
|
827
814
|
debug "^4.1.0"
|
|
828
815
|
fs-extra "^9.0.1"
|
|
@@ -840,7 +827,7 @@
|
|
|
840
827
|
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
|
|
841
828
|
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
|
|
842
829
|
|
|
843
|
-
"@oclif/test@2.2.10":
|
|
830
|
+
"@oclif/test@2.2.10", "@oclif/test@^2.2.10":
|
|
844
831
|
version "2.2.10"
|
|
845
832
|
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.10.tgz#51b873df300bb7a4d2f24a30e3395cea7db95507"
|
|
846
833
|
integrity sha512-tz6tH79F0Kw1kWv/8BgTov+WtIeFDdq1PNUkW43U0Rh4HOA1SafPbXCpzhM9A6O7YXS+tq8ayuZdkyOXXJY6Ww==
|
|
@@ -848,14 +835,6 @@
|
|
|
848
835
|
"@oclif/core" "^1.20.3"
|
|
849
836
|
fancy-test "^2.0.6"
|
|
850
837
|
|
|
851
|
-
"@oclif/test@^2.2.4":
|
|
852
|
-
version "2.2.8"
|
|
853
|
-
resolved "https://registry.npmjs.org/@oclif/test/-/test-2.2.8.tgz"
|
|
854
|
-
integrity sha512-VPVR1XLiTYqKToXlU7TPRnp5WMZvzfjyyPDH2sqKVCuEj9ZdEsK8m4woTK1n9aX1HI1Yv0tyyvg2a8HbUJOwhw==
|
|
855
|
-
dependencies:
|
|
856
|
-
"@oclif/core" "^1.20.0"
|
|
857
|
-
fancy-test "^2.0.5"
|
|
858
|
-
|
|
859
838
|
"@octokit/auth-token@^2.4.4":
|
|
860
839
|
version "2.5.0"
|
|
861
840
|
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz"
|
|
@@ -969,22 +948,22 @@
|
|
|
969
948
|
mv "~2"
|
|
970
949
|
safe-json-stringify "~1"
|
|
971
950
|
|
|
972
|
-
"@salesforce/command@5.2.
|
|
973
|
-
version "5.2.
|
|
974
|
-
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.
|
|
975
|
-
integrity sha512-
|
|
951
|
+
"@salesforce/command@5.2.24":
|
|
952
|
+
version "5.2.24"
|
|
953
|
+
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.24.tgz#17c25676f6737ef89ba5576e09db454853d21fd6"
|
|
954
|
+
integrity sha512-jpfETEIrBmg88GoznQw5fSl2Bck+m9kfqhPzrDj64aDwDughc1uUuQ5WX9MsgXW+auyBHpYpb5PIn74nLuDJqg==
|
|
976
955
|
dependencies:
|
|
977
|
-
"@oclif/core" "^1.20.
|
|
978
|
-
"@oclif/test" "^2.2.
|
|
956
|
+
"@oclif/core" "^1.20.4"
|
|
957
|
+
"@oclif/test" "^2.2.10"
|
|
979
958
|
"@salesforce/core" "^3.31.17"
|
|
980
|
-
"@salesforce/kit" "^1.
|
|
981
|
-
"@salesforce/ts-types" "^1.
|
|
959
|
+
"@salesforce/kit" "^1.8.0"
|
|
960
|
+
"@salesforce/ts-types" "^1.7.1"
|
|
982
961
|
chalk "^2.4.2"
|
|
983
962
|
|
|
984
|
-
"@salesforce/core@3.31.
|
|
985
|
-
version "3.31.
|
|
986
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.31.
|
|
987
|
-
integrity sha512-
|
|
963
|
+
"@salesforce/core@3.31.19":
|
|
964
|
+
version "3.31.19"
|
|
965
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.31.19.tgz#29366aee1e9e271d3bef6d0a5e60204f3885daf7"
|
|
966
|
+
integrity sha512-Qx4F7n+1eENICD9yvTrSI5+HVbjZ/B3vzNjdjZ4aNHO5MvEgg93vs1KeGujfGU4lzaEj5Wuy7delp5wJC0a1aA==
|
|
988
967
|
dependencies:
|
|
989
968
|
"@salesforce/bunyan" "^2.0.0"
|
|
990
969
|
"@salesforce/kit" "^1.7.0"
|
|
@@ -1041,7 +1020,7 @@
|
|
|
1041
1020
|
shx "^0.3.3"
|
|
1042
1021
|
tslib "^2.2.0"
|
|
1043
1022
|
|
|
1044
|
-
"@salesforce/kit@^1.
|
|
1023
|
+
"@salesforce/kit@^1.8.0":
|
|
1045
1024
|
version "1.8.0"
|
|
1046
1025
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.0.tgz#d5b8d83d5b0b866cb76840dc7a18e115589d86a0"
|
|
1047
1026
|
integrity sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==
|
|
@@ -1304,14 +1283,14 @@
|
|
|
1304
1283
|
dependencies:
|
|
1305
1284
|
"@types/node" "*"
|
|
1306
1285
|
|
|
1307
|
-
"@typescript-eslint/eslint-plugin@5.
|
|
1308
|
-
version "5.
|
|
1309
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
1310
|
-
integrity sha512-
|
|
1286
|
+
"@typescript-eslint/eslint-plugin@5.43.0":
|
|
1287
|
+
version "5.43.0"
|
|
1288
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
|
|
1289
|
+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
|
|
1311
1290
|
dependencies:
|
|
1312
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1313
|
-
"@typescript-eslint/type-utils" "5.
|
|
1314
|
-
"@typescript-eslint/utils" "5.
|
|
1291
|
+
"@typescript-eslint/scope-manager" "5.43.0"
|
|
1292
|
+
"@typescript-eslint/type-utils" "5.43.0"
|
|
1293
|
+
"@typescript-eslint/utils" "5.43.0"
|
|
1315
1294
|
debug "^4.3.4"
|
|
1316
1295
|
ignore "^5.2.0"
|
|
1317
1296
|
natural-compare-lite "^1.4.0"
|
|
@@ -1326,14 +1305,14 @@
|
|
|
1326
1305
|
dependencies:
|
|
1327
1306
|
"@typescript-eslint/utils" "5.35.1"
|
|
1328
1307
|
|
|
1329
|
-
"@typescript-eslint/parser@5.
|
|
1330
|
-
version "5.
|
|
1331
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.
|
|
1332
|
-
integrity sha512-
|
|
1308
|
+
"@typescript-eslint/parser@5.43.0":
|
|
1309
|
+
version "5.43.0"
|
|
1310
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
|
|
1311
|
+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
|
|
1333
1312
|
dependencies:
|
|
1334
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1335
|
-
"@typescript-eslint/types" "5.
|
|
1336
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1313
|
+
"@typescript-eslint/scope-manager" "5.43.0"
|
|
1314
|
+
"@typescript-eslint/types" "5.43.0"
|
|
1315
|
+
"@typescript-eslint/typescript-estree" "5.43.0"
|
|
1337
1316
|
debug "^4.3.4"
|
|
1338
1317
|
|
|
1339
1318
|
"@typescript-eslint/scope-manager@5.35.1":
|
|
@@ -1352,21 +1331,21 @@
|
|
|
1352
1331
|
"@typescript-eslint/types" "5.42.0"
|
|
1353
1332
|
"@typescript-eslint/visitor-keys" "5.42.0"
|
|
1354
1333
|
|
|
1355
|
-
"@typescript-eslint/scope-manager@5.
|
|
1356
|
-
version "5.
|
|
1357
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
1358
|
-
integrity sha512-
|
|
1334
|
+
"@typescript-eslint/scope-manager@5.43.0":
|
|
1335
|
+
version "5.43.0"
|
|
1336
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
|
|
1337
|
+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
|
|
1359
1338
|
dependencies:
|
|
1360
|
-
"@typescript-eslint/types" "5.
|
|
1361
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1339
|
+
"@typescript-eslint/types" "5.43.0"
|
|
1340
|
+
"@typescript-eslint/visitor-keys" "5.43.0"
|
|
1362
1341
|
|
|
1363
|
-
"@typescript-eslint/type-utils@5.
|
|
1364
|
-
version "5.
|
|
1365
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.
|
|
1366
|
-
integrity sha512-
|
|
1342
|
+
"@typescript-eslint/type-utils@5.43.0":
|
|
1343
|
+
version "5.43.0"
|
|
1344
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
|
|
1345
|
+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
|
|
1367
1346
|
dependencies:
|
|
1368
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1369
|
-
"@typescript-eslint/utils" "5.
|
|
1347
|
+
"@typescript-eslint/typescript-estree" "5.43.0"
|
|
1348
|
+
"@typescript-eslint/utils" "5.43.0"
|
|
1370
1349
|
debug "^4.3.4"
|
|
1371
1350
|
tsutils "^3.21.0"
|
|
1372
1351
|
|
|
@@ -1380,10 +1359,10 @@
|
|
|
1380
1359
|
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.42.0.tgz"
|
|
1381
1360
|
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
|
|
1382
1361
|
|
|
1383
|
-
"@typescript-eslint/types@5.
|
|
1384
|
-
version "5.
|
|
1385
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.
|
|
1386
|
-
integrity sha512-
|
|
1362
|
+
"@typescript-eslint/types@5.43.0":
|
|
1363
|
+
version "5.43.0"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
|
|
1365
|
+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
|
|
1387
1366
|
|
|
1388
1367
|
"@typescript-eslint/typescript-estree@5.35.1":
|
|
1389
1368
|
version "5.35.1"
|
|
@@ -1411,13 +1390,13 @@
|
|
|
1411
1390
|
semver "^7.3.7"
|
|
1412
1391
|
tsutils "^3.21.0"
|
|
1413
1392
|
|
|
1414
|
-
"@typescript-eslint/typescript-estree@5.
|
|
1415
|
-
version "5.
|
|
1416
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
1417
|
-
integrity sha512-
|
|
1393
|
+
"@typescript-eslint/typescript-estree@5.43.0":
|
|
1394
|
+
version "5.43.0"
|
|
1395
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
|
|
1396
|
+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
|
|
1418
1397
|
dependencies:
|
|
1419
|
-
"@typescript-eslint/types" "5.
|
|
1420
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1398
|
+
"@typescript-eslint/types" "5.43.0"
|
|
1399
|
+
"@typescript-eslint/visitor-keys" "5.43.0"
|
|
1421
1400
|
debug "^4.3.4"
|
|
1422
1401
|
globby "^11.1.0"
|
|
1423
1402
|
is-glob "^4.0.3"
|
|
@@ -1436,16 +1415,16 @@
|
|
|
1436
1415
|
eslint-scope "^5.1.1"
|
|
1437
1416
|
eslint-utils "^3.0.0"
|
|
1438
1417
|
|
|
1439
|
-
"@typescript-eslint/utils@5.
|
|
1440
|
-
version "5.
|
|
1441
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.
|
|
1442
|
-
integrity sha512-
|
|
1418
|
+
"@typescript-eslint/utils@5.43.0":
|
|
1419
|
+
version "5.43.0"
|
|
1420
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
|
|
1421
|
+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
|
|
1443
1422
|
dependencies:
|
|
1444
1423
|
"@types/json-schema" "^7.0.9"
|
|
1445
1424
|
"@types/semver" "^7.3.12"
|
|
1446
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1447
|
-
"@typescript-eslint/types" "5.
|
|
1448
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1425
|
+
"@typescript-eslint/scope-manager" "5.43.0"
|
|
1426
|
+
"@typescript-eslint/types" "5.43.0"
|
|
1427
|
+
"@typescript-eslint/typescript-estree" "5.43.0"
|
|
1449
1428
|
eslint-scope "^5.1.1"
|
|
1450
1429
|
eslint-utils "^3.0.0"
|
|
1451
1430
|
semver "^7.3.7"
|
|
@@ -1480,12 +1459,12 @@
|
|
|
1480
1459
|
"@typescript-eslint/types" "5.42.0"
|
|
1481
1460
|
eslint-visitor-keys "^3.3.0"
|
|
1482
1461
|
|
|
1483
|
-
"@typescript-eslint/visitor-keys@5.
|
|
1484
|
-
version "5.
|
|
1485
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
1486
|
-
integrity sha512-
|
|
1462
|
+
"@typescript-eslint/visitor-keys@5.43.0":
|
|
1463
|
+
version "5.43.0"
|
|
1464
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
|
|
1465
|
+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
|
|
1487
1466
|
dependencies:
|
|
1488
|
-
"@typescript-eslint/types" "5.
|
|
1467
|
+
"@typescript-eslint/types" "5.43.0"
|
|
1489
1468
|
eslint-visitor-keys "^3.3.0"
|
|
1490
1469
|
|
|
1491
1470
|
JSONStream@^1.0.4:
|
|
@@ -3152,10 +3131,10 @@ eslint-module-utils@^2.7.3:
|
|
|
3152
3131
|
dependencies:
|
|
3153
3132
|
debug "^3.2.7"
|
|
3154
3133
|
|
|
3155
|
-
eslint-plugin-deprecation@1.3.
|
|
3156
|
-
version "1.3.
|
|
3157
|
-
resolved "https://registry.
|
|
3158
|
-
integrity sha512-
|
|
3134
|
+
eslint-plugin-deprecation@1.3.3:
|
|
3135
|
+
version "1.3.3"
|
|
3136
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.3.3.tgz#065b5d36ff220afe139f2b19af57454a13464731"
|
|
3137
|
+
integrity sha512-Bbkv6ZN2cCthVXz/oZKPwsSY5S/CbgTLRG4Q2s2gpPpgNsT0uJ0dB5oLNiWzFYY8AgKX4ULxXFG1l/rDav9QFA==
|
|
3159
3138
|
dependencies:
|
|
3160
3139
|
"@typescript-eslint/experimental-utils" "^5.0.0"
|
|
3161
3140
|
tslib "^2.3.1"
|
|
@@ -3395,20 +3374,6 @@ external-editor@^3.0.3:
|
|
|
3395
3374
|
iconv-lite "^0.4.24"
|
|
3396
3375
|
tmp "^0.0.33"
|
|
3397
3376
|
|
|
3398
|
-
fancy-test@^2.0.5:
|
|
3399
|
-
version "2.0.6"
|
|
3400
|
-
resolved "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.6.tgz"
|
|
3401
|
-
integrity sha512-vzH5MOYK+vAQW/jnRnBiyASemIOAmSYuh2j12w4Ktzh+u2d69OENvI9GLDvNLMxOIqCtwz8ndLMH+5cJHfBmSQ==
|
|
3402
|
-
dependencies:
|
|
3403
|
-
"@types/chai" "*"
|
|
3404
|
-
"@types/lodash" "*"
|
|
3405
|
-
"@types/node" "*"
|
|
3406
|
-
"@types/sinon" "*"
|
|
3407
|
-
lodash "^4.17.13"
|
|
3408
|
-
mock-stdin "^1.0.0"
|
|
3409
|
-
nock "^13.0.0"
|
|
3410
|
-
stdout-stderr "^0.1.9"
|
|
3411
|
-
|
|
3412
3377
|
fancy-test@^2.0.6:
|
|
3413
3378
|
version "2.0.7"
|
|
3414
3379
|
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.7.tgz#a5e8e23113384c5550914da4f429d10822622521"
|
|
@@ -5830,15 +5795,15 @@ object.values@^1.1.5:
|
|
|
5830
5795
|
define-properties "^1.1.3"
|
|
5831
5796
|
es-abstract "^1.19.1"
|
|
5832
5797
|
|
|
5833
|
-
oclif@3.2.
|
|
5834
|
-
version "3.2.
|
|
5835
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.
|
|
5836
|
-
integrity sha512-
|
|
5798
|
+
oclif@3.2.27:
|
|
5799
|
+
version "3.2.27"
|
|
5800
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.27.tgz#3028bc2bcd87aa8762779feec71ba74d5dd94f19"
|
|
5801
|
+
integrity sha512-tMKEitC/fVki5mYx8D41qDuOymf24V/UGdkT04dTwtSkoMa/alGxERS2Oa/G/7Q0pfCGl9I5vi5WFuV2rY1ehQ==
|
|
5837
5802
|
dependencies:
|
|
5838
|
-
"@oclif/core" "^1.20.
|
|
5803
|
+
"@oclif/core" "^1.20.4"
|
|
5839
5804
|
"@oclif/plugin-help" "^5.1.16"
|
|
5840
5805
|
"@oclif/plugin-not-found" "^2.3.7"
|
|
5841
|
-
"@oclif/plugin-warn-if-update-available" "^2.0.
|
|
5806
|
+
"@oclif/plugin-warn-if-update-available" "^2.0.13"
|
|
5842
5807
|
aws-sdk "^2.1231.0"
|
|
5843
5808
|
concurrently "^7.5.0"
|
|
5844
5809
|
debug "^4.3.3"
|