Commands
Boomi Console provides several Commands to execute certain actions. Each Command consists of two "verbs": a) the entity and b) the action. For example, COMP GET is related to components (Metadata) and the action is getting this metadata from AtomSphere.
Each command has a defined set of arguments, which can be divided into three categories:
Arguments to define the source data -> Component Resolution
Arguments to control the command's action
Optional arguments to control reporting -> The Report Engine
Getting help
To list all available commands use bc
without any parameter to
If you need help for a specific command use bc {command} /help
Last updated