@terafina/tffa-sfdx-plugin 18.0.0-rc.2 → 18.0.0-rc.3
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -5
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/18.0.0-rc.
|
|
44
|
+
@terafina/tffa-sfdx-plugin/18.0.0-rc.3 linux-x64 node-v18.15.0
|
|
45
45
|
$ sfdx --help [COMMAND]
|
|
46
46
|
USAGE
|
|
47
47
|
$ sfdx COMMAND
|
|
@@ -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/v18.0.0-rc.
|
|
112
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/apexdoc.ts)_
|
|
113
113
|
|
|
114
114
|
## `sfdx tffa:data:export`
|
|
115
115
|
|
|
@@ -161,7 +161,7 @@ EXAMPLES
|
|
|
161
161
|
Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
164
|
+
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/data/export.ts)_
|
|
165
165
|
|
|
166
166
|
## `sfdx tffa:data:import`
|
|
167
167
|
|
|
@@ -236,7 +236,7 @@ EXAMPLES
|
|
|
236
236
|
Importing record(s) and relationships of tffa__AddOnService__c... done
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
239
|
+
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/data/import.ts)_
|
|
240
240
|
|
|
241
241
|
## `sfdx tffa:lint`
|
|
242
242
|
|
|
@@ -290,7 +290,7 @@ EXAMPLES
|
|
|
290
290
|
$sfdx tffa:lint
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
293
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/lint.ts)_
|
|
294
294
|
|
|
295
295
|
## `sfdx tffa:meta`
|
|
296
296
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ sfdx tffa:meta
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
321
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/meta.ts)_
|
|
322
322
|
|
|
323
323
|
## `sfdx tffa:ping`
|
|
324
324
|
|
|
@@ -338,7 +338,7 @@ EXAMPLES
|
|
|
338
338
|
$ sfdx tffa:ping
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
341
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/ping.ts)_
|
|
342
342
|
|
|
343
343
|
## `sfdx tffa:source:apiset`
|
|
344
344
|
|
|
@@ -362,7 +362,7 @@ EXAMPLES
|
|
|
362
362
|
$ sfdx tffa:source:apiset
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
365
|
+
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/source/apiset.ts)_
|
|
366
366
|
|
|
367
367
|
## `sfdx tffa:source:createfield`
|
|
368
368
|
|
|
@@ -426,7 +426,7 @@ EXAMPLES
|
|
|
426
426
|
Creates a long textarea field
|
|
427
427
|
```
|
|
428
428
|
|
|
429
|
-
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.
|
|
429
|
+
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v18.0.0-rc.3/src/commands/tffa/source/createfield.ts)_
|
|
430
430
|
|
|
431
431
|
## `sfdx version`
|
|
432
432
|
|
package/oclif.manifest.json
CHANGED
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": "18.0.0-rc.
|
|
4
|
+
"version": "18.0.0-rc.3",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"repository": "terafina/tffa-sfdx-plugin",
|
|
115
115
|
"scripts": {
|
|
116
116
|
"build": "npm run prepack && npm run postpack",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
117
|
+
"link_plugin": "sfdx plugins:link",
|
|
118
|
+
"unlink_plugin": "sfdx plugins:unlink && echo 'y' | sfdx plugins:install @terafina/tffa-sfdx-plugin@next",
|
|
119
119
|
"lint": "eslint --fix --ext .ts src ",
|
|
120
120
|
"postpack": "rimraf oclif.manifest.json",
|
|
121
121
|
"prepack": "rimraf lib && tsc -b && oclif manifest && oclif readme",
|
|
@@ -130,8 +130,7 @@
|
|
|
130
130
|
"release_minor": "npm run release -- --release-as minor",
|
|
131
131
|
"release_major": "npm run release -- --release-as major",
|
|
132
132
|
"release_major_rc": "npm run release -- --release-as major --prerelease rc",
|
|
133
|
-
"update-dependencies": "ncu -u && npm install && git add . && git commit -m 'chore(deps): update dependencies'",
|
|
134
|
-
"update-dependencies-minor": "ncu -u -t minor && npm install && git add . && git commit -m 'chore(deps): update dependencies'",
|
|
133
|
+
"update-dependencies": "ncu -u -t minor && npm install && npm run build && git add . && git commit -m 'chore(deps): update dependencies'",
|
|
135
134
|
"prepare": "husky install"
|
|
136
135
|
},
|
|
137
136
|
"standard-version": {
|