Several of the BotBuilder tools are designed to work together. This topic shows how MSBot CLI can work in conjunction with the QnAMaker CLI.
qnamaker create kb --in <KB.json> --msbot | msbot connect qna --stdin [--secret <YOUR-SECRET>]
msbot get <QnA-SERVICE-NAME-OR-ID> [--secret <YOUR-SECRET>] | qnamaker <COMMAND> --stdin
msbot get <QnA-SERVICE-NAME-OR-ID> [--secret <YOUR-SECRET>] | qnamaker replace kb --in <new_KB.json> --stdin
msbot get <QnA-SERVICE-NAME-OR-ID> [--secret <YOUR-SECRET>] | qnamaker publish kb --stdin