Set File resolution
How Boomi Console resolves package files
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
If you place your iPack.JsonC
in a default directory you can refer to the package by its directory name:
bc deloy info /p Sprint_2103
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
Last updated