@salesforce/plugin-orchestrator 1.0.20 → 1.0.22
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 +1 -1
- package/lib/commands/orchestrator/rules/eval.js +11 -11
- package/lib/commands/orchestrator/rules/eval.js.map +1 -1
- package/messages/orchestrator.rules.eval.md +7 -7
- package/npm-shrinkwrap.json +17 -14
- package/oclif.lock +10 -10
- package/oclif.manifest.json +102 -102
- package/package.json +4 -4
|
@@ -52,7 +52,7 @@ export default class TemplateEval extends SfCommand<TemplatePreviewResult> {
|
|
|
52
52
|
static readonly flags: {
|
|
53
53
|
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
54
54
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
55
|
-
|
|
55
|
+
document: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
56
56
|
variables: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
57
57
|
rules: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
58
58
|
};
|
|
@@ -32,10 +32,10 @@ export default class TemplateEval extends SfCommand {
|
|
|
32
32
|
summary: messages.getMessage('flags.api-version.summary'),
|
|
33
33
|
description: messages.getMessage('flags.api-version.description'),
|
|
34
34
|
}),
|
|
35
|
-
|
|
36
|
-
char: '
|
|
37
|
-
summary: messages.getMessage('flags.
|
|
38
|
-
description: messages.getMessage('flags.
|
|
35
|
+
document: Flags.file({
|
|
36
|
+
char: 'd',
|
|
37
|
+
summary: messages.getMessage('flags.document.summary'),
|
|
38
|
+
description: messages.getMessage('flags.document.description'),
|
|
39
39
|
required: true,
|
|
40
40
|
}),
|
|
41
41
|
variables: Flags.file({
|
|
@@ -94,13 +94,13 @@ export default class TemplateEval extends SfCommand {
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
async getTemplatePayload(flags) {
|
|
97
|
-
return this.getDirectFilePayload(flags
|
|
97
|
+
return this.getDirectFilePayload(flags.document, flags.variables, flags.rules);
|
|
98
98
|
}
|
|
99
|
-
async getDirectFilePayload(
|
|
100
|
-
this.log(`Loading
|
|
101
|
-
// Read and parse the
|
|
102
|
-
const
|
|
103
|
-
const document = JSON.parse(
|
|
99
|
+
async getDirectFilePayload(documentFile, variablesFile, rulesFile) {
|
|
100
|
+
this.log(`Loading document: ${documentFile}`);
|
|
101
|
+
// Read and parse the document file
|
|
102
|
+
const documentContent = await fs.readFile(documentFile, 'utf8');
|
|
103
|
+
const document = JSON.parse(documentContent);
|
|
104
104
|
// Read variables file
|
|
105
105
|
this.log(`Loading variables: ${variablesFile}`);
|
|
106
106
|
const variablesContent = await fs.readFile(variablesFile, 'utf8');
|
|
@@ -112,7 +112,7 @@ export default class TemplateEval extends SfCommand {
|
|
|
112
112
|
return {
|
|
113
113
|
template: {
|
|
114
114
|
name: 'Direct Files',
|
|
115
|
-
path:
|
|
115
|
+
path: documentFile,
|
|
116
116
|
source: 'local',
|
|
117
117
|
},
|
|
118
118
|
payload: {
|
|
@@ -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;AAmDrG,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAgC;IACjE,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAE5D,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;YAC9B,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,0BAA0B,CAAC;YACxD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,8BAA8B,CAAC;YAChE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;YACjC,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,2BAA2B,CAAC;YACzD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;SAClE,CAAC;QACF,
|
|
1
|
+
{"version":3,"file":"eval.js","sourceRoot":"","sources":["../../../../src/commands/orchestrator/rules/eval.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,13 +22,13 @@ Override the api version used for api requests made by this command.
|
|
|
22
22
|
|
|
23
23
|
API version to use for the transformation request. Defaults to the org's configured API version.
|
|
24
24
|
|
|
25
|
-
# flags.
|
|
25
|
+
# flags.document.summary
|
|
26
26
|
|
|
27
|
-
Path to
|
|
27
|
+
Path to JSON document file to transform.
|
|
28
28
|
|
|
29
|
-
# flags.
|
|
29
|
+
# flags.document.description
|
|
30
30
|
|
|
31
|
-
Path to the
|
|
31
|
+
Path to the JSON document file (dashboard, lens, etc.) that will be transformed by the rules.
|
|
32
32
|
|
|
33
33
|
# flags.variables.summary
|
|
34
34
|
|
|
@@ -48,8 +48,8 @@ Path to the rules.json file containing transformation rules and macro definition
|
|
|
48
48
|
|
|
49
49
|
# examples
|
|
50
50
|
|
|
51
|
-
- Test JSON transformation with Analytics
|
|
52
|
-
<%= config.bin %> <%= command.id %> --
|
|
51
|
+
- Test JSON transformation with Analytics files:
|
|
52
|
+
<%= config.bin %> <%= command.id %> --document ./dashboard.json --variables ./variables.json --rules ./rules.json --target-org myorg
|
|
53
53
|
|
|
54
54
|
- Test with specific API version:
|
|
55
|
-
<%= config.bin %> <%= command.id %> --
|
|
55
|
+
<%= config.bin %> <%= command.id %> --document ./dashboard.json --variables ./variables.json --rules ./rules.json --target-org myorg --api-version 60.0
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
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.22",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/select": "^5.0.1",
|
|
13
13
|
"@oclif/core": "^4",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.24.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.1",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12",
|
|
17
17
|
"ansis": "^3.17.0",
|
|
@@ -3598,14 +3598,13 @@
|
|
|
3598
3598
|
}
|
|
3599
3599
|
},
|
|
3600
3600
|
"node_modules/@salesforce/core": {
|
|
3601
|
-
"version": "8.
|
|
3602
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3603
|
-
"integrity": "sha512-
|
|
3601
|
+
"version": "8.24.0",
|
|
3602
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.24.0.tgz",
|
|
3603
|
+
"integrity": "sha512-8Ra5RT95bRkmHmaaFgABwkXbnHNSNS7l9gbJzJgO6VQpaEeytGPPyymnAE7TcTM2xp/QwlXn+PgX4biX7Lb7JA==",
|
|
3604
3604
|
"license": "BSD-3-Clause",
|
|
3605
3605
|
"dependencies": {
|
|
3606
3606
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
3607
3607
|
"@salesforce/kit": "^3.2.4",
|
|
3608
|
-
"@salesforce/schemas": "^1.10.3",
|
|
3609
3608
|
"@salesforce/ts-types": "^2.0.12",
|
|
3610
3609
|
"ajv": "^8.17.1",
|
|
3611
3610
|
"change-case": "^4.1.2",
|
|
@@ -3621,7 +3620,8 @@
|
|
|
3621
3620
|
"pino-pretty": "^11.3.0",
|
|
3622
3621
|
"proper-lockfile": "^4.1.2",
|
|
3623
3622
|
"semver": "^7.7.3",
|
|
3624
|
-
"ts-retry-promise": "^0.8.1"
|
|
3623
|
+
"ts-retry-promise": "^0.8.1",
|
|
3624
|
+
"zod": "^4.1.12"
|
|
3625
3625
|
},
|
|
3626
3626
|
"engines": {
|
|
3627
3627
|
"node": ">=18.0.0"
|
|
@@ -3859,12 +3859,6 @@
|
|
|
3859
3859
|
"dev": true,
|
|
3860
3860
|
"license": "BSD-3-Clause"
|
|
3861
3861
|
},
|
|
3862
|
-
"node_modules/@salesforce/schemas": {
|
|
3863
|
-
"version": "1.10.3",
|
|
3864
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz",
|
|
3865
|
-
"integrity": "sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==",
|
|
3866
|
-
"license": "ISC"
|
|
3867
|
-
},
|
|
3868
3862
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3869
3863
|
"version": "12.2.6",
|
|
3870
3864
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.6.tgz",
|
|
@@ -15793,6 +15787,15 @@
|
|
|
15793
15787
|
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
15794
15788
|
"license": "MIT"
|
|
15795
15789
|
},
|
|
15790
|
+
"node_modules/zod": {
|
|
15791
|
+
"version": "4.1.13",
|
|
15792
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
|
|
15793
|
+
"integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
|
|
15794
|
+
"license": "MIT",
|
|
15795
|
+
"funding": {
|
|
15796
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
15797
|
+
}
|
|
15798
|
+
},
|
|
15796
15799
|
"node_modules/zwitch": {
|
|
15797
15800
|
"version": "2.0.4",
|
|
15798
15801
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1555,14 +1555,13 @@
|
|
|
1555
1555
|
strip-ansi "6.0.1"
|
|
1556
1556
|
ts-retry-promise "^0.8.1"
|
|
1557
1557
|
|
|
1558
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.
|
|
1559
|
-
version "8.
|
|
1560
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1561
|
-
integrity sha512-
|
|
1558
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.24.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1559
|
+
version "8.24.0"
|
|
1560
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.24.0.tgz#13426f9f3b5ed0ec126b8009e5eda68e03db0401"
|
|
1561
|
+
integrity sha512-8Ra5RT95bRkmHmaaFgABwkXbnHNSNS7l9gbJzJgO6VQpaEeytGPPyymnAE7TcTM2xp/QwlXn+PgX4biX7Lb7JA==
|
|
1562
1562
|
dependencies:
|
|
1563
1563
|
"@jsforce/jsforce-node" "^3.10.10"
|
|
1564
1564
|
"@salesforce/kit" "^3.2.4"
|
|
1565
|
-
"@salesforce/schemas" "^1.10.3"
|
|
1566
1565
|
"@salesforce/ts-types" "^2.0.12"
|
|
1567
1566
|
ajv "^8.17.1"
|
|
1568
1567
|
change-case "^4.1.2"
|
|
@@ -1579,6 +1578,7 @@
|
|
|
1579
1578
|
proper-lockfile "^4.1.2"
|
|
1580
1579
|
semver "^7.7.3"
|
|
1581
1580
|
ts-retry-promise "^0.8.1"
|
|
1581
|
+
zod "^4.1.12"
|
|
1582
1582
|
|
|
1583
1583
|
"@salesforce/dev-config@^4.3.1":
|
|
1584
1584
|
version "4.3.2"
|
|
@@ -1643,11 +1643,6 @@
|
|
|
1643
1643
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1644
1644
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1645
1645
|
|
|
1646
|
-
"@salesforce/schemas@^1.10.3":
|
|
1647
|
-
version "1.10.3"
|
|
1648
|
-
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
|
|
1649
|
-
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
1650
|
-
|
|
1651
1646
|
"@salesforce/sf-plugins-core@^11.3.12":
|
|
1652
1647
|
version "11.3.12"
|
|
1653
1648
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
|
|
@@ -8417,6 +8412,11 @@ yoga-wasm-web@~0.3.3:
|
|
|
8417
8412
|
resolved "https://registry.yarnpkg.com/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz#eb8e9fcb18e5e651994732f19a220cb885d932ba"
|
|
8418
8413
|
integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==
|
|
8419
8414
|
|
|
8415
|
+
zod@^4.1.12:
|
|
8416
|
+
version "4.1.13"
|
|
8417
|
+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz#93699a8afe937ba96badbb0ce8be6033c0a4b6b1"
|
|
8418
|
+
integrity sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==
|
|
8419
|
+
|
|
8420
8420
|
zwitch@^2.0.4:
|
|
8421
8421
|
version "2.0.4"
|
|
8422
8422
|
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
|
package/oclif.manifest.json
CHANGED
|
@@ -705,6 +705,107 @@
|
|
|
705
705
|
"upgrade:app:orchestrator"
|
|
706
706
|
]
|
|
707
707
|
},
|
|
708
|
+
"orchestrator:rules:eval": {
|
|
709
|
+
"aliases": [],
|
|
710
|
+
"args": {},
|
|
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
|
+
"examples": [
|
|
713
|
+
"Test JSON transformation with Analytics files:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --variables ./variables.json --rules ./rules.json --target-org myorg",
|
|
714
|
+
"Test with specific API version:\n<%= config.bin %> <%= command.id %> --document ./dashboard.json --variables ./variables.json --rules ./rules.json --target-org myorg --api-version 60.0"
|
|
715
|
+
],
|
|
716
|
+
"flags": {
|
|
717
|
+
"json": {
|
|
718
|
+
"description": "Format output as json.",
|
|
719
|
+
"helpGroup": "GLOBAL",
|
|
720
|
+
"name": "json",
|
|
721
|
+
"allowNo": false,
|
|
722
|
+
"type": "boolean"
|
|
723
|
+
},
|
|
724
|
+
"flags-dir": {
|
|
725
|
+
"helpGroup": "GLOBAL",
|
|
726
|
+
"name": "flags-dir",
|
|
727
|
+
"summary": "Import flag values from a directory.",
|
|
728
|
+
"hasDynamicHelp": false,
|
|
729
|
+
"multiple": false,
|
|
730
|
+
"type": "option"
|
|
731
|
+
},
|
|
732
|
+
"target-org": {
|
|
733
|
+
"char": "o",
|
|
734
|
+
"description": "The username or alias of the target org where the jsonxform/transformation endpoint will be called. This org provides the User and Org context variables used in the transformation.",
|
|
735
|
+
"name": "target-org",
|
|
736
|
+
"noCacheDefault": true,
|
|
737
|
+
"required": true,
|
|
738
|
+
"summary": "Username or alias for the target org; overrides default target org.",
|
|
739
|
+
"hasDynamicHelp": true,
|
|
740
|
+
"multiple": false,
|
|
741
|
+
"type": "option"
|
|
742
|
+
},
|
|
743
|
+
"api-version": {
|
|
744
|
+
"description": "API version to use for the transformation request. Defaults to the org's configured API version.",
|
|
745
|
+
"name": "api-version",
|
|
746
|
+
"summary": "Override the api version used for api requests made by this command.",
|
|
747
|
+
"hasDynamicHelp": false,
|
|
748
|
+
"multiple": false,
|
|
749
|
+
"type": "option"
|
|
750
|
+
},
|
|
751
|
+
"document": {
|
|
752
|
+
"char": "d",
|
|
753
|
+
"description": "Path to the JSON document file (dashboard, lens, etc.) that will be transformed by the rules.",
|
|
754
|
+
"name": "document",
|
|
755
|
+
"required": true,
|
|
756
|
+
"summary": "Path to JSON document file to transform.",
|
|
757
|
+
"hasDynamicHelp": false,
|
|
758
|
+
"multiple": false,
|
|
759
|
+
"type": "option"
|
|
760
|
+
},
|
|
761
|
+
"variables": {
|
|
762
|
+
"char": "v",
|
|
763
|
+
"description": "Path to the variables.json file containing variable definitions used in transformations.",
|
|
764
|
+
"name": "variables",
|
|
765
|
+
"required": true,
|
|
766
|
+
"summary": "Path to Analytics variables.json file.",
|
|
767
|
+
"hasDynamicHelp": false,
|
|
768
|
+
"multiple": false,
|
|
769
|
+
"type": "option"
|
|
770
|
+
},
|
|
771
|
+
"rules": {
|
|
772
|
+
"char": "r",
|
|
773
|
+
"description": "Path to the rules.json file containing transformation rules and macro definitions.",
|
|
774
|
+
"name": "rules",
|
|
775
|
+
"required": true,
|
|
776
|
+
"summary": "Path to Analytics rules.json file.",
|
|
777
|
+
"hasDynamicHelp": false,
|
|
778
|
+
"multiple": false,
|
|
779
|
+
"type": "option"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"hasDynamicHelp": true,
|
|
783
|
+
"hiddenAliases": [],
|
|
784
|
+
"id": "orchestrator:rules:eval",
|
|
785
|
+
"pluginAlias": "@salesforce/plugin-orchestrator",
|
|
786
|
+
"pluginName": "@salesforce/plugin-orchestrator",
|
|
787
|
+
"pluginType": "core",
|
|
788
|
+
"strict": true,
|
|
789
|
+
"summary": "Test JSON transformation rules using the jsonxform/transformation endpoint.",
|
|
790
|
+
"enableJsonFlag": true,
|
|
791
|
+
"isESM": true,
|
|
792
|
+
"relativePath": [
|
|
793
|
+
"lib",
|
|
794
|
+
"commands",
|
|
795
|
+
"orchestrator",
|
|
796
|
+
"rules",
|
|
797
|
+
"eval.js"
|
|
798
|
+
],
|
|
799
|
+
"aliasPermutations": [],
|
|
800
|
+
"permutations": [
|
|
801
|
+
"orchestrator:rules:eval",
|
|
802
|
+
"rules:orchestrator:eval",
|
|
803
|
+
"rules:eval:orchestrator",
|
|
804
|
+
"orchestrator:eval:rules",
|
|
805
|
+
"eval:orchestrator:rules",
|
|
806
|
+
"eval:rules:orchestrator"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
708
809
|
"orchestrator:template:create": {
|
|
709
810
|
"aliases": [],
|
|
710
811
|
"args": {},
|
|
@@ -1239,108 +1340,7 @@
|
|
|
1239
1340
|
"update:orchestrator:template",
|
|
1240
1341
|
"update:template:orchestrator"
|
|
1241
1342
|
]
|
|
1242
|
-
},
|
|
1243
|
-
"orchestrator:rules:eval": {
|
|
1244
|
-
"aliases": [],
|
|
1245
|
-
"args": {},
|
|
1246
|
-
"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.",
|
|
1247
|
-
"examples": [
|
|
1248
|
-
"Test JSON transformation with Analytics template files:\n<%= config.bin %> <%= command.id %> --template-info ./template-info.json --variables ./variables.json --rules ./rules.json --target-org myorg",
|
|
1249
|
-
"Test with specific API version:\n<%= config.bin %> <%= command.id %> --template-info ./template-info.json --variables ./variables.json --rules ./rules.json --target-org myorg --api-version 60.0"
|
|
1250
|
-
],
|
|
1251
|
-
"flags": {
|
|
1252
|
-
"json": {
|
|
1253
|
-
"description": "Format output as json.",
|
|
1254
|
-
"helpGroup": "GLOBAL",
|
|
1255
|
-
"name": "json",
|
|
1256
|
-
"allowNo": false,
|
|
1257
|
-
"type": "boolean"
|
|
1258
|
-
},
|
|
1259
|
-
"flags-dir": {
|
|
1260
|
-
"helpGroup": "GLOBAL",
|
|
1261
|
-
"name": "flags-dir",
|
|
1262
|
-
"summary": "Import flag values from a directory.",
|
|
1263
|
-
"hasDynamicHelp": false,
|
|
1264
|
-
"multiple": false,
|
|
1265
|
-
"type": "option"
|
|
1266
|
-
},
|
|
1267
|
-
"target-org": {
|
|
1268
|
-
"char": "o",
|
|
1269
|
-
"description": "The username or alias of the target org where the jsonxform/transformation endpoint will be called. This org provides the User and Org context variables used in the transformation.",
|
|
1270
|
-
"name": "target-org",
|
|
1271
|
-
"noCacheDefault": true,
|
|
1272
|
-
"required": true,
|
|
1273
|
-
"summary": "Username or alias for the target org; overrides default target org.",
|
|
1274
|
-
"hasDynamicHelp": true,
|
|
1275
|
-
"multiple": false,
|
|
1276
|
-
"type": "option"
|
|
1277
|
-
},
|
|
1278
|
-
"api-version": {
|
|
1279
|
-
"description": "API version to use for the transformation request. Defaults to the org's configured API version.",
|
|
1280
|
-
"name": "api-version",
|
|
1281
|
-
"summary": "Override the api version used for api requests made by this command.",
|
|
1282
|
-
"hasDynamicHelp": false,
|
|
1283
|
-
"multiple": false,
|
|
1284
|
-
"type": "option"
|
|
1285
|
-
},
|
|
1286
|
-
"template-info": {
|
|
1287
|
-
"char": "t",
|
|
1288
|
-
"description": "Path to the template-info.json file containing the base JSON document structure that will be transformed.",
|
|
1289
|
-
"name": "template-info",
|
|
1290
|
-
"required": true,
|
|
1291
|
-
"summary": "Path to Analytics template-info.json file.",
|
|
1292
|
-
"hasDynamicHelp": false,
|
|
1293
|
-
"multiple": false,
|
|
1294
|
-
"type": "option"
|
|
1295
|
-
},
|
|
1296
|
-
"variables": {
|
|
1297
|
-
"char": "v",
|
|
1298
|
-
"description": "Path to the variables.json file containing variable definitions used in transformations.",
|
|
1299
|
-
"name": "variables",
|
|
1300
|
-
"required": true,
|
|
1301
|
-
"summary": "Path to Analytics variables.json file.",
|
|
1302
|
-
"hasDynamicHelp": false,
|
|
1303
|
-
"multiple": false,
|
|
1304
|
-
"type": "option"
|
|
1305
|
-
},
|
|
1306
|
-
"rules": {
|
|
1307
|
-
"char": "r",
|
|
1308
|
-
"description": "Path to the rules.json file containing transformation rules and macro definitions.",
|
|
1309
|
-
"name": "rules",
|
|
1310
|
-
"required": true,
|
|
1311
|
-
"summary": "Path to Analytics rules.json file.",
|
|
1312
|
-
"hasDynamicHelp": false,
|
|
1313
|
-
"multiple": false,
|
|
1314
|
-
"type": "option"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"hasDynamicHelp": true,
|
|
1318
|
-
"hiddenAliases": [],
|
|
1319
|
-
"id": "orchestrator:rules:eval",
|
|
1320
|
-
"pluginAlias": "@salesforce/plugin-orchestrator",
|
|
1321
|
-
"pluginName": "@salesforce/plugin-orchestrator",
|
|
1322
|
-
"pluginType": "core",
|
|
1323
|
-
"strict": true,
|
|
1324
|
-
"summary": "Test JSON transformation rules using the jsonxform/transformation endpoint.",
|
|
1325
|
-
"enableJsonFlag": true,
|
|
1326
|
-
"isESM": true,
|
|
1327
|
-
"relativePath": [
|
|
1328
|
-
"lib",
|
|
1329
|
-
"commands",
|
|
1330
|
-
"orchestrator",
|
|
1331
|
-
"rules",
|
|
1332
|
-
"eval.js"
|
|
1333
|
-
],
|
|
1334
|
-
"aliasPermutations": [],
|
|
1335
|
-
"permutations": [
|
|
1336
|
-
"orchestrator:rules:eval",
|
|
1337
|
-
"rules:orchestrator:eval",
|
|
1338
|
-
"rules:eval:orchestrator",
|
|
1339
|
-
"orchestrator:eval:rules",
|
|
1340
|
-
"eval:orchestrator:rules",
|
|
1341
|
-
"eval:rules:orchestrator"
|
|
1342
|
-
]
|
|
1343
1343
|
}
|
|
1344
1344
|
},
|
|
1345
|
-
"version": "1.0.
|
|
1345
|
+
"version": "1.0.22"
|
|
1346
1346
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.22",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/select": "^5.0.1",
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.24.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.1",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12",
|
|
13
13
|
"ansis": "^3.17.0",
|
|
@@ -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.22.crt",
|
|
233
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.22.sig"
|
|
234
234
|
}
|
|
235
235
|
}
|