HCMS CLI for managing output channels
Output channels can also be configured in the Censhare Java Client or Web Client as explained in this article.
View commands
Command | Argument | Meaning |
---|---|---|
| - | Displays all currently enabled channels as a YAML output |
| channel id | Displays information about the specified channel as a YAML output |
Sample YAML output (for one channel):
key: root.
name: Output channel
name_de: Ausgabekanal
domain: root.
domain2: root.
sorting: 1
enabled: true
CRUD commands
Create and update
Note Please be aware that you can accidently re-enable a domain by using the update
command.
Command | Argument | Meaning |
---|---|---|
| channel key | Creates a new channel in the Censhare system. |
| channel key | Updates a specified channel in the Censhare system. If the channel is currently disabled, it will be automatically enabled. |
Option short | Option long | Default option value | Meaning |
---|---|---|---|
|
| - | Output channel UI name for the default locale |
|
| - | Output channel UI description for the default locale |
| - | - | Sets a name for the output channel in the Censhare UI listings, for any non-default locale. |
| - | - | Sets a description for the output channel in the Censhare UI listings, for any non-default locale. |
|
|
| Sets the channel position in the Censhare UI listings |
- |
| (not disabled) | Disables a specified channel and all below it, i.e. omits them from any listings and makes assigning to it impossible |
The syntax for setting non-default locales is the following: -N en=Stuff -N de=Zeug -N es=Chisme
.
Sorting has "two defaults":
1
is set if you do not try to set your own order at all999
is set if you try to set your own order using either-s
or--sorting
but do not specify any value
Delete
Command | Argument | Meaning |
---|---|---|
| domain key |
Option short | Option long | Default option value | Meaning |
---|---|---|---|
|
| Replaces all existing usages of these deleted channel on affected assets |
It is not possible to delete output channels that are actively used.