@salesforce/plugin-orchestrator 1.0.23 → 1.0.24
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/lib/commands/orchestrator/rules/eval.d.ts +2 -6
- package/lib/commands/orchestrator/rules/eval.js +10 -11
- package/lib/commands/orchestrator/rules/eval.js.map +1 -1
- package/messages/orchestrator.rules.eval.md +6 -6
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +7 -7
- package/package.json +3 -3
|
@@ -14,11 +14,7 @@ type TransformationPayload = {
|
|
|
14
14
|
namespace: string;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
values:
|
|
18
|
-
Variables: {
|
|
19
|
-
hello: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
17
|
+
values: Record<string, unknown>;
|
|
22
18
|
definition: {
|
|
23
19
|
rules: Array<{
|
|
24
20
|
name: string;
|
|
@@ -53,7 +49,7 @@ export default class TemplateEval extends SfCommand<TemplatePreviewResult> {
|
|
|
53
49
|
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
54
50
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
55
51
|
document: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
56
|
-
|
|
52
|
+
values: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
57
53
|
rules: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
58
54
|
};
|
|
59
55
|
run(): Promise<TemplatePreviewResult>;
|
|
@@ -38,10 +38,10 @@ export default class TemplateEval extends SfCommand {
|
|
|
38
38
|
description: messages.getMessage('flags.document.description'),
|
|
39
39
|
required: true,
|
|
40
40
|
}),
|
|
41
|
-
|
|
41
|
+
values: Flags.file({
|
|
42
42
|
char: 'v',
|
|
43
|
-
summary: messages.getMessage('flags.
|
|
44
|
-
description: messages.getMessage('flags.
|
|
43
|
+
summary: messages.getMessage('flags.values.summary'),
|
|
44
|
+
description: messages.getMessage('flags.values.description'),
|
|
45
45
|
required: true,
|
|
46
46
|
}),
|
|
47
47
|
rules: Flags.file({
|
|
@@ -94,18 +94,17 @@ export default class TemplateEval extends SfCommand {
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
async getTemplatePayload(flags) {
|
|
97
|
-
return this.getDirectFilePayload(flags.document, flags.
|
|
97
|
+
return this.getDirectFilePayload(flags.document, flags.values, flags.rules);
|
|
98
98
|
}
|
|
99
|
-
async getDirectFilePayload(documentFile,
|
|
99
|
+
async getDirectFilePayload(documentFile, valuesFile, rulesFile) {
|
|
100
100
|
this.log(`Loading document: ${documentFile}`);
|
|
101
101
|
// Read and parse the document file
|
|
102
102
|
const documentContent = await fs.readFile(documentFile, 'utf8');
|
|
103
103
|
const document = JSON.parse(documentContent);
|
|
104
|
-
// Read
|
|
105
|
-
this.log(`Loading
|
|
106
|
-
const
|
|
107
|
-
const
|
|
108
|
-
const values = { Variables: variablesData };
|
|
104
|
+
// Read values file
|
|
105
|
+
this.log(`Loading values: ${valuesFile}`);
|
|
106
|
+
const valuesContent = await fs.readFile(valuesFile, 'utf8');
|
|
107
|
+
const values = JSON.parse(valuesContent);
|
|
109
108
|
// Read rules file
|
|
110
109
|
this.log(`Loading rules: ${rulesFile}`);
|
|
111
110
|
const rulesContent = await fs.readFile(rulesFile, 'utf8');
|
|
@@ -118,7 +117,7 @@ export default class TemplateEval extends SfCommand {
|
|
|
118
117
|
},
|
|
119
118
|
payload: {
|
|
120
119
|
document: document,
|
|
121
|
-
values
|
|
120
|
+
values,
|
|
122
121
|
definition: definition,
|
|
123
122
|
},
|
|
124
123
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eval.js","sourceRoot":"","sources":["../../../../src/commands/orchestrator/rules/eval.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAc,MAAM,kBAAkB,CAAC;AAExD,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,iCAAiC,EAAE,yBAAyB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"eval.js","sourceRoot":"","sources":["../../../../src/commands/orchestrator/rules/eval.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,13 +30,13 @@ Path to JSON document file to transform.
|
|
|
30
30
|
|
|
31
31
|
Path to the JSON document file (dashboard, lens, etc.) that will be transformed by the rules.
|
|
32
32
|
|
|
33
|
-
# flags.
|
|
33
|
+
# flags.values.summary
|
|
34
34
|
|
|
35
|
-
Path to
|
|
35
|
+
Path to values JSON file.
|
|
36
36
|
|
|
37
|
-
# flags.
|
|
37
|
+
# flags.values.description
|
|
38
38
|
|
|
39
|
-
Path to the
|
|
39
|
+
Path to the JSON file containing values used in transformations. Can contain any JSON structure that matches your transformation rules.
|
|
40
40
|
|
|
41
41
|
# flags.rules.summary
|
|
42
42
|
|
|
@@ -49,7 +49,7 @@ Path to the rules.json file containing transformation rules and macro definition
|
|
|
49
49
|
# examples
|
|
50
50
|
|
|
51
51
|
- Test JSON transformation with Analytics files:
|
|
52
|
-
<%= config.bin %> <%= command.id %> --document ./dashboard.json --
|
|
52
|
+
<%= config.bin %> <%= command.id %> --document ./dashboard.json --values ./values.json --rules ./rules.json --target-org myorg
|
|
53
53
|
|
|
54
54
|
- Test with specific API version:
|
|
55
|
-
<%= config.bin %> <%= command.id %> --document ./dashboard.json --
|
|
55
|
+
<%= config.bin %> <%= command.id %> --document ./dashboard.json --values ./values.json --rules ./rules.json --target-org myorg --api-version 60.0
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-orchestrator",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.24",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/select": "^5.0.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -710,8 +710,8 @@
|
|
|
710
710
|
"args": {},
|
|
711
711
|
"description": "Preview how transformation rules will modify JSON documents before deploying templates. This command uses a sample transformation to test the jsonxform/transformation endpoint with built-in User and Org context variables.",
|
|
712
712
|
"examples": [
|
|
713
|
-
"Test JSON transformation with Analytics files:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --
|
|
714
|
-
"Test with specific API version:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --
|
|
713
|
+
"Test JSON transformation with Analytics files:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --values ./values.json --rules ./rules.json --target-org myorg",
|
|
714
|
+
"Test with specific API version:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --values ./values.json --rules ./rules.json --target-org myorg --api-version 60.0"
|
|
715
715
|
],
|
|
716
716
|
"flags": {
|
|
717
717
|
"json": {
|
|
@@ -758,12 +758,12 @@
|
|
|
758
758
|
"multiple": false,
|
|
759
759
|
"type": "option"
|
|
760
760
|
},
|
|
761
|
-
"
|
|
761
|
+
"values": {
|
|
762
762
|
"char": "v",
|
|
763
|
-
"description": "Path to the
|
|
764
|
-
"name": "
|
|
763
|
+
"description": "Path to the JSON file containing values used in transformations. Can contain any JSON structure that matches your transformation rules.",
|
|
764
|
+
"name": "values",
|
|
765
765
|
"required": true,
|
|
766
|
-
"summary": "Path to
|
|
766
|
+
"summary": "Path to values JSON file.",
|
|
767
767
|
"hasDynamicHelp": false,
|
|
768
768
|
"multiple": false,
|
|
769
769
|
"type": "option"
|
|
@@ -1342,5 +1342,5 @@
|
|
|
1342
1342
|
]
|
|
1343
1343
|
}
|
|
1344
1344
|
},
|
|
1345
|
-
"version": "1.0.
|
|
1345
|
+
"version": "1.0.24"
|
|
1346
1346
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
3
|
"description": "Plugin for working with SalesForce analytic apps, templates, assets and services.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.24",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"exports": "./lib/index.js",
|
|
230
230
|
"type": "module",
|
|
231
231
|
"sfdx": {
|
|
232
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
233
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
232
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.24.crt",
|
|
233
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.24.sig"
|
|
234
234
|
}
|
|
235
235
|
}
|