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

Commit abc5560

Browse files
committed
Fixing badges in readme files
1 parent c118c01 commit abc5560

File tree

6 files changed

+47
-16
lines changed

6 files changed

+47
-16
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# BF Command Line Interface
22

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)
4-
[![Coverage Status](https://coveralls.io/repos/github/microsoft/botframework-cli/badge.svg?branch=master)](https://coveralls.io/github/microsoft/botframework-cli?branch=master)
4+
[![Coverage Status](https://img.shields.io/coveralls/github/microsoft/botframework-cli/master)](https://coveralls.io/github/microsoft/botframework-cli?branch=master)
55

66
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.
77

88
## Available Commands
99
The following commands are currently available:
1010
* [Chatdown](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-chatdown)
11-
* [QnAMaker (Preview)](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-qnamaker)
11+
* [QnAMaker](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-qnamaker)
1212
* [Config](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-config)
13+
* [Luis](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-luis)
1314

1415
## Plugin Architecture
1516
BF CLI is based on [OClif](https://github.com/oclif/oclif) Framework and inherits its command line parsing style, and plugin architecture.

packages/chatdown/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
Tool for parsing chat files and outputting replayable activities
55

66
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7-
[![Version](https://img.shields.io/npm/v/chatdown.svg)](https://www.npmjs.com/package/@microsoft/bf-chatdown)
8-
[![Downloads/week](https://img.shields.io/npm/dw/chatdown.svg)](https://www.npmjs.com/package/@microsoft/bf-chatdown)
9-
[![License](https://img.shields.io/npm/l/chatdown.svg)](https://github.com/microsoft/botframework-cli/blob/master/packages/chatdown/package.json)
7+
[![Version](https://img.shields.io/npm/v/@microsoft/bf-chatdown)](https://www.npmjs.com/package/@microsoft/bf-chatdown)
8+
109

1110
# Commands
1211
<!-- commands -->

packages/cli/README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
botframework-cli
22
================
33

4-
54
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
6-
[![Version](![npm (scoped)](https://img.shields.io/npm/v/@microsoft/botframework-cli))](https://www.npmjs.com/package/@microsoft/botframework-cli)
5+
[![Version](https://img.shields.io/npm/v/@microsoft/botframework-cli)](https://www.npmjs.com/package/@microsoft/botframework-cli)
76
[![Downloads](https://img.shields.io/npm/dt/@microsoft/botframework-cli)](https://github.com/microsoft/botframework-cli)
87
[![License](https://img.shields.io/npm/l/@microsoft/botframework-cli)](https://github.com/microsoft/botframework-cli/blob/master/packages/cli/package.json)
98

@@ -12,6 +11,13 @@ botframework-cli
1211
```sh-session
1312
$ npm install -g @microsoft/botframework-cli
1413
$ bf COMMAND
14+
running command...
15+
$ bf (-v|--version|version)
16+
@microsoft/botframework-cli/1.0.0 darwin-x64 node-v12.1.0
17+
$ bf --help [COMMAND]
18+
USAGE
19+
$ bf COMMAND
20+
...
1521
```
1622
<!-- usagestop -->
1723
# Commands
@@ -25,6 +31,7 @@ $ bf COMMAND
2531
* [`bf config:show:qnamaker`](#bf-configshowqnamaker)
2632
* [`bf config:show:telemetry`](#bf-configshowtelemetry)
2733
* [`bf help [COMMAND]`](#bf-help-command)
34+
* [`bf luis`](#bf-luis)
2835
* [`bf luis:convert`](#bf-luisconvert)
2936
* [`bf luis:generate:cs`](#bf-luisgeneratecs)
3037
* [`bf luis:generate:ts`](#bf-luisgeneratets)
@@ -211,6 +218,20 @@ OPTIONS
211218

212219
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
213220

221+
## `bf luis`
222+
223+
Convert, translate luis/lu files or generate source code
224+
225+
```
226+
USAGE
227+
$ bf luis
228+
229+
OPTIONS
230+
-h, --help Display Luis available commnads
231+
```
232+
233+
_See code: [@microsoft/bf-lu](https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/luis/index.ts)_
234+
214235
## `bf luis:convert`
215236

216237
Convert .lu file(s) to a LUIS application JSON model or vice versa

packages/config/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55

66
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7-
[![Version](https://img.shields.io/npm/v/@microsoft/bf-cli-config.svg)](https://www.npmjs.com/package/@microsoft/bf-cli-config)
8-
[![Downloads/week](https://img.shields.io/npm/dw/@microsoft/bf-cli-config.svg)](https://www.npmjs.com/package/@microsoft/bf-cli-config)
9-
[![License](https://img.shields.io/npm/l/@microsoft/bf-cli-config.svg)](https://github.com/microsoft/botframework-cli/blob/master/packages/config/package.json)
7+
[![Version](https://img.shields.io/npm/v/@microsoft/bf-cli-config)](https://www.npmjs.com/package/@microsoft/bf-cli-config)
108

119
# Commands
1210
<!-- commands -->

packages/luis/README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,37 @@
44

55

66
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7-
[![Version](https://img.shields.io/npm/v/@microsoft/bf-luis.svg)](https://npmjs.org/package/@microsoft/bf-luis)
8-
[![Downloads/week](https://img.shields.io/npm/dw/@microsoft/bf-luis.svg)](https://npmjs.org/package/@microsoft/bf-luis)
9-
[![License](https://img.shields.io/npm/l/@microsoft/bf-luis.svg)](https://github.com/microsoft/botframework-cli/blob/master/package.json)
7+
[![Version](https://img.shields.io/npm/v/@microsoft/bf-lu)](https://npmjs.org/package/@microsoft/bf-lu)
8+
109

1110
# Relevant file formats
1211
* [`lu file format`](./docs/lu-file-format.md)
1312
* [`QnA file format`](./docs/qna-file-format.md)
1413

1514
# Commands
1615
<!-- commands -->
16+
* [`bf luis`](#bf-luis)
1717
* [`bf luis:convert`](#bf-luisconvert)
1818
* [`bf luis:generate:cs`](#bf-luisgeneratecs)
1919
* [`bf luis:generate:ts`](#bf-luisgeneratets)
2020
* [`bf luis:translate`](#bf-luistranslate)
2121
* [`bf qnamaker:convert`](#bf-qnamakerconvert)
2222
* [`bf qnamaker:translate`](#bf-qnamakertranslate)
2323

24+
## `bf luis`
25+
26+
Convert, translate luis/lu files or generate source code
27+
28+
```
29+
USAGE
30+
$ bf luis
31+
32+
OPTIONS
33+
-h, --help Display Luis available commnads
34+
```
35+
36+
_See code: [src/commands/luis/index.ts](https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/luis/index.ts)_
37+
2438
## `bf luis:convert`
2539

2640
Convert .lu file(s) to a LUIS application JSON model or vice versa

packages/qnamaker/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55

66
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7-
[![Version](https://img.shields.io/npm/v/@microsoft/bf-qnamaker.svg)](https://npmjs.org/package/@microsoft/bf-qnamaker)
8-
[![Downloads/week](https://img.shields.io/npm/dw/@microsoft/bf-qnamaker.svg)](https://npmjs.org/package/@microsoft/bf-qnamaker)
9-
[![License](https://img.shields.io/npm/l/@microsoft/bf-qnamaker.svg)](https://github.com/microsoft/botframework-cli/blob/master/package.json)
7+
[![Version](https://img.shields.io/npm/v/@microsoft/bf-qnamaker)](https://npmjs.org/package/@microsoft/bf-qnamaker)
108

119
# Commands
1210
<!-- commands -->

0 commit comments

Comments
 (0)