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

Commit c4289e7

Browse files
authored
Merge pull request #216 from microsoft/scheyal-patch-6
A few updates to BF CLI readme for 4.6 release.
2 parents 4c626d7 + 75900c4 commit c4289e7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/CLI/Botframework-CLI-CI-PR?branchName=master)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=537&branchName=master)
44
[![Coverage Status](https://img.shields.io/coveralls/github/microsoft/botframework-cli/master)](https://coveralls.io/github/microsoft/botframework-cli?branch=master)
55

6-
As part of the effort to improve Bot Framework SDK toolset we are happy to announce the introduction of a new Command Line Interface tool which will eventually replace the suite of tools currently used during Bot development. The new CLI, called BF is being released as an early preview. We have migrated Chatdown as a first proof of concept plugin. The new Chatdown plugin is fully functional and identical to the standalone tool (with some minor usage bug fixes). Early adopters are welcome to switch to the new CLI. In the meantime the old and new tools will exist side by side for at least a full release cycle.
6+
The new BF Command Line Interface (CLI) tool replaces the collection of standalone tools used to manage Bot Framework bots and related services. We have ported most tools and are in process of porting the rest. The new BF CLI aggregates the collection of cross-platform tools into one cohesive and consistent interface.
7+
8+
The old tools will be deprecated in subsequent releases. All new investments, bug fixes, and new features will be implemented in the new consolided BF CLI alone.
79

810
## Available Commands
911
The following commands are currently available:
@@ -12,6 +14,14 @@ The following commands are currently available:
1214
* [Config](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-config)
1315
* [Luis](https://github.com/microsoft/botframework-cli/tree/emimunoz/luis/packages/cli#bf-luis)
1416

17+
### Future Commands
18+
The following commands will be ported in upcoming releases:
19+
* LUIS (API)
20+
* Dispatch
21+
22+
See [Porting Map](https://github.com/microsoft/botframework-cli/blob/master/PortingMap.md) for a mapping reference between old and new tools
23+
24+
1525
## Plugin Architecture
1626
BF CLI is based on [OClif](https://github.com/oclif/oclif) Framework and inherits its command line parsing style, and plugin architecture.
1727

@@ -39,10 +49,7 @@ Privacy is very important to us. BF CLI contains optional instrumentation that i
3949
* Command group calls
4050
* Flags used **excluding** specific values (i.e. if used parameter _--folder:name_, we will only gather the use of _--folder_ but will not capture _name_).
4151

42-
At any time you may disable data collection by changing the configuration using command:
43-
~~~
44-
bf config:telemetry:disable
45-
~~~
52+
To disable data collection see the __*bf config*__ command.
4653

4754
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
4855

0 commit comments

Comments
 (0)