topics
This command enables the management of Topics.
Commands
Command | Description |
---|---|
list | this command lists all the topics available in your environment. |
inspect | this command retrieves the topic with the specified NAME. |
create | this command creates a new topic for the Qala CLI. |
update | this 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:
Option | Description |
---|
Examples:
topics inspect <TOPIC_NAME>
create
this command creates a new topic for the Qala CLI.
Options:
Option | Description |
---|---|
d / description | The description of the topic. |
e / events | The comma separated list of event type names. |
n / name | The 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:
Option | Description |
---|---|
d / description | The description of the topic. |
e / events | The comma separated list of event type names. |
Examples:
topics update <TOPIC_NAME> -d <DESCRIPTION> -e <EVENTS_COMMA_SEPERATED_NAMES>