This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ _See code: [@microsoft/bf-qnamaker](https://github.com/microsoft/botframework-cl
16061606
16071607## ` bf qnamaker:kb:export `
16081608
1609- Echos a knowledgebase json to stdout
1609+ Echos a knowledgebase in json or qna format to stdout
16101610
16111611```
16121612USAGE
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ _See code: [src/commands/qnamaker/kb/delete.ts](https://github.com/microsoft/bot
397397
398398## ` bf qnamaker:kb:export `
399399
400- Echos a knowledgebase json to stdout
400+ Echos a knowledgebase in json or qna format to stdout
401401
402402```
403403USAGE
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const exportKbJSON = require('./../../../../utils/payloads/exportkb')
99import { Inputs , processInputs } from '../../../utils/qnamakerbase'
1010
1111export default class QnamakerKbExport extends Command {
12- static description = 'Echos a knowledgebase json to stdout'
12+ static description = 'Echos a knowledgebase in json or qna format to stdout'
1313
1414 static flags : flags . Input < any > = {
1515 kbId : flags . string ( { description : 'Knowledgebase id to be exported. Overrides the knowledge base id present in the config' } ) ,
You can’t perform that action at this time.
0 commit comments