Skip to content

Commit f95eee0

Browse files
fix tag mismatch with commands url
1 parent 33d2fd4 commit f95eee0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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.15/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.16/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.15/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.16/src/commands/autopilot/delete.js)_
110110

111111
## `twilio autopilot:deploy`
112112

@@ -132,7 +132,7 @@ OPTIONS
132132
--auth-token=auth-token Use a specific auth token for deployment. Uses fields from .env otherwise
133133
```
134134

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)_
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)_
136136

137137
## `twilio autopilot:export`
138138

@@ -150,7 +150,7 @@ OPTIONS
150150
--uniqueName=uniqueName assistant uniqueName
151151
```
152152

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)_
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)_
154154

155155
## `twilio autopilot:fields:create`
156156

@@ -175,7 +175,7 @@ OPTIONS
175175
--uniqueName=uniqueName (required) field unique name
176176
```
177177

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)_
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)_
179179

180180
## `twilio autopilot:fields:delete`
181181

@@ -198,7 +198,7 @@ OPTIONS
198198
--taskSid=taskSid task sid
199199
```
200200

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)_
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)_
202202

203203
## `twilio autopilot:fields:list`
204204

@@ -217,7 +217,7 @@ OPTIONS
217217
--taskSid=taskSid task sid
218218
```
219219

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)_
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)_
221221

222222
## `twilio autopilot:fieldtypes:create`
223223

@@ -236,7 +236,7 @@ OPTIONS
236236
--uniqueName=uniqueName (required) unique name for the field type
237237
```
238238

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)_
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)_
240240

241241
## `twilio autopilot:fieldtypes:list`
242242

@@ -254,7 +254,7 @@ OPTIONS
254254
--properties=properties [default: sid, uniqueName] The Autopilot Assistant FieldType List.
255255
```
256256

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)_
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)_
258258

259259
## `twilio autopilot:fieldtypes:update`
260260

@@ -274,7 +274,7 @@ OPTIONS
274274
--uniqueName=uniqueName field type unique name to update
275275
```
276276

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)_
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)_
278278

279279
## `twilio autopilot:fieldvalues:upload`
280280

@@ -293,7 +293,7 @@ OPTIONS
293293
--fileName=fileName (required) a CSV file of field values (one on each row with synonyms in columns)
294294
```
295295

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)_
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)_
297297

298298
## `twilio autopilot:import [TYPE]`
299299

@@ -322,7 +322,7 @@ DESCRIPTION
322322
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
323323
```
324324

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)_
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)_
326326

327327
## `twilio autopilot:init`
328328

@@ -340,7 +340,7 @@ OPTIONS
340340
--authToken=authToken Use a specific auth token for deployment
341341
```
342342

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)_
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)_
344344

345345
## `twilio autopilot:list`
346346

@@ -357,7 +357,7 @@ OPTIONS
357357
--properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant List.
358358
```
359359

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)_
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)_
361361

362362
## `twilio autopilot:modelbuilds:create`
363363

@@ -375,7 +375,7 @@ OPTIONS
375375
-u, --callbackURL=callbackURL URL to get notified of model build status
376376
```
377377

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)_
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)_
379379

380380
## `twilio autopilot:queries:export`
381381

@@ -393,7 +393,7 @@ OPTIONS
393393
-s, --assistantSid=assistantSid (required) assistant that owns the task
394394
```
395395

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)_
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)_
397397

398398
## `twilio autopilot:samples:upload`
399399

@@ -412,7 +412,7 @@ OPTIONS
412412
--taskSid=taskSid task sid
413413
```
414414

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)_
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)_
416416

417417
## `twilio autopilot:simulate`
418418

@@ -430,7 +430,7 @@ OPTIONS
430430
-t, --text=text (required) User text input
431431
```
432432

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)_
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)_
434434

435435
## `twilio autopilot:tasks:create`
436436

@@ -449,7 +449,7 @@ OPTIONS
449449
--uniqueName=uniqueName (required) unique name for task
450450
```
451451

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)_
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)_
453453

454454
## `twilio autopilot:tasks:delete`
455455

@@ -467,7 +467,7 @@ OPTIONS
467467
--taskSid=taskSid task sid
468468
```
469469

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)_
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)_
471471

472472
## `twilio autopilot:tasks:list`
473473

@@ -485,7 +485,7 @@ OPTIONS
485485
--properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant Task List.
486486
```
487487

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)_
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)_
489489

490490
## `twilio autopilot:tasks:update`
491491

@@ -505,7 +505,7 @@ OPTIONS
505505
--uniqueName=uniqueName task unique name to update
506506
```
507507

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)_
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)_
509509

510510
## `twilio autopilot:update`
511511

@@ -523,7 +523,7 @@ OPTIONS
523523
--uniqueName=uniqueName assistant uniqueName
524524
```
525525

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)_
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)_
527527

528528
## `twilio autopilot:webhooks:create`
529529

@@ -544,7 +544,7 @@ OPTIONS
544544
-w, --webhookUniqueName=webhookUniqueName (required) unique name for webhook
545545
```
546546

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)_
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)_
548548

549549
## `twilio autopilot:webhooks:delete`
550550

@@ -562,7 +562,7 @@ OPTIONS
562562
--webhookSid=webhookSid SID of the webhook to delete
563563
```
564564

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)_
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)_
566566

567567
## `twilio autopilot:webhooks:list`
568568

@@ -582,7 +582,7 @@ OPTIONS
582582
webhookMethod] The Autopilot Assistant Webhooks List.
583583
```
584584

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)_
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)_
586586

587587
## `twilio autopilot:webhooks:update`
588588

@@ -604,7 +604,7 @@ OPTIONS
604604
--webhookSid=webhookSid SID of the webhook to update
605605
```
606606

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)_
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)_
608608

609609
## `twilio help [COMMAND]`
610610

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dabblelab/plugin-autopilot",
33
"description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant",
4-
"version": "1.0.0-beta.15",
4+
"version": "1.0.0-beta.16",
55
"author": "Steve Tingiris",
66
"bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)