@terafina/tffa-sfdx-plugin 2.1.2 → 2.2.0
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 +5 -5
- package/assets/index.css +2 -0
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ $ npm install -g @terafina/tffa-sfdx-plugin
|
|
|
34
34
|
$ sfdx COMMAND
|
|
35
35
|
running command...
|
|
36
36
|
$ sfdx (--version|-v)
|
|
37
|
-
@terafina/tffa-sfdx-plugin/2.
|
|
37
|
+
@terafina/tffa-sfdx-plugin/2.2.0 linux-x64 node-v16.13.1
|
|
38
38
|
$ sfdx --help [COMMAND]
|
|
39
39
|
USAGE
|
|
40
40
|
$ sfdx COMMAND
|
|
@@ -95,7 +95,7 @@ EXAMPLES
|
|
|
95
95
|
Generate Apex API Documentation : $sfdx tffa:apexdoc
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.
|
|
98
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.2.0/src/commands/tffa/apexdoc.ts)_
|
|
99
99
|
|
|
100
100
|
## `sfdx tffa:lint [-s <directory>] [-m <integer>] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
101
101
|
|
|
@@ -122,7 +122,7 @@ EXAMPLES
|
|
|
122
122
|
Scan a sfdx project and provide list of code violations : $sfdx tffa:scan
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.
|
|
125
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.2.0/src/commands/tffa/lint.ts)_
|
|
126
126
|
|
|
127
127
|
## `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]`
|
|
128
128
|
|
|
@@ -151,7 +151,7 @@ EXAMPLES
|
|
|
151
151
|
scan a sfdx project for metadata : $sfdx tffa:meta
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.
|
|
154
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.2.0/src/commands/tffa/meta.ts)_
|
|
155
155
|
|
|
156
156
|
## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
157
157
|
|
|
@@ -173,7 +173,7 @@ EXAMPLES
|
|
|
173
173
|
$ sfdx tffa:ping
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.
|
|
176
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v2.2.0/src/commands/tffa/ping.ts)_
|
|
177
177
|
|
|
178
178
|
## `sfdx version`
|
|
179
179
|
|
package/assets/index.css
CHANGED
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.2.0","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Generate Apex API Documentation","strict":true,"usage":"<%= command.id %> [-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":["Generate Apex API Documentation :\t$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":"d","description":"directory containing package metadata","multiple":false,"default":"."}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"d","description":"directory containing package metadata","default":".","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"scan a sfdx project and provide a violations report based on defined standards","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-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":["Scan a sfdx project and provide list of code violations :\t$sfdx tffa:scan"],"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":53}},"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":53,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"scan a sfdx project for metadata","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":["scan a sfdx project for metadata :\t$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","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":{}}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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": "2.
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/plugin-plugins": "2.1.0",
|
|
11
11
|
"@oclif/plugin-version": "1.0.4",
|
|
12
12
|
"@oclif/plugin-warn-if-update-available": "^2.0.4",
|
|
13
|
-
"@salesforce/command": "5.
|
|
13
|
+
"@salesforce/command": "5.2.0",
|
|
14
14
|
"@salesforce/core": "2.37.1",
|
|
15
15
|
"cheerio": "1.0.0-rc.11",
|
|
16
16
|
"csv-stringify": "6.1.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"xml2js": "0.4.23"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@commitlint/cli": "17.0.
|
|
25
|
+
"@commitlint/cli": "17.0.2",
|
|
26
26
|
"@commitlint/config-angular": "17.0.0",
|
|
27
27
|
"@oclif/test": "2.1.0",
|
|
28
28
|
"@salesforce/dev-config": "3.0.1",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@types/fs-extra": "9.0.13",
|
|
33
33
|
"@types/js-yaml": "4.0.5",
|
|
34
34
|
"@types/mocha": "9.1.1",
|
|
35
|
-
"@types/node": "17.0.
|
|
35
|
+
"@types/node": "17.0.41",
|
|
36
36
|
"@types/xml2js": "0.4.11",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
38
|
-
"@typescript-eslint/parser": "5.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
38
|
+
"@typescript-eslint/parser": "5.27.1",
|
|
39
39
|
"chai": "4",
|
|
40
|
-
"eslint": "8.
|
|
40
|
+
"eslint": "8.17.0",
|
|
41
41
|
"eslint-config-prettier": "8.5.0",
|
|
42
42
|
"eslint-plugin-deprecation": "1.3.2",
|
|
43
43
|
"eslint-plugin-header": "3.1.1",
|
|
44
44
|
"eslint-plugin-import": "2.26.0",
|
|
45
|
-
"eslint-plugin-jest": "26.
|
|
45
|
+
"eslint-plugin-jest": "26.5.3",
|
|
46
46
|
"eslint-plugin-jsdoc": "39.3.2",
|
|
47
47
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
48
48
|
"eslint-plugin-sonarjs": "0.13.0",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"prettier-plugin-apex": "1.10.0",
|
|
59
59
|
"properties-parser": "0.3.1",
|
|
60
60
|
"properties-reader": "2.2.0",
|
|
61
|
-
"replace-in-file": "6.3.
|
|
61
|
+
"replace-in-file": "6.3.5",
|
|
62
62
|
"standard-version": "9.5.0",
|
|
63
63
|
"ts-node": "10",
|
|
64
|
-
"typescript": "4.7.
|
|
64
|
+
"typescript": "4.7.3",
|
|
65
65
|
"yargs": "17.5.1"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|