@terafina/tffa-sfdx-plugin 26.0.0-rc.2 → 26.0.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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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/26.0.0
|
|
44
|
+
@terafina/tffa-sfdx-plugin/26.0.0 linux-x64 node-v22.13.1
|
|
45
45
|
$ sfdx --help [COMMAND]
|
|
46
46
|
USAGE
|
|
47
47
|
$ sfdx COMMAND
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sf tffa:apexdoc
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0
|
|
112
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/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/v26.0.0
|
|
164
|
+
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/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/v26.0.0
|
|
239
|
+
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/src/commands/tffa/data/import.ts)_
|
|
240
240
|
|
|
241
241
|
## `sfdx tffa:lint`
|
|
242
242
|
|
|
@@ -290,7 +290,7 @@ EXAMPLES
|
|
|
290
290
|
$ sf tffa:lint
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0
|
|
293
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/src/commands/tffa/lint.ts)_
|
|
294
294
|
|
|
295
295
|
## `sfdx tffa:meta`
|
|
296
296
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ sf tffa:meta
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0
|
|
321
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/src/commands/tffa/meta.ts)_
|
|
322
322
|
|
|
323
323
|
## `sfdx tffa:ping`
|
|
324
324
|
|
|
@@ -338,7 +338,7 @@ EXAMPLES
|
|
|
338
338
|
$ sf tffa:ping
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0
|
|
341
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/src/commands/tffa/ping.ts)_
|
|
342
342
|
|
|
343
343
|
## `sfdx tffa:source:apiset`
|
|
344
344
|
|
|
@@ -362,7 +362,7 @@ EXAMPLES
|
|
|
362
362
|
$ sf tffa:source:apiset
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0
|
|
365
|
+
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/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/v26.0.0
|
|
429
|
+
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0/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": "26.0.0
|
|
4
|
+
"version": "26.0.0",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|