added deprecation message to qnamaker tool

This commit is contained in:
Eyal 2019-11-13 15:53:38 -08:00 коммит произвёл GitHub
Родитель 3c6f5852a4
Коммит 29bbcf1f23
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,13 @@
# QnAMaker
## The new BF CLI replaces legacy standalone tools
The Bot Framework SDK team is happy to announce the General Availability of the consolidated bot framework CLI tool [bf-cli](https://aka.ms/bfcli). The new BF CLI tool will replace legacy standalone tools to manage Bot Framework bots and related services. The old tools will be ported over in phases and all new features, bug fixes, and further investments will focus on the new BF CLI. Old tools will still work for the time being, but they are going to be deprecated in future releases.
Upon the release of Bot Framework SDK version 4.6 the following legacy tools have been ported: Chatdown, QnAMaker, LuisGen, and LuDown.
To learn more about the BF CLI please visit the [BF CLI github repository](https://aka.ms/bfcli).
__The following page is about a legacy tool.__
## QnAMaker
[![npm version](https://badge.fury.io/js/qnamaker.svg)](https://badge.fury.io/js/qnamaker)
@ -101,4 +110,4 @@ npm i -g qnamaker
To reset registry:
```shell
npm config set registry https://registry.npmjs.org/
```
```