Skip to main content

topics

This command enables the management of Topics.

Commands

CommandDescription
listthis command lists all the topics available in your environment.
inspectthis command retrieves the topic with the specified NAME.
createthis command creates a new topic for the Qala CLI.
updatethis command updates an existing topic for the Qala CLI.

list

this command lists all the topics available in your environment.

Examples:

topics ls

inspect

this command retrieves the topic with the specified NAME.

Options:

OptionDescription

Examples:

topics inspect <TOPIC_NAME>

create

this command creates a new topic for the Qala CLI.

Options:

OptionDescription
d / descriptionThe description of the topic.
e / eventsThe comma separated list of event type names.
n / nameThe name of the topic.

Examples:

topics create -n <TOPIC_NAME> -d  <DESCRIPTION> -e <EVENTS_COMMA_SEPERATED_NAMES>

update

this command updates an existing topic for the Qala CLI.

Options:

OptionDescription
d / descriptionThe description of the topic.
e / eventsThe comma separated list of event type names.

Examples:

topics update <TOPIC_NAME> -d  <DESCRIPTION> -e <EVENTS_COMMA_SEPERATED_NAMES>