Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e5c13ec

Browse files
munozemilioEyalcleemullins
authored
Update plugins Readme (#680)
* Update plugins Readme * Update README.md * Minor formatting Co-authored-by: Eyal <[email protected]> Co-authored-by: Chris Mullins <[email protected]>
1 parent 63ef9c8 commit e5c13ec

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3538
The following commands will be ported in upcoming releases:
3639
* Dispatch

packages/plugins/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)