@@ -30,11 +30,11 @@ USAGE
3030<!-- commands -->
3131* [ ` bf ` ] ( #bf- )
3232* [ ` bf config ` ] ( #bf-config )
33- * [ ` bf config:get [FILE] ` ] ( #bf-configget-file )
34- * [ ` bf config:qnamaker: set ` ] ( #bf-configqnamakerset )
35- * [ ` bf config:telemetry ` ] ( #bf-configtelemetry )
36- * [ ` bf config:telemetry:disable ` ] ( #bf-configtelemetrydisable )
37- * [ ` bf config:telemetry:enable ` ] ( #bf-configtelemetryenable )
33+ * [ ` bf config:set:qnamaker ` ] ( #bf-configsetqnamaker )
34+ * [ ` bf config:set:telemetry ` ] ( #bf-configsettelemetry )
35+ * [ ` bf config:show ` ] ( #bf-configshow )
36+ * [ ` bf config:show:qnamaker [FILE] ` ] ( #bf-configshowqnamaker-file )
37+ * [ ` bf config:show:telemetry ` ] ( #bf-configshowtelemetry )
3838
3939## ` bf `
4040
@@ -64,76 +64,77 @@ OPTIONS
6464
6565_ See code: [ src/commands/config/index.ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/index.ts ) _
6666
67- ## ` bf config:get [FILE] `
67+ ## ` bf config:set:qnamaker `
6868
69- describe the command here
69+ Set the QnAMaker config data
7070
7171```
7272USAGE
73- $ bf config:get [FILE]
73+ $ bf config:set:qnamaker
7474
7575OPTIONS
76- -f, --force
77- -h, --help show CLI help
78- -n, --name=name name to print
76+ --kbid=kbid QnAMaker kbid to be set
77+ --subscriptionkey=subscriptionkey QnAMaker subscriptionkey to be set
7978```
8079
81- _ See code: [ src/commands/config/get .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/get .ts ) _
80+ _ See code: [ src/commands/config/set/qnamaker .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/set/qnamaker .ts ) _
8281
83- ## ` bf config:qnamaker: set `
82+ ## ` bf config:set:telemetry `
8483
85- Set the QnAMaker config data
84+ Enable or disable telemetry
8685
8786```
8887USAGE
89- $ bf config:qnamaker: set
88+ $ bf config:set:telemetry
9089
9190OPTIONS
92- --kbid=kbid QnAMaker kbid to be set
93- --subscriptionkey=subscriptionkey QnAMaker subscriptionkey to be set
91+ -d, --disable Disable tlemetry
92+ -h, --help show CLI help
9493```
9594
96- _ See code: [ src/commands/config/qnamaker/ set.ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/qnamaker/ set.ts ) _
95+ _ See code: [ src/commands/config/set/telemetry .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/set/telemetry .ts ) _
9796
98- ## ` bf config:telemetry `
97+ ## ` bf config:show `
9998
100- The telemetry commands allow the user to enable and disable telemetry
99+ Displays the config file
101100
102101```
103102USAGE
104- $ bf config:telemetry
103+ $ bf config:show
105104
106105OPTIONS
107106 -h, --help show CLI help
108107```
109108
110- _ See code: [ src/commands/config/telemetry/index .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/telemetry/index .ts ) _
109+ _ See code: [ src/commands/config/show .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/show .ts ) _
111110
112- ## ` bf config:telemetry:disable `
111+ ## ` bf config:show:qnamaker [FILE] `
113112
114- Disable telemetry
113+ describe the command here
115114
116115```
117116USAGE
118- $ bf config:telemetry:disable
117+ $ bf config:show:qnamaker [FILE]
119118
120119OPTIONS
121- -h, --help show CLI help
120+ -f, --force
121+ -h, --help show CLI help
122+ -n, --name=name name to print
122123```
123124
124- _ See code: [ src/commands/config/telemetry/disable .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/telemetry/disable .ts ) _
125+ _ See code: [ src/commands/config/show/qnamaker .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/show/qnamaker .ts ) _
125126
126- ## ` bf config:telemetry:enable `
127+ ## ` bf config:show:telemetry `
127128
128- Enable Telemetry
129+ Display telemetry settings
129130
130131```
131132USAGE
132- $ bf config:telemetry:enable
133+ $ bf config:show:telemetry
133134
134135OPTIONS
135136 -h, --help show CLI help
136137```
137138
138- _ See code: [ src/commands/config/telemetry/enable .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/telemetry/enable .ts ) _
139+ _ See code: [ src/commands/config/show/telemetry .ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/config/show/telemetry .ts ) _
139140<!-- commandsstop -->
0 commit comments