ec
11/25/2021, 9:12 PMsuitecloud project:validate
The validation process has finished.
But, I know that when I try to deploy the validation fails. How can I perform a true “Validate” task either via the VS Code extension or Node CLI?Ali Syed (NS DevTools QA)
11/26/2021, 2:32 PMproject:validate --server
There is also project:deploy --dryrun
-> This will not actually deploy, but will show you what changes will be made to your account if you actually deploy.Ali Syed (NS DevTools QA)
11/26/2021, 2:33 PMec
11/26/2021, 3:47 PMerror: unknown option '--dryrun'
Doesn’t seem to be an option for me? Here’s -h (help) detail for deploy:
Usage: suitecloud project:deploy [options]
Deploys the folder containing the project. The project folder is zipped before deployment, only including the files and folders referenced in the deploy.xml file.
Options:
--accountspecificvalues <argument> Indicate how to handle the presence of account-specific values in an account customization project. If there are account-specific values in the project, enter WARNING to
continue with the deployment process, or ERROR to stop it. If the option is not specified, the default value is ERROR. It only applies to account customization projects.
--applycontentprotection Apply the content protection settings from the hiding.xml and locking.xml files. It only applies to SuiteApps.
-i, --interactive Run the project:deploy command in interactive mode.
--log <argument> Sets the deployment log file location, as either a directory or a file name. If it is a directory, a default log file is generated in the specified location. If a log
file already exists in the specified location, deployment log details are appended to that existing file.
--validate Validate the project before deploying. If an error ocurrs during the deployment, the process is stopped.
-h, --help display help for command
Ali Syed (NS DevTools QA)
11/26/2021, 3:49 PMsuitecloud --version
ec
11/26/2021, 3:49 PMec
11/26/2021, 3:49 PMec
11/26/2021, 3:52 PMnpm install -g @oracle/suitecloud-cli
Ali Syed (NS DevTools QA)
11/26/2021, 3:55 PMec
11/26/2021, 3:55 PMec
11/26/2021, 3:56 PMAli Syed (NS DevTools QA)
11/26/2021, 3:58 PMec
11/26/2021, 3:59 PMAli Syed (NS DevTools QA)
11/26/2021, 3:59 PMec
11/26/2021, 4:01 PMec
11/26/2021, 4:07 PMec
11/26/2021, 4:22 PMAli Syed (NS DevTools QA)
11/26/2021, 4:38 PMec
11/26/2021, 5:03 PMec
11/26/2021, 5:05 PMAli Syed (NS DevTools QA)
11/26/2021, 5:06 PMAli Syed (NS DevTools QA)
11/26/2021, 5:07 PMec
11/26/2021, 5:07 PMec
11/26/2021, 5:08 PMec
11/26/2021, 5:11 PM