To access the list of connected services:
msbot list [options]
Options:
Option | Description |
---|---|
-b, --bot | path to bot file. If omitted, local folder will look for a .bot file |
--secret | bot file secret password for encrypting service secrets |
--prefix | Append [msbot] prefix to all messages |
-h, --help | output usage information |
If you omit the secret, you will get the configured services with the secrets encrypted. If you pass the secret password, you will see the secrets decrypted.
To access a single connected services:
msbot get <serviceNameOrId> [options]
Options:
Option | Description |
---|---|
-b, --bot | path to bot file. If omitted, local folder will look for a .bot file |
--secret | bot file secret password for encrypting service secrets |
--prefix | Append [msbot] prefix to all messages |
-h, --help | output usage information |
If you omit the secret, you will get the configured services with the secrets encrypted. If you pass the secret password, you will see the secrets decrypted.