I have a project set up for account customization in my system vs code. Currently, I deploy changes using deploy.xml, where I manually specify which files need updating. However, I now need to deploy a bundle so that it appears in SuiteBundler. Is this possible, and if so, how can I achieve it?
Below is an excerpt from my current deploy.xml file.
deploy
files
path~/FileCabinet/SuiteScripts/ACS/acs_mr_process_contactonquotefromopportunity.js
/path
/files
/deploy
I'm seeking guidance on how to adapt this deployment process to include bundling.I am using suitecloud cli to perform any operation