From 0d661075c99c4faf7a247242fd750aaa21a063bc Mon Sep 17 00:00:00 2001 From: william-xie Date: Fri, 3 Apr 2026 11:13:33 -0700 Subject: [PATCH] feat: update command help text with new supported types --- messages/metadata.enrich.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/messages/metadata.enrich.md b/messages/metadata.enrich.md index 7327f31..9bd942c 100644 --- a/messages/metadata.enrich.md +++ b/messages/metadata.enrich.md @@ -12,7 +12,12 @@ To enrich multiple metadata components, specify multiple --metadata flags 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). -Currently, this command supports enriching only Lightning Web Components, represented by the LightningComponentBundle metadata type. +This command currently supports the following metadata types: + +- LightningComponentBundle +- FlexiPage +- CustomObject +- LightningTypeBundle Your org must be eligible for metadata enrichment. Your Salesforce admin can help with that. @@ -34,6 +39,10 @@ Your org must be eligible for metadata enrichment. Your Salesforce admin can hel <%= config.bin %> <%= command.id %> --metadata "LightningComponentBundle:Component\*" +- Enrich metadata for a LightningComponentBundle and CustomObject: + + <%= config.bin %> <%= command.id %> --metadata LightningComponentBundle:Component1 --metadata CustomObject:Component2 + # flags.metadata.summary Metadata type and optional component name to enrich.