@terafina/tffa-sfdx-plugin 17.0.0-rc.5 → 17.0.0-rc.6
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 +11 -11
- package/oclif.manifest.json +1036 -1
- package/package.json +20 -20
- package/yarn.lock +0 -8288
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/17.0.0-rc.
|
|
44
|
+
@terafina/tffa-sfdx-plugin/17.0.0-rc.6 linux-x64 node-v18.14.0
|
|
45
45
|
$ sfdx --help [COMMAND]
|
|
46
46
|
USAGE
|
|
47
47
|
$ sfdx COMMAND
|
|
@@ -81,7 +81,7 @@ DESCRIPTION
|
|
|
81
81
|
Display help for sfdx.
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.
|
|
84
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.4/src/commands/help.ts)_
|
|
85
85
|
|
|
86
86
|
## `sfdx tffa:apexdoc [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
87
87
|
|
|
@@ -111,7 +111,7 @@ EXAMPLES
|
|
|
111
111
|
$ sfdx tffa:apexdoc
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
114
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/apexdoc.ts)_
|
|
115
115
|
|
|
116
116
|
## `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]`
|
|
117
117
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
183
|
+
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/data/export.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx tffa:data:import [-f <array>] [-p <string>] [-s <array>] [-i] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
186
186
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
Importing record(s) and relationships of tffa__AddOnService__c... done
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
271
|
+
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/data/import.ts)_
|
|
272
272
|
|
|
273
273
|
## `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]`
|
|
274
274
|
|
|
@@ -327,7 +327,7 @@ EXAMPLES
|
|
|
327
327
|
$sfdx tffa:lint
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
330
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/lint.ts)_
|
|
331
331
|
|
|
332
332
|
## `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]`
|
|
333
333
|
|
|
@@ -356,7 +356,7 @@ EXAMPLES
|
|
|
356
356
|
$ sfdx tffa:meta
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
359
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/meta.ts)_
|
|
360
360
|
|
|
361
361
|
## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
362
362
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
$ sfdx tffa:ping
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
381
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/ping.ts)_
|
|
382
382
|
|
|
383
383
|
## `sfdx tffa:source:apiset [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
384
384
|
|
|
@@ -406,7 +406,7 @@ EXAMPLES
|
|
|
406
406
|
$ sfdx tffa:source:apiset
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
409
|
+
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/source/apiset.ts)_
|
|
410
410
|
|
|
411
411
|
## `sfdx tffa:source:createfield -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich [-r] [-l <number>] [-d <string>] [-p <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
412
412
|
|
|
@@ -493,7 +493,7 @@ EXAMPLES
|
|
|
493
493
|
Creates a long textarea field
|
|
494
494
|
```
|
|
495
495
|
|
|
496
|
-
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.
|
|
496
|
+
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.6/src/commands/tffa/source/createfield.ts)_
|
|
497
497
|
|
|
498
498
|
## `sfdx version`
|
|
499
499
|
|
|
@@ -513,5 +513,5 @@ FLAG DESCRIPTIONS
|
|
|
513
513
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
514
514
|
```
|
|
515
515
|
|
|
516
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.2.
|
|
516
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.2.1/src/commands/version.ts)_
|
|
517
517
|
<!-- commandsstop -->
|