function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Linked2MarkLinked2Mark 

I have a Node script that uses sfdx-node and would like some help testing it

Hi All. I have written a node script in part because I am studying to get my JS Cert and in part because I have found that this part of the platform is the most difficult to get right.

The script creates the manifest that can then be used to pull the meta for Custom objects, reports, Dashboards and other metdata which are unique to an org. I then use:

sfdx force:mdapi:retrieve -r ./mdapisource -u <alias> -k ./manifests/allTypes.xml 


to actually pull the meta.

Anyone interested in helping me test it?

Many thanks

 

 

SubratSubrat (Salesforce Developers) 
.