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

Commit 2301080

Browse files
authored
Update Internal-Hackathon-Oct-18-2019.md
1 parent ecb6257 commit 2301080

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

Internal-Hackathon-Oct-18-2019.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ Who: You :)
1010
Please file issues here: https://github.com/microsoft/botframework-cli/issues
1111

1212
## Instructions
13-
* Download and install from: **TBD:Emilio**
14-
* Ensure Telemetry is enabled: **TBD:Emilio**
13+
* Download and install from:
14+
* Run npm config set registry https://botbuilder.myget.org/F/botframework-cli/npm/
15+
* Run npm i -g @microsoft/botframework-cli@4.5.0-preview.84084
16+
17+
* Ensure Telemetry is enabled: by accepting the promp after the installation or running bf config:set:telemetry --enable
1518
* Hack it: Use to create/manage bots
1619
* Hack it challenge: Use with Virtual Assistant
1720

@@ -32,16 +35,34 @@ Owner: **Emilio + Eyal**
3235
* Ensure configuration management
3336
* Enable/Disable telemetry & verify accuracy in telemetry logging
3437
* Security/Privacy pass complete (not hackathon per se)
38+
* Pipe data from one command to another if input/output matches
3539

3640
### Chatdown
3741
Owner: **Jonathan**
3842
* Ensure commands and flags work as expected, testing instructions below
3943

4044
### qnamaker
41-
Owner: **Emilio**
45+
46+
* Create Kb
47+
* Export Kb
48+
* Check config file gets updated acordingly
49+
* Publish Kb
50+
* List Kbs
51+
* Get Kb info
52+
* Refresh endpoint keys
53+
* Delete kb
54+
* Set QnA Maker config file
4255

4356
### Ludown
4457
Owner: **Emilio**
58+
59+
* Parse lu file to Luis Json
60+
* Parse Luis json to lu file
61+
* Parse lu file to QnA Json
62+
* Parse QnA json to lu file
63+
* Translate lu file
64+
* Translate Qna Json
65+
* Transalte Luis Json
4566

4667
### LuisGen
4768
Owner: **Axel**

0 commit comments

Comments
 (0)