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:

Getting help

To list all available commands use bc without any parameter to

> bc
11 Commands available:
=======================================
Verb                Description
---------------------------------------
ACCOUNT INFO        AtomSphere API - Account Info
....

If you need help for a specific command use bc {command} /help

>bc comp get /help

Comp Get            AtomSphere API - GET Component Metadata (incl. all its
                    child/referenced components) 
...

Last updated