With SDF, is it possible to “check in” a single fi...
# sdf
j
With SDF, is it possible to “check in” a single file at a time (a bit like git) to push changes from the IDE to the NetSuite file cabinet / customisations?
s
with the plugin yes, use "Upload File to account"
but I think that only works with script files, not e.g. Objects/*
j
script files is all I really need to worry about for now. By “the plugin” you mean the WebStorm plugin?
a
@jen Yes, upload file. You can do it either in SuiteCloud plugin for WebStorm Suitecloud cli for nodejs suitecloud cli for java. aka sdfcli
j
sweet
m
suitecloud file:upload with cli or just modify deploy.xml
r
@jen modify the deploy.xml file
Copy code
<objects>
    <path>~/Objects/customscript_add_contact_to_hubspot_el_1.xml</path>
</objects>
Change the filename with customscript_add_contact_to_hubspot_el_1 which you want to deploy to NetSuite