Questions tagged [sfdx-plugin]
A plug-in adds functionality to the Salesforce CLI. Some plug-ins are provided by Salesforce and are installed by default when you install the CLI. Some plug-ins are provided by third parties and can be installed locally. When you have a requirement that an existing plug-in doesn’t meet, you can build your own.
223 questions
0 votes
1 answer
80 views
VS Code Salesforce deployment issue
I've been using VS Code for a long time, but I've never been this frustrated. The code deployment is taking hours. Even downgrading the extension versions takes hours. The following are the ...
1 vote
0 answers
110 views
Error (ERR_NON_2XX_3XX_RESPONSE): Response code 429 (Too Many Requests)
I recently ran into an issue with the Salesforce CLI when executing: sf plugins discover I received this error: Error (ERR_NON_2XX_3XX_RESPONSE): Response code 429 (Too Many Requests) I am not ...
0 votes
0 answers
69 views
Cloning profile using custom plugin
I'm creating a custom sf plugin and using that to clone a custom admin profile and copy over ALL its contents(mainly FLS, Object permissions, apex class access etc) to another target profile. The idea ...
0 votes
1 answer
188 views
Error when installing salesforce code scanner
I am trying to install salesforce code scanner with sf plugins install @salesforce/sfdx-scanner but I am getting an error: NpmError: Failed to find @salesforce/sfdx-scanner@latest in the registry sf ...
0 votes
1 answer
101 views
Getting error sfdx-project.json doesn't exist or not readable at sfdx-project.json
I am trying to setup sfp by following the instructions: flxbl Docs I have set up the sfdx-project.json as mentioned in step C here. My sfdx-project.json looks like below: { "packageDirectories&...
2 votes
1 answer
115 views
Import Sandbox with Test Data for non developers
The use case here is that we want to import sandbox with test data having parent child relationship in a single go. One way to do it would be to use sf commands - sf data import tree --plan Account-...
0 votes
2 answers
659 views
Install Modeler Salesforce CLI Plugin (Vs Code)
we are working on Visual Studio Code Based Modeler for Consumer Goods Cloud and an update was made in the plugins for salesforce modeler, and it did not work correctly. I reinstalled the plugin as ...
1 vote
0 answers
61 views
Retrieve enhanced List views for Flows via metadata API?
Currently, whenever we retrieve an object via sfdx, whether custom, standard or cmtd, it will retrieve the list views too. However, I cannot seem to find the correct metadata folder or xml which ...