@terafina/tffa-sfdx-plugin 16.0.0-rc.7 → 16.0.0-rc.8
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 +67 -8
- package/lib/commands/tffa/data/import.d.ts +7 -0
- package/lib/commands/tffa/data/import.js +17 -4
- package/lib/commands/tffa/data/import.js.map +1 -1
- package/lib/commands/tffa/source/createfield.d.ts +15 -0
- package/lib/commands/tffa/source/createfield.js +56 -0
- package/lib/commands/tffa/source/createfield.js.map +1 -0
- package/messages/createField.js +19 -0
- 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/16.0.0-rc.
|
|
44
|
+
@terafina/tffa-sfdx-plugin/16.0.0-rc.8 linux-x64 node-v16.13.1
|
|
45
45
|
$ sfdx --help [COMMAND]
|
|
46
46
|
USAGE
|
|
47
47
|
$ sfdx COMMAND
|
|
@@ -60,6 +60,7 @@ USAGE
|
|
|
60
60
|
* [`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]`](#sfdx-tffameta--s-directory--d-directory--c-directory--o-jsoncsvhuman--f---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
61
61
|
* [`sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffaping---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
62
62
|
* [`sfdx tffa:source:apiset [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffasourceapiset--h-help--s-directory--a-integer---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
63
|
+
* [`sfdx tffa:source:createfield -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-rich [-r] [-l] [-d] [-p <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffasourcecreatefield--s-string--n-string--t-checkboxcurrencydatedatetimeemailnumberpercentphonepicklistmpicklisttexttext-textareatextareatextarea-rich--r--l--d--p-array--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
63
64
|
* [`sfdx version`](#sfdx-version)
|
|
64
65
|
|
|
65
66
|
## `sfdx help [COMMAND]`
|
|
@@ -110,7 +111,7 @@ EXAMPLES
|
|
|
110
111
|
$ sfdx tffa:apexdoc
|
|
111
112
|
```
|
|
112
113
|
|
|
113
|
-
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
114
|
+
_See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/apexdoc.ts)_
|
|
114
115
|
|
|
115
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]`
|
|
116
117
|
|
|
@@ -179,7 +180,7 @@ EXAMPLES
|
|
|
179
180
|
Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
|
|
180
181
|
```
|
|
181
182
|
|
|
182
|
-
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
183
|
+
_See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/data/export.ts)_
|
|
183
184
|
|
|
184
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]`
|
|
185
186
|
|
|
@@ -267,7 +268,7 @@ EXAMPLES
|
|
|
267
268
|
Importing record(s) and relationships of tffa__AddOnService__c... done
|
|
268
269
|
```
|
|
269
270
|
|
|
270
|
-
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
271
|
+
_See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/data/import.ts)_
|
|
271
272
|
|
|
272
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]`
|
|
273
274
|
|
|
@@ -326,7 +327,7 @@ EXAMPLES
|
|
|
326
327
|
$sfdx tffa:lint
|
|
327
328
|
```
|
|
328
329
|
|
|
329
|
-
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
330
|
+
_See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/lint.ts)_
|
|
330
331
|
|
|
331
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]`
|
|
332
333
|
|
|
@@ -355,7 +356,7 @@ EXAMPLES
|
|
|
355
356
|
$ sfdx tffa:meta
|
|
356
357
|
```
|
|
357
358
|
|
|
358
|
-
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
359
|
+
_See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/meta.ts)_
|
|
359
360
|
|
|
360
361
|
## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
361
362
|
|
|
@@ -377,7 +378,7 @@ EXAMPLES
|
|
|
377
378
|
$ sfdx tffa:ping
|
|
378
379
|
```
|
|
379
380
|
|
|
380
|
-
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
381
|
+
_See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/ping.ts)_
|
|
381
382
|
|
|
382
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]`
|
|
383
384
|
|
|
@@ -405,7 +406,65 @@ EXAMPLES
|
|
|
405
406
|
$ sfdx tffa:source:apiset
|
|
406
407
|
```
|
|
407
408
|
|
|
408
|
-
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.
|
|
409
|
+
_See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/source/apiset.ts)_
|
|
410
|
+
|
|
411
|
+
## `sfdx tffa:source:createfield -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-rich [-r] [-l] [-d] [-p <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
412
|
+
|
|
413
|
+
Creates an SObject field from the specified parameters.
|
|
414
|
+
|
|
415
|
+
```
|
|
416
|
+
USAGE
|
|
417
|
+
$ sfdx tffa:source:createfield -s <string> -n <string> -t
|
|
418
|
+
checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-r
|
|
419
|
+
ich [-r] [-l] [-d] [-p <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
420
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
421
|
+
|
|
422
|
+
FLAGS
|
|
423
|
+
-d, --description
|
|
424
|
+
description of the field
|
|
425
|
+
|
|
426
|
+
-l, --length
|
|
427
|
+
length of text field or textarea field; defaults to 255 for text field and 1024 for textarea field
|
|
428
|
+
|
|
429
|
+
-n, --name=<value>
|
|
430
|
+
(required) the API name of the field
|
|
431
|
+
|
|
432
|
+
-p, --permissionsets=<value>
|
|
433
|
+
comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the
|
|
434
|
+
project
|
|
435
|
+
|
|
436
|
+
-r, --required
|
|
437
|
+
whether field is required; skips addition to permission sets
|
|
438
|
+
|
|
439
|
+
-s, --sobjecttype=<value>
|
|
440
|
+
(required) the API name of the object for which the field needs to be created
|
|
441
|
+
|
|
442
|
+
-t, --type=(checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|
|
|
443
|
+
textarea-rich)
|
|
444
|
+
(required) [default: text] type of the field
|
|
445
|
+
|
|
446
|
+
-u, --targetusername=<value>
|
|
447
|
+
username or alias for the target org; overrides default target org
|
|
448
|
+
|
|
449
|
+
--apiversion=<value>
|
|
450
|
+
override the api version used for api requests made by this command
|
|
451
|
+
|
|
452
|
+
--json
|
|
453
|
+
format output as json
|
|
454
|
+
|
|
455
|
+
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)
|
|
456
|
+
[default: warn] logging level for this command invocation
|
|
457
|
+
|
|
458
|
+
DESCRIPTION
|
|
459
|
+
Creates an SObject field from the specified parameters.
|
|
460
|
+
By default, created fields (except required) are added to all permission sets in the project. Use the permissionsets
|
|
461
|
+
parameter to explicitly specify the permission sets.
|
|
462
|
+
|
|
463
|
+
NOTE: this command does not create the field in the org, it only creates the field meta xml file in the project.
|
|
464
|
+
source push is required for the field to be created in the org.
|
|
465
|
+
```
|
|
466
|
+
|
|
467
|
+
_See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v16.0.0-rc.8/src/commands/tffa/source/createfield.ts)_
|
|
409
468
|
|
|
410
469
|
## `sfdx version`
|
|
411
470
|
|
|
@@ -18,6 +18,7 @@ export default class DataImport extends SfdxCommand {
|
|
|
18
18
|
protected static flagsConfig: FlagsConfig;
|
|
19
19
|
protected referenceIdExternalIdMap: Map<string, ExternalId>;
|
|
20
20
|
private isScratch;
|
|
21
|
+
private namespacePrefix;
|
|
21
22
|
run(): Promise<any>;
|
|
22
23
|
/**
|
|
23
24
|
* Gathers external ids from the specified records. The external id of each record along with the external id field name
|
|
@@ -58,5 +59,11 @@ export default class DataImport extends SfdxCommand {
|
|
|
58
59
|
* @param sobjectfiles
|
|
59
60
|
*/
|
|
60
61
|
private trackFileChange;
|
|
62
|
+
/**
|
|
63
|
+
* Returns the external id field names to be used for:
|
|
64
|
+
* 1. resolving external ids of lookup references on records
|
|
65
|
+
* 2. resolving the external id of records for upsert
|
|
66
|
+
*/
|
|
67
|
+
private getExternalIdFieldNames;
|
|
61
68
|
}
|
|
62
69
|
export {};
|
|
@@ -27,7 +27,8 @@ class UpsertRequest {
|
|
|
27
27
|
* Fields that usually store the external id of records.
|
|
28
28
|
* Fixing them instead of resolving them to save on describe calls.
|
|
29
29
|
*/
|
|
30
|
-
const EXTERNAL_ID_FIELDS = ['tffa__ExternalId__c', 'ExternalId__c', 'Code__c'];
|
|
30
|
+
const EXTERNAL_ID_FIELDS = ['tffa__ExternalId__c', 'ExternalId__c', 'tffa__Code__c', 'Code__c'];
|
|
31
|
+
const TFFA_NAMESPACE = 'tffa';
|
|
31
32
|
class DataImport extends command_1.SfdxCommand {
|
|
32
33
|
constructor() {
|
|
33
34
|
super(...arguments);
|
|
@@ -36,6 +37,7 @@ class DataImport extends command_1.SfdxCommand {
|
|
|
36
37
|
}
|
|
37
38
|
async run() {
|
|
38
39
|
this.isScratch = await this.org.determineIfScratch();
|
|
40
|
+
this.namespacePrefix = this.org.getConnection().getAuthInfo().getFields().namespacePrefix;
|
|
39
41
|
const sobjectfiles = this.flags.sobjectfiles;
|
|
40
42
|
const plan = this.flags.plan;
|
|
41
43
|
const sobjecttypes = this.flags.sobjecttypes;
|
|
@@ -87,7 +89,7 @@ class DataImport extends command_1.SfdxCommand {
|
|
|
87
89
|
*/
|
|
88
90
|
collectExternalIds(records) {
|
|
89
91
|
for (const record of records) {
|
|
90
|
-
for (const externalIdFieldName of
|
|
92
|
+
for (const externalIdFieldName of this.getExternalIdFieldNames()) {
|
|
91
93
|
const externalId = record[externalIdFieldName];
|
|
92
94
|
if (externalId) {
|
|
93
95
|
this.referenceIdExternalIdMap.set(record.attributes.referenceId, { fieldName: externalIdFieldName, value: externalId });
|
|
@@ -124,7 +126,8 @@ class DataImport extends command_1.SfdxCommand {
|
|
|
124
126
|
* @param records
|
|
125
127
|
*/
|
|
126
128
|
createUpsertRequest(records) {
|
|
127
|
-
const
|
|
129
|
+
const externalIdFields = this.getExternalIdFieldNames();
|
|
130
|
+
const externalIdFieldName = externalIdFields.find(f => records[0][f]) || externalIdFields[0];
|
|
128
131
|
for (const record of records) {
|
|
129
132
|
const externalId = record[externalIdFieldName];
|
|
130
133
|
if (!externalId) {
|
|
@@ -233,7 +236,7 @@ class DataImport extends command_1.SfdxCommand {
|
|
|
233
236
|
*/
|
|
234
237
|
async trackFileChange(...sobjectfiles) {
|
|
235
238
|
if (this.isScratch) {
|
|
236
|
-
const logFile = (0, path_1.join)(this.project.getPath(), '.sf', 'orgs', this.org.getOrgId(),
|
|
239
|
+
const logFile = (0, path_1.join)(this.project.getPath(), '.sf', 'orgs', this.org.getOrgId(), TFFA_NAMESPACE, 'dataImport.json');
|
|
237
240
|
const log = ((await (0, fs_extra_1.pathExists)(logFile)) && (await (0, fs_extra_1.readJSON)(logFile))) || {};
|
|
238
241
|
for (const sobjectfile of sobjectfiles) {
|
|
239
242
|
log[sobjectfile] = (await (0, fs_extra_1.stat)(sobjectfile)).mtimeMs;
|
|
@@ -242,6 +245,16 @@ class DataImport extends command_1.SfdxCommand {
|
|
|
242
245
|
await (0, fs_extra_1.writeJSON)(logFile, log);
|
|
243
246
|
}
|
|
244
247
|
}
|
|
248
|
+
/**
|
|
249
|
+
* Returns the external id field names to be used for:
|
|
250
|
+
* 1. resolving external ids of lookup references on records
|
|
251
|
+
* 2. resolving the external id of records for upsert
|
|
252
|
+
*/
|
|
253
|
+
getExternalIdFieldNames() {
|
|
254
|
+
return this.namespacePrefix && this.namespacePrefix !== TFFA_NAMESPACE && this.namespacePrefix.includes(TFFA_NAMESPACE)
|
|
255
|
+
? EXTERNAL_ID_FIELDS.map(f => f.replace(TFFA_NAMESPACE, this.namespacePrefix))
|
|
256
|
+
: EXTERNAL_ID_FIELDS;
|
|
257
|
+
}
|
|
245
258
|
}
|
|
246
259
|
exports.default = DataImport;
|
|
247
260
|
DataImport.requiresUsername = true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"import.js","sourceRoot":"","sources":["../../../../src/commands/tffa/data/import.ts"],"names":[],"mappings":";;AAAA;;IAEI;AACJ,iDAAsE;AACtE,2CAA4C;AAC5C,uCAAyE;AACzE,+BAAqC;AAErC,wDAAwD;AACxD,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAE5C,iGAAiG;AACjG,mFAAmF;AACnF,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,YAAY,CAAC,CAAC;AAgBnF;;GAEG;AACH,MAAM,aAAa;IAEjB,YAAmB,MAAc,EAAS,KAAe,EAAS,mBAA2B;QAA1E,WAAM,GAAN,MAAM,CAAQ;QAAS,UAAK,GAAL,KAAK,CAAU;QAAS,wBAAmB,GAAnB,mBAAmB,CAAQ;QAD7F,cAAS,GAAG,QAAiB,CAAC;IACkE,CAAC;CAClG;AA8BD;;;GAGG;AACH,MAAM,kBAAkB,GAAG,CAAC,qBAAqB,EAAE,eAAe,EAAE,SAAS,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"import.js","sourceRoot":"","sources":["../../../../src/commands/tffa/data/import.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) NCR Terafina
|
|
3
|
+
**/
|
|
4
|
+
import { SfdxCommand, FlagsConfig } from '@salesforce/command';
|
|
5
|
+
/**
|
|
6
|
+
* Copyright (c) NCR Terafina
|
|
7
|
+
**/
|
|
8
|
+
export default class CreateField extends SfdxCommand {
|
|
9
|
+
static requiresUsername: boolean;
|
|
10
|
+
static requiresProject: boolean;
|
|
11
|
+
static description: string;
|
|
12
|
+
static examples: string[];
|
|
13
|
+
protected static flagsConfig: FlagsConfig;
|
|
14
|
+
run(): Promise<any>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/**
|
|
4
|
+
* Copyright (c) NCR Terafina
|
|
5
|
+
**/
|
|
6
|
+
const command_1 = require("@salesforce/command");
|
|
7
|
+
const core_1 = require("@salesforce/core");
|
|
8
|
+
// Initialize Messages with the current plugin directory
|
|
9
|
+
core_1.Messages.importMessagesDirectory(__dirname);
|
|
10
|
+
// Load the specific messages for this file. Messages from @salesforce/command, @salesforce/core,
|
|
11
|
+
// or any library that is using the messages framework can also be loaded this way.
|
|
12
|
+
const messages = core_1.Messages.loadMessages('@terafina/tffa-sfdx-plugin', 'createField');
|
|
13
|
+
/**
|
|
14
|
+
* Copyright (c) NCR Terafina
|
|
15
|
+
**/
|
|
16
|
+
class CreateField extends command_1.SfdxCommand {
|
|
17
|
+
async run() {
|
|
18
|
+
//
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.default = CreateField;
|
|
22
|
+
CreateField.requiresUsername = true;
|
|
23
|
+
CreateField.requiresProject = true;
|
|
24
|
+
CreateField.description = messages.getMessage('commandDescription');
|
|
25
|
+
CreateField.examples = messages.getMessages('commandExamples');
|
|
26
|
+
CreateField.flagsConfig = {
|
|
27
|
+
sobjecttype: command_1.flags.string({ char: 's', required: true, description: messages.getMessage('sobjecttypeFlagDescription') }),
|
|
28
|
+
name: command_1.flags.string({ char: 'n', required: true, description: messages.getMessage('nameFlagDescription') }),
|
|
29
|
+
type: command_1.flags.enum({
|
|
30
|
+
char: 't',
|
|
31
|
+
required: true,
|
|
32
|
+
description: messages.getMessage('typeFlagDescription'),
|
|
33
|
+
default: 'text',
|
|
34
|
+
options: [
|
|
35
|
+
'checkbox',
|
|
36
|
+
'currency',
|
|
37
|
+
'date',
|
|
38
|
+
'datetime',
|
|
39
|
+
'email',
|
|
40
|
+
'number',
|
|
41
|
+
'percent',
|
|
42
|
+
'phone',
|
|
43
|
+
'picklist',
|
|
44
|
+
'mpicklist',
|
|
45
|
+
'text',
|
|
46
|
+
'text-textarea',
|
|
47
|
+
'textarea',
|
|
48
|
+
'textarea-rich'
|
|
49
|
+
]
|
|
50
|
+
}),
|
|
51
|
+
required: command_1.flags.boolean({ char: 'r', required: false, description: messages.getMessage('requiredFlagDescription') }),
|
|
52
|
+
length: command_1.flags.boolean({ char: 'l', required: false, description: messages.getMessage('lengthFlagDescription') }),
|
|
53
|
+
description: command_1.flags.boolean({ char: 'd', required: false, description: messages.getMessage('descriptionFlagDescription') }),
|
|
54
|
+
permissionsets: command_1.flags.array({ char: 'p', required: false, description: messages.getMessage('permissionsetsFlagDescription') })
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=createfield.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createfield.js","sourceRoot":"","sources":["../../../../src/commands/tffa/source/createfield.ts"],"names":[],"mappings":";;AAAA;;IAEI;AACJ,iDAAsE;AACtE,2CAA4C;AAE5C,wDAAwD;AACxD,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAE5C,iGAAiG;AACjG,mFAAmF;AACnF,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,4BAA4B,EAAE,aAAa,CAAC,CAAC;AAEpF;;IAEI;AACJ,MAAqB,WAAY,SAAQ,qBAAW;IAoClD,KAAK,CAAC,GAAG;QACP,EAAE;IACJ,CAAC;;AAtCH,8BAuCC;AAtCe,4BAAgB,GAAG,IAAI,CAAC;AACxB,2BAAe,GAAG,IAAI,CAAC;AACvB,uBAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC;AACxD,oBAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC;AAChD,uBAAW,GAAgB;IAC1C,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC,EAAE,CAAC;IACxH,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC,EAAE,CAAC;IAC1G,IAAI,EAAE,eAAK,CAAC,IAAI,CAAC;QACf,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC;QACvD,OAAO,EAAE,MAAM;QACf,OAAO,EAAE;YACP,UAAU;YACV,UAAU;YACV,MAAM;YACN,UAAU;YACV,OAAO;YACP,QAAQ;YACR,SAAS;YACT,OAAO;YACP,UAAU;YACV,WAAW;YACX,MAAM;YACN,eAAe;YACf,UAAU;YACV,eAAe;SAChB;KACF,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,yBAAyB,CAAC,EAAE,CAAC;IACpH,MAAM,EAAE,eAAK,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC,EAAE,CAAC;IAChH,WAAW,EAAE,eAAK,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC,EAAE,CAAC;IAC1H,cAAc,EAAE,eAAK,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC,EAAE,CAAC;CAC/H,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) NCR Terafina
|
|
3
|
+
**/
|
|
4
|
+
module.exports = {
|
|
5
|
+
commandDescription: `Creates an SObject field from the specified parameters.
|
|
6
|
+
By default, created fields (except required) are added to all permission sets in the project. Use the permissionsets parameter to explicitly specify the permission sets.
|
|
7
|
+
|
|
8
|
+
NOTE: this command does not create the field in the org, it only creates the field meta xml file in the project. source push is required for the field to be created in the org.
|
|
9
|
+
`,
|
|
10
|
+
sobjecttypeFlagDescription: 'the API name of the object for which the field needs to be created',
|
|
11
|
+
nameFlagDescription: 'the API name of the field',
|
|
12
|
+
typeFlagDescription: 'type of the field',
|
|
13
|
+
requiredFlagDescription: 'whether field is required; skips addition to permission sets',
|
|
14
|
+
lengthFlagDescription: 'length of text field or textarea field; defaults to 255 for text field and 1024 for textarea field',
|
|
15
|
+
descriptionFlagDescription: 'description of the field',
|
|
16
|
+
permissionsetsFlagDescription:
|
|
17
|
+
'comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project',
|
|
18
|
+
commandExamples: []
|
|
19
|
+
};
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"16.0.0-rc.7","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},"sobjecttypes":{"name":"sobjecttypes","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":{"sobjecttypes":{"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:data:import":{"id":"tffa:data:import","description":"Imports data into an org using the SObject Bulk Upsert API. This data can include master-detail relationships. Primarily used for importing business configurations.\n \n To generate JSON files for use with tffa:data:import, run \"sfdx tffa:data:export\"\n \n In scratch orgs, by default, sobject files are tracked for changes. When doing full plan imports (without the sobjecttypes parameter), individual sobject files are tracked for changes and excluded from import if the file content remained unchanged since the last time it was imported. This behaviour can be suppressed by including the forceimport flag when doing full plan imports.","strict":true,"usage":"<%= command.id %> [-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]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:import\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n \n - Updated 5 record(s) of tffa__DependentProductEligibility__c\n Importing record(s) and relationships of tffa__DependentProductEligibility__c... done","$ sfdx tffa:data:import -p data/configuration/config-data-plan.json\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ... \n ","$ sfdx tffa:data:import -s tffa__Product__c\n (Imports only tffa__Product__c from data/configuration/config-data-plan.json)\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ...\n ","$ sfdx tffa:data:import -f data/configuration/DisclosureTemplate__c.json,data/configuration/AddOnService__c.json\n (Imports tffa__DisclosureTemplate__c and tffa__AddOnService__c from the files; ignores config data plan)\n - Updated 82 record(s) of tffa__DisclosureTemplate__c\n Importing record(s) and relationships of tffa__DisclosureTemplate__c... done\n \n - Updated 30 record(s) of tffa__AddOnService__c\n Importing record(s) and relationships of tffa__AddOnService__c... done"],"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},"sobjectfiles":{"name":"sobjectfiles","type":"option","char":"f","description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","required":false,"multiple":false},"plan":{"name":"plan","type":"option","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","multiple":false,"default":"data/configuration/config-data-plan.json"},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"comma-delimited, list of sobject types to be imported when using a plan","required":false,"multiple":false},"forceimport":{"name":"forceimport","type":"boolean","char":"i","description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjectfiles":{"kind":"array","char":"f","required":false,"description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","input":[],"multiple":false,"type":"option"},"plan":{"kind":"string","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","default":"data/configuration/config-data-plan.json","input":[],"multiple":false,"type":"option"},"sobjecttypes":{"kind":"array","char":"s","required":false,"description":"comma-delimited, list of sobject types to be imported when using a plan","input":[],"multiple":false,"type":"option"},"forceimport":{"kind":"boolean","char":"i","required":false,"description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","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.8","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},"sobjecttypes":{"name":"sobjecttypes","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":{"sobjecttypes":{"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:data:import":{"id":"tffa:data:import","description":"Imports data into an org using the SObject Bulk Upsert API. This data can include master-detail relationships. Primarily used for importing business configurations.\n \n To generate JSON files for use with tffa:data:import, run \"sfdx tffa:data:export\"\n \n In scratch orgs, by default, sobject files are tracked for changes. When doing full plan imports (without the sobjecttypes parameter), individual sobject files are tracked for changes and excluded from import if the file content remained unchanged since the last time it was imported. This behaviour can be suppressed by including the forceimport flag when doing full plan imports.","strict":true,"usage":"<%= command.id %> [-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]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:import\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n \n - Updated 5 record(s) of tffa__DependentProductEligibility__c\n Importing record(s) and relationships of tffa__DependentProductEligibility__c... done","$ sfdx tffa:data:import -p data/configuration/config-data-plan.json\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ... \n ","$ sfdx tffa:data:import -s tffa__Product__c\n (Imports only tffa__Product__c from data/configuration/config-data-plan.json)\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ...\n ","$ sfdx tffa:data:import -f data/configuration/DisclosureTemplate__c.json,data/configuration/AddOnService__c.json\n (Imports tffa__DisclosureTemplate__c and tffa__AddOnService__c from the files; ignores config data plan)\n - Updated 82 record(s) of tffa__DisclosureTemplate__c\n Importing record(s) and relationships of tffa__DisclosureTemplate__c... done\n \n - Updated 30 record(s) of tffa__AddOnService__c\n Importing record(s) and relationships of tffa__AddOnService__c... done"],"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},"sobjectfiles":{"name":"sobjectfiles","type":"option","char":"f","description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","required":false,"multiple":false},"plan":{"name":"plan","type":"option","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","multiple":false,"default":"data/configuration/config-data-plan.json"},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"comma-delimited, list of sobject types to be imported when using a plan","required":false,"multiple":false},"forceimport":{"name":"forceimport","type":"boolean","char":"i","description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjectfiles":{"kind":"array","char":"f","required":false,"description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","input":[],"multiple":false,"type":"option"},"plan":{"kind":"string","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","default":"data/configuration/config-data-plan.json","input":[],"multiple":false,"type":"option"},"sobjecttypes":{"kind":"array","char":"s","required":false,"description":"comma-delimited, list of sobject types to be imported when using a plan","input":[],"multiple":false,"type":"option"},"forceimport":{"kind":"boolean","char":"i","required":false,"description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","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"}}},"tffa:source:createfield":{"id":"tffa:source:createfield","description":"Creates an SObject field from the specified parameters.\n By default, created fields (except required) are added to all permission sets in the project. Use the permissionsets parameter to explicitly specify the permission sets.\n \n NOTE: this command does not create the field in the org, it only creates the field meta xml file in the project. source push is required for the field to be created in the org.\n ","strict":true,"usage":"<%= command.id %> -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-rich [-r] [-l] [-d] [-p <array>] [-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":[],"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":"the API name of the object for which the field needs to be created","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"the API name of the field","required":true,"multiple":false},"type":{"name":"type","type":"option","char":"t","description":"type of the field","required":true,"helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-rich)","multiple":false,"options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","mpicklist","text","text-textarea","textarea","textarea-rich"],"default":"text"},"required":{"name":"required","type":"boolean","char":"r","description":"whether field is required; skips addition to permission sets","required":false,"allowNo":false},"length":{"name":"length","type":"boolean","char":"l","description":"length of text field or textarea field; defaults to 255 for text field and 1024 for textarea field","required":false,"allowNo":false},"description":{"name":"description","type":"boolean","char":"d","description":"description of the field","required":false,"allowNo":false},"permissionsets":{"name":"permissionsets","type":"option","char":"p","description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","required":false,"multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjecttype":{"kind":"string","char":"s","required":true,"description":"the API name of the object for which the field needs to be created","input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","required":true,"description":"the API name of the field","input":[],"multiple":false,"type":"option"},"type":{"kind":"enum","helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|mpicklist|text|text-textarea|textarea|textarea-rich)","char":"t","required":true,"description":"type of the field","default":"text","options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","mpicklist","text","text-textarea","textarea","textarea-rich"],"input":[],"multiple":false,"type":"option"},"required":{"kind":"boolean","char":"r","required":false,"description":"whether field is required; skips addition to permission sets","allowNo":false,"type":"boolean"},"length":{"kind":"boolean","char":"l","required":false,"description":"length of text field or textarea field; defaults to 255 for text field and 1024 for textarea field","allowNo":false,"type":"boolean"},"description":{"kind":"boolean","char":"d","required":false,"description":"description of the field","allowNo":false,"type":"boolean"},"permissionsets":{"kind":"array","char":"p","required":false,"description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","input":[],"multiple":false,"type":"option"}}}}}
|
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": "16.0.0-rc.
|
|
4
|
+
"version": "16.0.0-rc.8",
|
|
5
5
|
"author": "Terafina Inc",
|
|
6
6
|
"bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|