Last updated
Last updated
I highly recommend using the following directory structure within your project directory to manage Components Sets:
Create a folder for each package and you use cSet.JsonC
as the package filename. The package folder serves a a Workspace and all package output will go to this folder with the same name as the package file.
There is no need to specify the Sets
, Lib
or Work
folder because these names are Default names. You can override the defaults by using the --SetLibDir
and --SetDir
options.
Personally, I use two additional folders, which are not Boomi Commands related. However, this structure helps me to much better organize my Integration work:
Doc
takes my Package documentation and Test
takes all tests, which are in most cases http
files to test REST or SOAP API of integrate. Of course, you may also store SOAP UI and/or other test in such directory.
Packages should have their own directory