@salesforce/plugin-metadata-enrichment 0.0.9 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/lib/commands/metadata/enrich.js +1 -1
- package/lib/commands/metadata/enrich.js.map +1 -1
- package/messages/errors.md +0 -4
- package/messages/metadata.enrich.md +8 -1
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +4 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -99,8 +99,10 @@ DESCRIPTION
|
|
|
99
99
|
Even though this command updates only local files in your DX project, you're still required to authorize and specify
|
|
100
100
|
an org, which is how the command accesses a large language model (LLM).
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
This command currently supports the following metadata types:
|
|
103
|
+
|
|
104
|
+
- LightningComponentBundle
|
|
105
|
+
- CustomObject
|
|
104
106
|
|
|
105
107
|
Your org must be eligible for metadata enrichment. Your Salesforce admin can help with that.
|
|
106
108
|
|
|
@@ -122,12 +124,16 @@ EXAMPLES
|
|
|
122
124
|
|
|
123
125
|
$ sf metadata enrich --metadata "LightningComponentBundle:Component\*"
|
|
124
126
|
|
|
127
|
+
Enrich metadata for a LightningComponentBundle and CustomObject:
|
|
128
|
+
|
|
129
|
+
$ sf metadata enrich --metadata LightningComponentBundle:Component1 --metadata CustomObject:Component2
|
|
130
|
+
|
|
125
131
|
FLAG DESCRIPTIONS
|
|
126
132
|
-m, --metadata=<value>... Metadata type and optional component name to enrich.
|
|
127
133
|
|
|
128
134
|
Wildcards ("_") are supported as long as you use double quotes, such as "LightningComponentBundle:MyClass_".
|
|
129
135
|
```
|
|
130
136
|
|
|
131
|
-
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.
|
|
137
|
+
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.1.1/src/commands/metadata/enrich.ts)_
|
|
132
138
|
|
|
133
139
|
<!-- commandsstop -->
|
|
@@ -17,7 +17,7 @@ import { MultiStageOutput } from '@oclif/multi-stage-output';
|
|
|
17
17
|
import { Messages, SfProject } from '@salesforce/core';
|
|
18
18
|
import { Flags, SfCommand, Ux } from '@salesforce/sf-plugins-core';
|
|
19
19
|
import { ComponentSetBuilder } from '@salesforce/source-deploy-retrieve';
|
|
20
|
-
import { SourceComponentProcessor, EnrichmentHandler, EnrichmentMetrics, EnrichmentRecords, FileProcessor } from '@salesforce/metadata-enrichment';
|
|
20
|
+
import { SourceComponentProcessor, EnrichmentHandler, EnrichmentMetrics, EnrichmentRecords, FileProcessor, } from '@salesforce/metadata-enrichment';
|
|
21
21
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
22
22
|
const commandMessages = Messages.loadMessages('@salesforce/plugin-metadata-enrichment', 'metadata.enrich');
|
|
23
23
|
const metricsMessages = Messages.loadMessages('@salesforce/plugin-metadata-enrichment', 'metrics');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrich.js","sourceRoot":"","sources":["../../../src/commands/metadata/enrich.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,
|
|
1
|
+
{"version":3,"file":"enrich.js","sourceRoot":"","sources":["../../../src/commands/metadata/enrich.ts"],"names":[],"mappings":"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"}
|
package/messages/errors.md
CHANGED
|
@@ -12,7 +12,10 @@ To enrich multiple metadata components, specify multiple --metadata <name> flags
|
|
|
12
12
|
|
|
13
13
|
Even though this command updates only local files in your DX project, you're still required to authorize and specify an org, which is how the command accesses a large language model (LLM).
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
This command currently supports the following metadata types:
|
|
16
|
+
|
|
17
|
+
- LightningComponentBundle
|
|
18
|
+
- CustomObject
|
|
16
19
|
|
|
17
20
|
Your org must be eligible for metadata enrichment. Your Salesforce admin can help with that.
|
|
18
21
|
|
|
@@ -34,6 +37,10 @@ Your org must be eligible for metadata enrichment. Your Salesforce admin can hel
|
|
|
34
37
|
|
|
35
38
|
<%= config.bin %> <%= command.id %> --metadata "LightningComponentBundle:Component\*"
|
|
36
39
|
|
|
40
|
+
- Enrich metadata for a LightningComponentBundle and CustomObject:
|
|
41
|
+
|
|
42
|
+
<%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:Component1 --metadata CustomObject:Component2
|
|
43
|
+
|
|
37
44
|
# flags.metadata.summary
|
|
38
45
|
|
|
39
46
|
Metadata type and optional component name to enrich.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@oclif/table": "^0.5.1",
|
|
15
15
|
"@salesforce/core": "^8.24.3",
|
|
16
16
|
"@salesforce/kit": "^3.2.4",
|
|
17
|
-
"@salesforce/metadata-enrichment": "^0.0.
|
|
17
|
+
"@salesforce/metadata-enrichment": "^0.0.15",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^12",
|
|
19
19
|
"@salesforce/source-deploy-retrieve": "^12.31.14"
|
|
20
20
|
},
|
|
@@ -3882,9 +3882,9 @@
|
|
|
3882
3882
|
}
|
|
3883
3883
|
},
|
|
3884
3884
|
"node_modules/@salesforce/metadata-enrichment": {
|
|
3885
|
-
"version": "0.0.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.
|
|
3887
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "0.0.15",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.15.tgz",
|
|
3887
|
+
"integrity": "sha512-Kk/lFavDJeNOW84aPAOWFEwHBBwM8I3riHQpRxk1nep9NK5Vp1yqZ5/lNubR3/ssDj5OS8ZZnNmGyktUqWHjUg==",
|
|
3888
3888
|
"license": "Apache-2.0",
|
|
3889
3889
|
"dependencies": {
|
|
3890
3890
|
"@salesforce/core": "^8.24.3",
|
package/oclif.lock
CHANGED
|
@@ -1624,10 +1624,10 @@
|
|
|
1624
1624
|
dependencies:
|
|
1625
1625
|
"@salesforce/ts-types" "^2.0.12"
|
|
1626
1626
|
|
|
1627
|
-
"@salesforce/metadata-enrichment@^0.0.
|
|
1628
|
-
version "0.0.
|
|
1629
|
-
resolved "https://registry.yarnpkg.com/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.
|
|
1630
|
-
integrity sha512-
|
|
1627
|
+
"@salesforce/metadata-enrichment@^0.0.15":
|
|
1628
|
+
version "0.0.15"
|
|
1629
|
+
resolved "https://registry.yarnpkg.com/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.15.tgz#15ad05cfa25db471983d70c454a9354348775b27"
|
|
1630
|
+
integrity sha512-Kk/lFavDJeNOW84aPAOWFEwHBBwM8I3riHQpRxk1nep9NK5Vp1yqZ5/lNubR3/ssDj5OS8ZZnNmGyktUqWHjUg==
|
|
1631
1631
|
dependencies:
|
|
1632
1632
|
"@salesforce/core" "^8.24.3"
|
|
1633
1633
|
"@salesforce/kit" "^3.2.4"
|
package/oclif.manifest.json
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
"metadata:enrich": {
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {},
|
|
6
|
-
"description": "Use this command to add AI-generated descriptions right in the metadata source files in your local DX project. These enriched descriptions succinctly outline the metadata component’s purpose and capabilities, which in turn provide context when vibe coding with an AI tool, such as Agentforce Vibes.\n\nThis command updates only the local metadata source files in your DX project; it doesn't change the components in your org. If you want the AI-generated descriptions in your org, then you must explicitly deploy the updated metadata components to your org by using, for example, the \"project deploy start\" CLI command.\n\nTo enrich multiple metadata components, specify multiple --metadata <name> flags. Enclose names that contain spaces in double quotes.\n\nEven though this command updates only local files in your DX project, you're still required to authorize and specify an org, which is how the command accesses a large language model (LLM).\n\
|
|
6
|
+
"description": "Use this command to add AI-generated descriptions right in the metadata source files in your local DX project. These enriched descriptions succinctly outline the metadata component’s purpose and capabilities, which in turn provide context when vibe coding with an AI tool, such as Agentforce Vibes.\n\nThis command updates only the local metadata source files in your DX project; it doesn't change the components in your org. If you want the AI-generated descriptions in your org, then you must explicitly deploy the updated metadata components to your org by using, for example, the \"project deploy start\" CLI command.\n\nTo enrich multiple metadata components, specify multiple --metadata <name> flags. Enclose names that contain spaces in double quotes.\n\nEven though this command updates only local files in your DX project, you're still required to authorize and specify an org, which is how the command accesses a large language model (LLM).\n\nThis command currently supports the following metadata types:\n\n- LightningComponentBundle\n- CustomObject\n\nYour org must be eligible for metadata enrichment. Your Salesforce admin can help with that.",
|
|
7
7
|
"examples": [
|
|
8
8
|
"Enrich the \"HelloWorld\" LightningComponentBundle metadata component in the local DX project; use your default org:\n<%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:HelloWorld",
|
|
9
9
|
"Enrich the \"HelloWorld\" LightningComponentBundle metadata component and use the org with alias \"my-org\":\n<%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:HelloWorld --target-org my-org",
|
|
10
10
|
"Enrich metadata for multiple LightningComponentBundles using your default org:\n<%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:Component1 --metadata LightningComponentBundle:Component2",
|
|
11
|
-
"Enrich metadata for multiple LightningComponentBundles using a matching wildcard:\n<%= config.bin %> <%= command.id %> --metadata \"LightningComponentBundle:Component\\*\""
|
|
11
|
+
"Enrich metadata for multiple LightningComponentBundles using a matching wildcard:\n<%= config.bin %> <%= command.id %> --metadata \"LightningComponentBundle:Component\\*\"",
|
|
12
|
+
"Enrich metadata for a LightningComponentBundle and CustomObject:\n<%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:Component1 --metadata CustomObject:Component2"
|
|
12
13
|
],
|
|
13
14
|
"flags": {
|
|
14
15
|
"json": {
|
|
@@ -71,5 +72,5 @@
|
|
|
71
72
|
]
|
|
72
73
|
}
|
|
73
74
|
},
|
|
74
|
-
"version": "0.
|
|
75
|
+
"version": "0.1.1"
|
|
75
76
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
3
3
|
"description": "A Salesforce CLI plugin to enrich metadata for Salesforce resources",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/table": "^0.5.1",
|
|
11
11
|
"@salesforce/core": "^8.24.3",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
13
|
-
"@salesforce/metadata-enrichment": "^0.0.
|
|
13
|
+
"@salesforce/metadata-enrichment": "^0.0.15",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^12.31.14"
|
|
16
16
|
},
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"type": "module",
|
|
208
208
|
"packageManager": "yarn@1.22.22",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.1.1.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.1.1.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|