Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions packages/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ _BF_ plugins command group allows you to extend the CLI with preview commands. O

## Available plugins

There are currently no plugins available.

The most recent plugin was [@microsoft/bf-dialog](https://github.com/microsoft/botframework-cli/tree/master/packages/dialog), it is now a core part of the [BF CLI](https://github.com/microsoft/botframework-cli).
<!--
[@microsoft/bf-dialog](https://github.com/microsoft/botframework-cli/tree/master/packages/dialog)
```
npm config set registry https://botbuilder.myget.org/F/botframework-cli/npm/
Expand All @@ -21,9 +25,13 @@ bf plugins:install @microsoft/bf-dialog

npm config set registry https://registry.npmjs.org/
```
<!-- toc -->

-->

<!-- toc
* [Commands](#commands)
<!-- tocstop -->
tocstop -->

# Commands
<!-- commands -->
* [`bf plugins`](#bf-plugins)
Expand Down