subscriber-groups
This command allows you to manage your Subscriber-Groups.
Commands
Command | Description |
---|---|
list | this command lists all the subscriber groups available in your environment. |
inspect | this command retrieves the subscriber group with the specified NAME. |
create | this command creates a new subscriber group for the Qala CLI. |
update | this command updates an existing subscriber group for the Qala CLI. |
delete | this command deletes the subscriber group with the specified NAME. |
list
this command lists all the subscriber groups available in your environment.
Examples:
qala subscriber-groups ls
inspect
this command retrieves the subscriber group with the specified NAME.
Options:
Option | Description |
---|
Examples:
qala subscriber-groups inspect <SUBSCRIBER_GROUP_NAME>
create
this command creates a new subscriber group for the Qala CLI.
Options:
Option | Description |
---|---|
a / audience | The audience to scope the subscriber group. |
d / description | The description of the subscriber group. |
n / name | The name of the subscriber group. |
t / topics | The comma separated list of topic names. |
Examples:
qala subscriber-groups create -n <NAME> -d <DESCRIPTION> -t <TOPICS_COMMA_SEPERATED_NAMES> -a <AUDIENCE>
update
this command updates an existing subscriber group for the Qala CLI.
Options:
Option | Description |
---|---|
a / audience | The audience to scope the subscriber group. |
d / description | The description of the subscriber group. |
n / name | The new name of the subscriber group. |
t / topics | The comma separated list of topic names. |
Examples:
qala subscriber-groups update <SUBSCRIBER_GROUP_NAME> -n <NEW_NAME> -d <DESCRIPTION> -t <TOPICS_COMMA_SEPERATED_NAMES> -a <AUDIENCE>
delete
this command deletes the subscriber group with the specified NAME.
Options:
Option | Description |
---|
Examples:
qala subscriber-groups delete <SUBSCRIBER_GROUP_NAME>