-
Notifications
You must be signed in to change notification settings - Fork 84
Description
I have followed below steps
Clone this repository:
git clone https://github.com/trailheadapps/agent-script-recipes
cd agent-script-recipes
Authorize your Developer Edition org and provide it with an alias (agent-script-recipes in the command below):
sf org login web -s -a agent-script-recipes
Deploy the app to your org:
sf project deploy start -d force-app
When i perofrming the sf project deploy start -d force-app
Showing below error.
Try this:
A metadata type lookup for "HelloWorld.bundle-meta.xml" found the following close matches:
-- Did you mean ".rule-meta.xml" instead for the "ModerationRule" metadata type?
Additional suggestions:
Confirm the file name, extension, and directory names are correct. Validate against the registry at:
https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json
If the type is not listed in the registry, check that it has Metadata API support via the Metadata Coverage Report:
https://developer.salesforce.com/docs/metadata-coverage
If the type is available via Metadata API but not in the registry
- Open an issue https://github.com/forcedotcom/cli/issues
- Add the type via PR. Instructions: https://github.com/forcedotcom/source-deploy-retrieve/blob/main/contributing/metadata.md