Hey guys, couple of questions regarding the node c...
# sdf
s
Hey guys, couple of questions regarding the node cli for sdf: 1. Would anyone know exactly what kind of validation is happening upon using project:validate? Is it designed to catch things like misspelt/missing module names or is it purely validating Object XML etc.? 2. Is there a way to deploy single files (I believe it's the case with addons for webstorm etc.)? And if not does project:deploy just upload files which have changed locally?
a
Hi @SimonC When you do
suitecloud project:validate
It will try to validate using the metadata, it will show you errors for missing mandatory things in XML etc. It should show you errors if you have typos in mandatory fields etc. The second question is tricky. I guess you are talking about custom objects? At the moment it's only possible in
ACP projects
that you manipulate the deploy.xml to only point to the
custom object
you want ti deploy.
Be carefu
with
SuiteApps
, if you manipulate deploy.xml to deploy some of the custom objects, it will delete all files from account (previously deployed) which you have left out in deploy.xml.