This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ The following commands are currently available:
3131* [ Config] ( https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-config )
3232* [ Luis] [ 3 ]
3333
34+ Preview commands (Install running [ bf plugins] ( https://github.com/microsoft/botframework-cli/tree/master/packages/plugins#microsoftbf-cli-plugins ) )
35+ * [ Dialog] ( https://github.com/microsoft/botframework-cli/tree/master/packages/dialog )
36+
3437#### Future Commands
3538The following commands will be ported in upcoming releases:
3639* Dispatch
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ This package is intended for Microsoft use only and should be consumed through @
88[ ![ Downloads/week] ( https://img.shields.io/npm/dw/@microsoft/bf-cli-plugins.svg )] ( https://npmjs.org/package/@microsoft/bf-cli-plugins )
99[ ![ License] ( https://img.shields.io/npm/l/@microsoft/bf-cli-plugins.svg )] ( https://github.com/https://github.com/microsoft//botframework-cli/blob/master/package.json )
1010
11+ ## Synopsis
12+ _ BF_ plugins command group allows you to extend the CLI with preview commands. Only microsoft scoped plugins are allowed to be installed.
13+
14+ ## Available plugins
15+
16+ [ @microsoft/bf-dialog ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/dialog )
17+ ```
18+ npm config set registry https://botbuilder.myget.org/F/botframework-cli/npm/
19+
20+ bf plugins:install @microsoft/bf-dialog
21+
22+ npm config set registry https://registry.npmjs.org/
23+ ```
1124<!-- toc -->
1225* [ Commands] ( #commands )
1326<!-- tocstop -->
You can’t perform that action at this time.
0 commit comments