just sanity checking. via the CLI there’s no way ...
# sdf
m
just sanity checking. via the CLI there’s no way to
update
all objects in a project (without listing all the scriptids in the command) right?
d
if I am reading the documentation correctly, I think the update command does this. "Updates existing custom objects in the SDF project folder with the custom objects in your NetSuite account." HelpCenter link /app/help/helpcenter.nl?fid=section_4788674357.html
m
yeah, but if you have, say 100
Objects
you have to list each of the script ids in the command (you can do multiple in a single command, but you still have to list them all)
d
gotcha. I don't know if there is a native command via SDF to do this then. maybe you could generate the command dynamically via a batch script that gets all the file xmls in your project structure or something