@@ -108,7 +108,7 @@ OPTIONS
108
108
-s, --schema=schema (required) [default: templates] path to schema file
109
109
```
110
110
111
- _ See code: [ src/commands/autopilot/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/create.js ) _
111
+ _ See code: [ src/commands/autopilot/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/create.js ) _
112
112
113
113
## ` twilio autopilot:delete `
114
114
@@ -124,7 +124,7 @@ OPTIONS
124
124
--unique-name=unique-name assistant unique name
125
125
```
126
126
127
- _ See code: [ src/commands/autopilot/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/delete.js ) _
127
+ _ See code: [ src/commands/autopilot/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/delete.js ) _
128
128
129
129
## ` twilio autopilot:export `
130
130
@@ -140,7 +140,7 @@ OPTIONS
140
140
--unique-name=unique-name assistant unique name
141
141
```
142
142
143
- _ See code: [ src/commands/autopilot/export.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/export.js ) _
143
+ _ See code: [ src/commands/autopilot/export.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/export.js ) _
144
144
145
145
## ` twilio autopilot:list `
146
146
@@ -156,7 +156,7 @@ OPTIONS
156
156
https://www.twilio.com/docs/autopilot/api/assistant#assistant-properties
157
157
```
158
158
159
- _ See code: [ src/commands/autopilot/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/list.js ) _
159
+ _ See code: [ src/commands/autopilot/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/list.js ) _
160
160
161
161
## ` twilio autopilot:update `
162
162
@@ -172,7 +172,7 @@ OPTIONS
172
172
--unique-name=unique-name assistant unique name
173
173
```
174
174
175
- _ See code: [ src/commands/autopilot/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/update.js ) _
175
+ _ See code: [ src/commands/autopilot/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/update.js ) _
176
176
177
177
## ` twilio autopilot:init `
178
178
@@ -190,7 +190,7 @@ OPTIONS
190
190
--url=url the url to the template list or the git repo
191
191
```
192
192
193
- _ See code: [ src/commands/autopilot/init.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/init.js ) _
193
+ _ See code: [ src/commands/autopilot/init.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/init.js ) _
194
194
195
195
## ` twilio autopilot:deploy `
196
196
@@ -210,7 +210,7 @@ OPTIONS
210
210
--override-existing-project Deploys Serverless project to existing service if a naming conflict has been found.
211
211
```
212
212
213
- _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/deploy.js ) _
213
+ _ See code: [ src/commands/autopilot/deploy.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/deploy.js ) _
214
214
215
215
## ` twilio autopilot:fields:create `
216
216
@@ -233,7 +233,7 @@ OPTIONS
233
233
--unique-name=unique-name (required) field unique name
234
234
```
235
235
236
- _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fields/create.js ) _
236
+ _ See code: [ src/commands/autopilot/fields/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fields/create.js ) _
237
237
238
238
## ` twilio autopilot:fields:delete `
239
239
@@ -252,7 +252,7 @@ OPTIONS
252
252
--task-sid=task-sid task sid
253
253
```
254
254
255
- _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fields/delete.js ) _
255
+ _ See code: [ src/commands/autopilot/fields/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fields/delete.js ) _
256
256
257
257
## ` twilio autopilot:fields:list `
258
258
@@ -270,7 +270,7 @@ OPTIONS
270
270
--task-sid=task-sid task sid
271
271
```
272
272
273
- _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fields/list.js ) _
273
+ _ See code: [ src/commands/autopilot/fields/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fields/list.js ) _
274
274
275
275
## ` twilio autopilot:fieldtypes:create `
276
276
@@ -287,7 +287,7 @@ OPTIONS
287
287
--unique-name=unique-name (required) unique name for the field type
288
288
```
289
289
290
- _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fieldtypes/create.js ) _
290
+ _ See code: [ src/commands/autopilot/fieldtypes/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fieldtypes/create.js ) _
291
291
292
292
## ` twilio autopilot:fieldtypes:list `
293
293
@@ -304,7 +304,7 @@ OPTIONS
304
304
https://www.twilio.com/docs/autopilot/api/field-type#fieldtype-properties
305
305
```
306
306
307
- _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fieldtypes/list.js ) _
307
+ _ See code: [ src/commands/autopilot/fieldtypes/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fieldtypes/list.js ) _
308
308
309
309
## ` twilio autopilot:fieldtypes:update `
310
310
@@ -322,7 +322,7 @@ OPTIONS
322
322
--unique-name=unique-name field unique name
323
323
```
324
324
325
- _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fieldtypes/update.js ) _
325
+ _ See code: [ src/commands/autopilot/fieldtypes/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fieldtypes/update.js ) _
326
326
327
327
## ` twilio autopilot:fieldvalues:upload `
328
328
@@ -339,7 +339,7 @@ OPTIONS
339
339
--file-name=file-name (required) a CSV file of field values (one on each row with synonyms in columns)
340
340
```
341
341
342
- _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/fieldvalues/upload.js ) _
342
+ _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/fieldvalues/upload.js ) _
343
343
344
344
## ` twilio autopilot:tasks:create `
345
345
@@ -356,7 +356,7 @@ OPTIONS
356
356
--unique-name=unique-name (required) unique name for task
357
357
```
358
358
359
- _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/tasks/create.js ) _
359
+ _ See code: [ src/commands/autopilot/tasks/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/tasks/create.js ) _
360
360
361
361
## ` twilio autopilot:tasks:delete `
362
362
@@ -372,7 +372,7 @@ OPTIONS
372
372
--task-sid=task-sid task sid
373
373
```
374
374
375
- _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/tasks/delete.js ) _
375
+ _ See code: [ src/commands/autopilot/tasks/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/tasks/delete.js ) _
376
376
377
377
## ` twilio autopilot:tasks:list `
378
378
@@ -389,7 +389,7 @@ OPTIONS
389
389
https://www.twilio.com/docs/autopilot/api/task#task-properties
390
390
```
391
391
392
- _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/tasks/list.js ) _
392
+ _ See code: [ src/commands/autopilot/tasks/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/tasks/list.js ) _
393
393
394
394
## ` twilio autopilot:tasks:update `
395
395
@@ -407,7 +407,7 @@ OPTIONS
407
407
--unique-name=unique-name task unique name to update
408
408
```
409
409
410
- _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/tasks/update.js ) _
410
+ _ See code: [ src/commands/autopilot/tasks/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/tasks/update.js ) _
411
411
412
412
## ` twilio autopilot:samples:upload `
413
413
@@ -424,7 +424,7 @@ OPTIONS
424
424
--task-sid=task-sid task sid
425
425
```
426
426
427
- _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/samples/upload.js ) _
427
+ _ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/samples/upload.js ) _
428
428
429
429
## ` twilio autopilot:import [TYPE] `
430
430
@@ -451,7 +451,7 @@ DESCRIPTION
451
451
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
452
452
```
453
453
454
- _ See code: [ src/commands/autopilot/import.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/import.js ) _
454
+ _ See code: [ src/commands/autopilot/import.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/import.js ) _
455
455
456
456
## ` twilio autopilot:webhooks:create `
457
457
@@ -470,7 +470,7 @@ OPTIONS
470
470
-w, --webhook-unique-name=webhook-unique-name (required) unique name for webhook
471
471
```
472
472
473
- _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/webhooks/create.js ) _
473
+ _ See code: [ src/commands/autopilot/webhooks/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/webhooks/create.js ) _
474
474
475
475
## ` twilio autopilot:webhooks:delete `
476
476
@@ -486,7 +486,7 @@ OPTIONS
486
486
--webhook-sid=webhook-sid SID of the webhook to delete
487
487
```
488
488
489
- _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/webhooks/delete.js ) _
489
+ _ See code: [ src/commands/autopilot/webhooks/delete.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/webhooks/delete.js ) _
490
490
491
491
## ` twilio autopilot:webhooks:list `
492
492
@@ -506,7 +506,7 @@ OPTIONS
506
506
507
507
```
508
508
509
- _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/webhooks/list.js ) _
509
+ _ See code: [ src/commands/autopilot/webhooks/list.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/webhooks/list.js ) _
510
510
511
511
## ` twilio autopilot:webhooks:update `
512
512
@@ -526,7 +526,7 @@ OPTIONS
526
526
--webhook-sid=webhook-sid SID of the webhook to update
527
527
```
528
528
529
- _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/webhooks/update.js ) _
529
+ _ See code: [ src/commands/autopilot/webhooks/update.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/webhooks/update.js ) _
530
530
531
531
## ` twilio autopilot:modelbuilds:create `
532
532
@@ -542,7 +542,7 @@ OPTIONS
542
542
-u, --callbackURL=callbackURL URL to get notified of model build status
543
543
```
544
544
545
- _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/modelbuilds/create.js ) _
545
+ _ See code: [ src/commands/autopilot/modelbuilds/create.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/modelbuilds/create.js ) _
546
546
547
547
## ` twilio autopilot:simulate `
548
548
@@ -558,7 +558,7 @@ OPTIONS
558
558
-t, --text=text (required) User text input
559
559
```
560
560
561
- _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/simulate.js ) _
561
+ _ See code: [ src/commands/autopilot/simulate.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/simulate.js ) _
562
562
563
563
## ` twilio autopilot:queries:export `
564
564
@@ -574,7 +574,7 @@ OPTIONS
574
574
-s, --assistant-sid=assistant-sid (required) assistant sid
575
575
```
576
576
577
- _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.5 /src/commands/autopilot/queries/export.js ) _
577
+ _ See code: [ src/commands/autopilot/queries/export.js] ( https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.6 /src/commands/autopilot/queries/export.js ) _
578
578
579
579
## ` twilio help [COMMAND] `
580
580
0 commit comments