| Command | Available in Context | Description |
|---|---|---|
| adel | Anywhere | Delete a CLI alias. Since 7.3.0. |
| alist | Anywhere | List a single or all CLI aliases. Since 7.3.0. |
| ar | Anywhere | Show all available Routers |
| asave | Anywhere | Saves all defined CLI aliases into the specified file or, if a filename is not specified, into the default .init.cli file. Since 7.3.0. |
| aset | Anywhere | Define a CLI alias. Since 7.3.0. |
| authenticate | Router | Authenticates access to the Management Swiftlet of that router. This is only required if the management access is password protected. |
| backup | /sys$store/backup | Performs an online backup. |
| cc | Router | Change to context <context>. Use '..' to go up one level. |
| commit | /sys$xa/usage/prepared-tx | Commits the XA transaction with entity name <entityname>. |
| copy | /sys$queuemanager/usage | Copy messages from a source queue to a target queue or topic. Since 7.3.0. |
| delete | Any Entity List | Delete entity <entity> |
| describe | Any Entity | Show full description of property <prop> |
| echo | Anywhere | Prints a message. Since 7.3.0. |
| execute | Anywhere | Executes a CLI script. Since 7.3.0. |
| exit | Anywhere | Exit CLI |
| gc | /.env/router-memory-list | Runs garbage collection on the router. |
| halt | Router | Halt the router |
| help | Anywhere | Displays a list of all available commands. |
| lc | Router | List the context <context> or, if not specified, list the current context. |
| move | /sys$queuemanager/usage | Moves messages from a source queue to a target queue or topic. Since 7.3.0. |
| new | Any Entity List | Create a new entity <name>, optional specify property/value pairs. |
| output | Anywhere | Redirects result output to a file or to the console (default). |
| reboot | Router | Reboot the router |
| remove | /sys$queuemanager/usage | Removes messages from queue <queuename>. |
| rollback | /sys$xa/usage/prepared-tx | Rollback the XA transaction with entity name <entityname>. |
| save | Router | Save this router configuration |
| set | Any Entity | Set property <prop> to value <value> or to null |
| show template | Any Entity List | Show the template for new entities |
| shrink | /sys$store/database | Shrinks the data store page.db |
| sr | Anywhere | Switch to Router <router> |
| sum | Any Entity List | Aggregates the values of properties. |
| view | /sys$queuemanager/usage | View messages of queue <queuename> from <startidx> to <stopidx>. The result is optionally reduced by a <selector> and the message body optionally truncated to <n> characters. The result is displayed in XML. |
| wr | Anywhere | Wait for availability of Router <router> |