Gustavo Doná
07/12/2021, 1:58 PMdennysutanto
07/13/2021, 2:34 AMsuitecloud project:validate
for example from command prompt, but from VS code when i run SDF:Validate Project
it gives me 'sdfcli' not found in path. Please restart VS Code if you installed it.
In readme file, where should i put .sdfcli.json
file ? I cannot find this file within my project, not sure if whether i can run suitecloud from command prompt then i should ignore this.
Your guidance is appreciatedGustavo Doná
07/13/2021, 2:43 AMdennysutanto
07/13/2021, 2:45 AMdennysutanto
07/13/2021, 2:51 AMNetsuite Upload
, I miss the ctrl+u
feature in eclipse, where we can upload single file straight to file cabinet, I believe this is very useful during development in sandbox, compare to SDF where we have to get everything ready then do project:deploy
In my opinion both are useful feature, where i still cannot find in single VS code extension, hope to have extension which is a merge of SDF + Upload single fileGustavo Doná
07/13/2021, 4:45 AMdennysutanto
07/13/2021, 7:06 AMAli Syed (NS DevTools QA)
07/13/2021, 9:10 AM-i
at the end of any command. Its pretty easy to use
For example
suitecloud project:create -i
suitecloud project:deploy -i
suitecloud file:upload -i
dennysutanto
07/13/2021, 9:14 AMAli Syed (NS DevTools QA)
07/13/2021, 9:14 AMdennysutanto
07/13/2021, 9:18 AMAli Syed (NS DevTools QA)
07/13/2021, 9:19 AMAli Syed (NS DevTools QA)
07/13/2021, 9:26 AMdennysutanto
07/13/2021, 9:30 AMdist
folder. Am i doing this correctly or is there another way to achieve this ?dennysutanto
07/13/2021, 9:32 AMAli Syed (NS DevTools QA)
07/13/2021, 9:40 AMdist
you can set default project = dist
Then simply run suitecloud file:upload -i
it should show you the available files to upload from your default folderAli Syed (NS DevTools QA)
07/13/2021, 9:41 AMdennysutanto
07/13/2021, 9:42 AMdennysutanto
07/13/2021, 9:42 AMdennysutanto
07/13/2021, 9:42 AMdennysutanto
07/13/2021, 9:45 AMdennysutanto
07/13/2021, 9:46 AMAli Syed (NS DevTools QA)
07/13/2021, 9:56 AMAli Syed (NS DevTools QA)
07/13/2021, 9:57 AMdir
where you have a valid manifest and deploy.xmlAli Syed (NS DevTools QA)
07/13/2021, 9:58 AMsrc
and when you run the command suitecloud file:upload -i
it should show you files from srcAli Syed (NS DevTools QA)
07/13/2021, 9:58 AMdennysutanto
07/13/2021, 9:59 AMproject:deploy
Ali Syed (NS DevTools QA)
07/13/2021, 10:00 AMdennysutanto
07/13/2021, 10:05 AMsuitecloud project:deploy
command ?Ali Syed (NS DevTools QA)
07/13/2021, 10:08 AMsuitecloud file:upload -i
This is used when you dont want to deploy the project but just upload single or multiple SuiteScript files to accountdennysutanto
07/13/2021, 10:09 AMdennysutanto
07/13/2021, 10:09 AMAli Syed (NS DevTools QA)
07/13/2021, 10:09 AMsrc
and dist
for example
i can set the preferences like for a particular command which directory should be used.dennysutanto
07/13/2021, 10:12 AMAli Syed (NS DevTools QA)
07/13/2021, 10:13 AMdennysutanto
07/13/2021, 10:15 AMAli Syed (NS DevTools QA)
07/13/2021, 10:16 AMdennysutanto
07/13/2021, 10:16 AMdennysutanto
07/13/2021, 10:17 AMAli Syed (NS DevTools QA)
07/13/2021, 10:18 AMdist
dennysutanto
07/13/2021, 10:18 AMdennysutanto
07/13/2021, 10:19 AMCheck this, i have a src and dist for example
i can set the preferences like for a particular command which directory should be used.
do you mean for example
project:deploy --->> source from dist folder
file:upload ---->> source from src folder
?Ali Syed (NS DevTools QA)
07/13/2021, 10:22 AMdist
folder
So i was showing an example that if you have files which are not in dist
, You can specify the folder in config for upload, so when you run the upload command, it will show you the files to upload from the configured folder and not dist.dennysutanto
07/13/2021, 10:23 AMAli Syed (NS DevTools QA)
07/13/2021, 10:24 AMAli Syed (NS DevTools QA)
07/13/2021, 10:24 AMdennysutanto
07/13/2021, 10:24 AMdennysutanto
07/13/2021, 10:28 AMAli Syed (NS DevTools QA)
07/13/2021, 10:28 AMdennysutanto
07/13/2021, 10:31 AM