This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed
Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ 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 @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
3741Owner: ** 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
4457Owner: ** 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
4768Owner: ** Axel**
You can’t perform that action at this time.
0 commit comments