Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.66 KB

list-connected-services.md

File metadata and controls

38 lines (26 loc) · 1.66 KB

Listing connected services

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.

get a connected services

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.