Skip to main content

Qala CLI Documentation

Qala CLI is a command-line interface that enables you to manage the Q-Flow solution via the terminal.

Available Commands

CommandDescription
loginthis commands initiates the process for the user to login.
configthis command creates enables the configuration of the Qala CLI (for automation purposes).
environmentthis command allows you to manage your current Environment.
eventsthis commands allows you to list and inspect events within the Q-Flow Event Registry.
topicsthis command enables the management of Topics.
sourcesthis command enables the management of Sources.
subscriptionsthis command enables the management of Subscriptions.
subscriber-groupsthis 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:

OptionDescription
e / envThe environment ID to use for the request.
k / keyThe API key to use for the request.

Examples:

config -k <API_KEY> -e <ENV_ID>