5656* [ ` twilio autopilot:fieldtypes:update ` ] ( #twilio-autopilotfieldtypesupdate )
5757* [ ` twilio autopilot:fieldvalues:upload ` ] ( #twilio-autopilotfieldvaluesupload )
5858* [ ` twilio autopilot:import [TYPE] ` ] ( #twilio-autopilotimport-type )
59+ * [ ` twilio autopilot:init ` ] ( #twilio-autopilotinit )
5960* [ ` twilio autopilot:list ` ] ( #twilio-autopilotlist )
6061* [ ` twilio autopilot:modelbuilds:create ` ] ( #twilio-autopilotmodelbuildscreate )
6162* [ ` twilio autopilot:queries:export ` ] ( #twilio-autopilotqueriesexport )
@@ -87,7 +88,7 @@ OPTIONS
8788 -s, --schema=schema (required) [default: templates] schema path
8889```
8990
90- _ See code: [ src/commands/autopilot/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/create.js ) _
91+ _ See code: [ src/commands/autopilot/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/create.js ) _
9192
9293## ` twilio autopilot:delete `
9394
@@ -105,7 +106,7 @@ OPTIONS
105106 --uniqueName=uniqueName assistant uniqueName
106107```
107108
108- _ See code: [ src/commands/autopilot/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/delete.js ) _
109+ _ See code: [ src/commands/autopilot/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/delete.js ) _
109110
110111## ` twilio autopilot:deploy `
111112
@@ -131,7 +132,7 @@ OPTIONS
131132 --auth-token=auth-token Use a specific auth token for deployment. Uses fields from .env otherwise
132133```
133134
134- _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/deploy.js ) _
135+ _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/deploy.js ) _
135136
136137## ` twilio autopilot:export `
137138
@@ -149,7 +150,7 @@ OPTIONS
149150 --uniqueName=uniqueName assistant uniqueName
150151```
151152
152- _ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/export.js ) _
153+ _ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/export.js ) _
153154
154155## ` twilio autopilot:fields:create `
155156
@@ -174,7 +175,7 @@ OPTIONS
174175 --uniqueName=uniqueName (required) field unique name
175176```
176177
177- _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fields/create.js ) _
178+ _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fields/create.js ) _
178179
179180## ` twilio autopilot:fields:delete `
180181
@@ -197,7 +198,7 @@ OPTIONS
197198 --taskSid=taskSid task sid
198199```
199200
200- _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fields/delete.js ) _
201+ _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fields/delete.js ) _
201202
202203## ` twilio autopilot:fields:list `
203204
@@ -216,7 +217,7 @@ OPTIONS
216217 --taskSid=taskSid task sid
217218```
218219
219- _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fields/list.js ) _
220+ _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fields/list.js ) _
220221
221222## ` twilio autopilot:fieldtypes:create `
222223
@@ -235,7 +236,7 @@ OPTIONS
235236 --uniqueName=uniqueName (required) unique name for the field type
236237```
237238
238- _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fieldtypes/create.js ) _
239+ _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fieldtypes/create.js ) _
239240
240241## ` twilio autopilot:fieldtypes:list `
241242
@@ -253,7 +254,7 @@ OPTIONS
253254 --properties=properties [default: sid, uniqueName] The Autopilot Assistant FieldType List.
254255```
255256
256- _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fieldtypes/list.js ) _
257+ _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fieldtypes/list.js ) _
257258
258259## ` twilio autopilot:fieldtypes:update `
259260
@@ -273,7 +274,7 @@ OPTIONS
273274 --uniqueName=uniqueName field type unique name to update
274275```
275276
276- _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fieldtypes/update.js ) _
277+ _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fieldtypes/update.js ) _
277278
278279## ` twilio autopilot:fieldvalues:upload `
279280
@@ -292,7 +293,7 @@ OPTIONS
292293 --fileName=fileName (required) a CSV file of field values (one on each row with synonyms in columns)
293294```
294295
295- _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/fieldvalues/upload.js ) _
296+ _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/fieldvalues/upload.js ) _
296297
297298## ` twilio autopilot:import [TYPE] `
298299
@@ -321,7 +322,25 @@ DESCRIPTION
321322 -> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
322323```
323324
324- _ See code: [ src/commands/autopilot/import.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14/src/commands/autopilot/import.js ) _
325+ _ See code: [ src/commands/autopilot/import.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15/src/commands/autopilot/import.js ) _
326+
327+ ## ` twilio autopilot:init `
328+
329+ Init autopilot bot template
330+
331+ ```
332+ USAGE
333+ $ twilio autopilot:init
334+
335+ OPTIONS
336+ -l=(debug|info|warn|error|none) [default: info] Level of logging messages.
337+ -o=(columns|json|tsv) [default: columns] Format of command output.
338+ -p, --profile=profile Shorthand identifier for your profile.
339+ -u, --accountSid=accountSid A specific account SID to be used for deployment
340+ --authToken=authToken Use a specific auth token for deployment
341+ ```
342+
343+ _ See code: [ src/commands/autopilot/init.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15/src/commands/autopilot/init.js ) _
325344
326345## ` twilio autopilot:list `
327346
@@ -338,7 +357,7 @@ OPTIONS
338357 --properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant List.
339358```
340359
341- _ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/list.js ) _
360+ _ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/list.js ) _
342361
343362## ` twilio autopilot:modelbuilds:create `
344363
@@ -356,7 +375,7 @@ OPTIONS
356375 -u, --callbackURL=callbackURL URL to get notified of model build status
357376```
358377
359- _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/modelbuilds/create.js ) _
378+ _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/modelbuilds/create.js ) _
360379
361380## ` twilio autopilot:queries:export `
362381
@@ -374,7 +393,7 @@ OPTIONS
374393 -s, --assistantSid=assistantSid (required) assistant that owns the task
375394```
376395
377- _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/queries/export.js ) _
396+ _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/queries/export.js ) _
378397
379398## ` twilio autopilot:samples:upload `
380399
@@ -393,7 +412,7 @@ OPTIONS
393412 --taskSid=taskSid task sid
394413```
395414
396- _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/samples/upload.js ) _
415+ _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/samples/upload.js ) _
397416
398417## ` twilio autopilot:simulate `
399418
@@ -411,7 +430,7 @@ OPTIONS
411430 -t, --text=text (required) User text input
412431```
413432
414- _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/simulate.js ) _
433+ _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/simulate.js ) _
415434
416435## ` twilio autopilot:tasks:create `
417436
@@ -430,7 +449,7 @@ OPTIONS
430449 --uniqueName=uniqueName (required) unique name for task
431450```
432451
433- _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/tasks/create.js ) _
452+ _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/tasks/create.js ) _
434453
435454## ` twilio autopilot:tasks:delete `
436455
@@ -448,7 +467,7 @@ OPTIONS
448467 --taskSid=taskSid task sid
449468```
450469
451- _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/tasks/delete.js ) _
470+ _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/tasks/delete.js ) _
452471
453472## ` twilio autopilot:tasks:list `
454473
@@ -466,7 +485,7 @@ OPTIONS
466485 --properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant Task List.
467486```
468487
469- _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/tasks/list.js ) _
488+ _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/tasks/list.js ) _
470489
471490## ` twilio autopilot:tasks:update `
472491
@@ -486,7 +505,7 @@ OPTIONS
486505 --uniqueName=uniqueName task unique name to update
487506```
488507
489- _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/tasks/update.js ) _
508+ _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/tasks/update.js ) _
490509
491510## ` twilio autopilot:update `
492511
@@ -504,7 +523,7 @@ OPTIONS
504523 --uniqueName=uniqueName assistant uniqueName
505524```
506525
507- _ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/update.js ) _
526+ _ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/update.js ) _
508527
509528## ` twilio autopilot:webhooks:create `
510529
@@ -525,7 +544,7 @@ OPTIONS
525544 -w, --webhookUniqueName=webhookUniqueName (required) unique name for webhook
526545```
527546
528- _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/webhooks/create.js ) _
547+ _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/webhooks/create.js ) _
529548
530549## ` twilio autopilot:webhooks:delete `
531550
@@ -543,7 +562,7 @@ OPTIONS
543562 --webhookSid=webhookSid SID of the webhook to delete
544563```
545564
546- _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/webhooks/delete.js ) _
565+ _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/webhooks/delete.js ) _
547566
548567## ` twilio autopilot:webhooks:list `
549568
@@ -563,7 +582,7 @@ OPTIONS
563582 webhookMethod] The Autopilot Assistant Webhooks List.
564583```
565584
566- _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/webhooks/list.js ) _
585+ _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/webhooks/list.js ) _
567586
568587## ` twilio autopilot:webhooks:update `
569588
@@ -585,7 +604,7 @@ OPTIONS
585604 --webhookSid=webhookSid SID of the webhook to update
586605```
587606
588- _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.14 /src/commands/autopilot/webhooks/update.js ) _
607+ _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.15 /src/commands/autopilot/webhooks/update.js ) _
589608
590609## ` twilio help [COMMAND] `
591610
0 commit comments