Qala CLI Documentation
Qala CLI is a command-line interface that enables you to manage the Q-Flow solution via the terminal.
Available Commands
| Command | Description |
|---|---|
| login | this commands initiates the process for the user to login. |
| config | this command creates enables the configuration of the Qala CLI (for automation purposes). |
| environment | this command allows you to manage your current Environment. |
| events | this commands allows you to list and inspect events within the Q-Flow Event Registry. |
| topics | this command enables the management of Topics. |
| sources | this command enables the management of Sources. |
| subscriptions | this command enables the management of Subscriptions. |
| subscriber-groups | this command allows you to manage your Subscriber-Groups. |
login
this commands initiates the process for the user to login.
Examples:
login
config
this command creates enables the configuration of the Qala CLI (for automation purposes).
Options:
| Option | Description |
|---|---|
e / env | The environment ID to use for the request. |
k / key | The API key to use for the request. |
Examples:
config -k <API_KEY> -e <ENV_ID>