@@ -10,8 +10,13 @@ Who: You :)
1010Please 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
16+
17+ * Ensure Telemetry is enabled:
18+ * Accepting the promp after the installation OR
19+ * Run bf config:set: telemetry --enable
1520* Hack it: Use to create/manage bots
1621* Hack it challenge: Use with Virtual Assistant
1722
@@ -32,16 +37,34 @@ Owner: **Emilio + Eyal**
3237* Ensure configuration management
3338* Enable/Disable telemetry & verify accuracy in telemetry logging
3439* Security/Privacy pass complete (not hackathon per se)
40+ * Pipe data from one command to another if input/output matches
3541
3642### Chatdown
3743Owner: ** Jonathan**
3844* Ensure commands and flags work as expected, testing instructions below
3945
4046### qnamaker
41- Owner: ** Emilio**
47+
48+ * Create Kb
49+ * Export Kb
50+ * Check config file gets updated acordingly
51+ * Publish Kb
52+ * List Kbs
53+ * Get Kb info
54+ * Refresh endpoint keys
55+ * Delete kb
56+ * Set QnA Maker config file
4257
4358### Ludown
4459Owner: ** Emilio**
60+
61+ * Parse lu file to Luis Json
62+ * Parse Luis json to lu file
63+ * Parse lu file to QnA Json
64+ * Parse QnA json to lu file
65+ * Translate lu file
66+ * Translate Qna Json
67+ * Transalte Luis Json
4568
4669### LuisGen
4770Owner: ** Axel**
@@ -92,8 +115,3 @@ bf chatdown --in ./test/utils/cli.sample.chat --out 'C:\Projects\cli\botframewor
92115bf chatdown --in ./test/utils/cli.sample.chat --out ./test/doesntexist
93116[ should create a dir that doesnt exist and output transcipt file there ]
94117
95- ---
96- <img src="https://github.com/microsoft/botframework-cli/blob/esbfclispec2/BF%20CLI%20Hackathon%20Flyer.jpg "
97- alt="Bot Framework CLI Hackathon"
98- style="float: left; margin-right: 10px;" />
99-
0 commit comments