Set File resolution
How Boomi Console resolves package files
Last updated
How Boomi Console resolves package files
Last updated
The simplest and recommended way of using package files is to create a cSet.JsonC
file in a directory under Workspace\Sets
.
See also Components Set Workspace
iPack.JsonC
is the default filename.
Package\Work
and Package\Lib
are default directories where Boomi Console is looking for packages
If you place your iPack.JsonC
in a default directory you can refer to the package by its directory name:
You can specify a realtive workspace filepath to another JsonC file:
bc deloy info /p Packages\Work\Sprint_2103\iPack2.Json
Even absolute path' should work:
bc deloy info /p c:\myDir\iPack2.Json
Keep in mind, that the package (iPack) output is always realtive to the jsonc file.