@@ -88,7 +88,7 @@ OPTIONS
8888 -s, --schema=schema (required) [default: templates] schema path
8989```
9090
91- _ See code: [ src/commands/autopilot/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /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.17 /src/commands/autopilot/create.js ) _
9292
9393## ` twilio autopilot:delete `
9494
@@ -106,7 +106,7 @@ OPTIONS
106106 --uniqueName=uniqueName assistant uniqueName
107107```
108108
109- _ See code: [ src/commands/autopilot/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /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.17 /src/commands/autopilot/delete.js ) _
110110
111111## ` twilio autopilot:deploy `
112112
@@ -130,9 +130,11 @@ OPTIONS
130130 -u, --account-sid=account-sid A specific account SID to be used for deployment. Uses fields in .env otherwise
131131
132132 --auth-token=auth-token Use a specific auth token for deployment. Uses fields from .env otherwise
133+
134+ --override-existing-project Deploys Serverless project to existing service if a naming conflict has been found.
133135```
134136
135- _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/deploy.js ) _
137+ _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/deploy.js ) _
136138
137139## ` twilio autopilot:export `
138140
@@ -150,7 +152,7 @@ OPTIONS
150152 --uniqueName=uniqueName assistant uniqueName
151153```
152154
153- _ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/export.js ) _
155+ _ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/export.js ) _
154156
155157## ` twilio autopilot:fields:create `
156158
@@ -175,7 +177,7 @@ OPTIONS
175177 --uniqueName=uniqueName (required) field unique name
176178```
177179
178- _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fields/create.js ) _
180+ _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fields/create.js ) _
179181
180182## ` twilio autopilot:fields:delete `
181183
@@ -198,7 +200,7 @@ OPTIONS
198200 --taskSid=taskSid task sid
199201```
200202
201- _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fields/delete.js ) _
203+ _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fields/delete.js ) _
202204
203205## ` twilio autopilot:fields:list `
204206
@@ -217,7 +219,7 @@ OPTIONS
217219 --taskSid=taskSid task sid
218220```
219221
220- _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fields/list.js ) _
222+ _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fields/list.js ) _
221223
222224## ` twilio autopilot:fieldtypes:create `
223225
@@ -236,7 +238,7 @@ OPTIONS
236238 --uniqueName=uniqueName (required) unique name for the field type
237239```
238240
239- _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fieldtypes/create.js ) _
241+ _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fieldtypes/create.js ) _
240242
241243## ` twilio autopilot:fieldtypes:list `
242244
@@ -254,7 +256,7 @@ OPTIONS
254256 --properties=properties [default: sid, uniqueName] The Autopilot Assistant FieldType List.
255257```
256258
257- _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fieldtypes/list.js ) _
259+ _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fieldtypes/list.js ) _
258260
259261## ` twilio autopilot:fieldtypes:update `
260262
@@ -274,7 +276,7 @@ OPTIONS
274276 --uniqueName=uniqueName field type unique name to update
275277```
276278
277- _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fieldtypes/update.js ) _
279+ _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fieldtypes/update.js ) _
278280
279281## ` twilio autopilot:fieldvalues:upload `
280282
@@ -293,7 +295,7 @@ OPTIONS
293295 --fileName=fileName (required) a CSV file of field values (one on each row with synonyms in columns)
294296```
295297
296- _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/fieldvalues/upload.js ) _
298+ _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/fieldvalues/upload.js ) _
297299
298300## ` twilio autopilot:import [TYPE] `
299301
@@ -322,7 +324,7 @@ DESCRIPTION
322324 -> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
323325```
324326
325- _ See code: [ src/commands/autopilot/import.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/import.js ) _
327+ _ See code: [ src/commands/autopilot/import.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/import.js ) _
326328
327329## ` twilio autopilot:init `
328330
@@ -336,11 +338,11 @@ OPTIONS
336338 -l=(debug|info|warn|error|none) [default: info] Level of logging messages.
337339 -o=(columns|json|tsv) [default: columns] Format of command output.
338340 -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+ -u, --account-sid=account-sid A specific account SID to be used for deployment. Uses fields in .env otherwise
342+ --auth-token=auth-token Use a specific auth token for deployment. Uses fields from .env otherwise
341343```
342344
343- _ See code: [ src/commands/autopilot/init.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/init.js ) _
345+ _ See code: [ src/commands/autopilot/init.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/init.js ) _
344346
345347## ` twilio autopilot:list `
346348
@@ -357,7 +359,7 @@ OPTIONS
357359 --properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant List.
358360```
359361
360- _ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/list.js ) _
362+ _ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/list.js ) _
361363
362364## ` twilio autopilot:modelbuilds:create `
363365
@@ -375,7 +377,7 @@ OPTIONS
375377 -u, --callbackURL=callbackURL URL to get notified of model build status
376378```
377379
378- _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/modelbuilds/create.js ) _
380+ _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/modelbuilds/create.js ) _
379381
380382## ` twilio autopilot:queries:export `
381383
@@ -393,7 +395,7 @@ OPTIONS
393395 -s, --assistantSid=assistantSid (required) assistant that owns the task
394396```
395397
396- _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/queries/export.js ) _
398+ _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/queries/export.js ) _
397399
398400## ` twilio autopilot:samples:upload `
399401
@@ -412,7 +414,7 @@ OPTIONS
412414 --taskSid=taskSid task sid
413415```
414416
415- _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/samples/upload.js ) _
417+ _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/samples/upload.js ) _
416418
417419## ` twilio autopilot:simulate `
418420
@@ -430,7 +432,7 @@ OPTIONS
430432 -t, --text=text (required) User text input
431433```
432434
433- _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/simulate.js ) _
435+ _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/simulate.js ) _
434436
435437## ` twilio autopilot:tasks:create `
436438
@@ -449,7 +451,7 @@ OPTIONS
449451 --uniqueName=uniqueName (required) unique name for task
450452```
451453
452- _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/tasks/create.js ) _
454+ _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/tasks/create.js ) _
453455
454456## ` twilio autopilot:tasks:delete `
455457
@@ -467,7 +469,7 @@ OPTIONS
467469 --taskSid=taskSid task sid
468470```
469471
470- _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/tasks/delete.js ) _
472+ _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/tasks/delete.js ) _
471473
472474## ` twilio autopilot:tasks:list `
473475
@@ -485,7 +487,7 @@ OPTIONS
485487 --properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant Task List.
486488```
487489
488- _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/tasks/list.js ) _
490+ _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/tasks/list.js ) _
489491
490492## ` twilio autopilot:tasks:update `
491493
@@ -505,7 +507,7 @@ OPTIONS
505507 --uniqueName=uniqueName task unique name to update
506508```
507509
508- _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/tasks/update.js ) _
510+ _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/tasks/update.js ) _
509511
510512## ` twilio autopilot:update `
511513
@@ -523,7 +525,7 @@ OPTIONS
523525 --uniqueName=uniqueName assistant uniqueName
524526```
525527
526- _ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/update.js ) _
528+ _ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/update.js ) _
527529
528530## ` twilio autopilot:webhooks:create `
529531
@@ -544,7 +546,7 @@ OPTIONS
544546 -w, --webhookUniqueName=webhookUniqueName (required) unique name for webhook
545547```
546548
547- _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/webhooks/create.js ) _
549+ _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/webhooks/create.js ) _
548550
549551## ` twilio autopilot:webhooks:delete `
550552
@@ -562,7 +564,7 @@ OPTIONS
562564 --webhookSid=webhookSid SID of the webhook to delete
563565```
564566
565- _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/webhooks/delete.js ) _
567+ _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/webhooks/delete.js ) _
566568
567569## ` twilio autopilot:webhooks:list `
568570
@@ -582,7 +584,7 @@ OPTIONS
582584 webhookMethod] The Autopilot Assistant Webhooks List.
583585```
584586
585- _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/webhooks/list.js ) _
587+ _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/webhooks/list.js ) _
586588
587589## ` twilio autopilot:webhooks:update `
588590
@@ -604,7 +606,7 @@ OPTIONS
604606 --webhookSid=webhookSid SID of the webhook to update
605607```
606608
607- _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.16 /src/commands/autopilot/webhooks/update.js ) _
609+ _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.17 /src/commands/autopilot/webhooks/update.js ) _
608610
609611## ` twilio help [COMMAND] `
610612
0 commit comments