> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/commands.md).

# Commands

*Boomi Console* provides several Commands to execute certain actions. Each Command consists of two "verbs": **a)** the <mark style="color:blue;">**entity**</mark> and **b)** the <mark style="color:green;">**action**</mark>. For example, [<mark style="color:blue;">COMP</mark> <mark style="color:green;">GET</mark>](/boomi-console/commands/comp-components/fetch-get.md) is related to <mark style="color:blue;">**comp**</mark>onents (Metadata) and the action is <mark style="color:green;">**get**</mark>ting this metadata from Runtime.

Each command has a defined set of arguments, which can be divided into three categories:

* Arguments to define the source data -> [Component Resolution](/boomi-console/commands/arguments/common-arguments/command-sources.md)
* Arguments to control the command's action
* Optional arguments to control reporting -> [The Report Engine](/boomi-console/library/the-report-engine.md)

### Getting help

To **list all available commands** use `bc` without any parameter to

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

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

```
>bc comp get /help

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