Skip to content

Commit 89aed9c

Browse files
remove duplicate commands instruction from readme
1 parent a71ac16 commit 89aed9c

File tree

2 files changed

+26
-123
lines changed

2 files changed

+26
-123
lines changed

README.md

Lines changed: 25 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ OPTIONS
106106
-s, --schema=schema (required) [default: templates] schema path
107107
```
108108

109-
_See code: [src/commands/autopilot/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/create.js)_
109+
_See code: [src/commands/autopilot/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/create.js)_
110110

111111
## `twilio autopilot:delete`
112112

@@ -122,7 +122,7 @@ OPTIONS
122122
--unique-name=unique-name assistant unique name
123123
```
124124

125-
_See code: [src/commands/autopilot/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/delete.js)_
125+
_See code: [src/commands/autopilot/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/delete.js)_
126126

127127
## `twilio autopilot:export`
128128

@@ -138,11 +138,7 @@ OPTIONS
138138
--unique-name=unique-name assistant unique name
139139
```
140140

141-
<<<<<<< HEAD
142-
_See code: [src/commands/autopilot/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/export.js)_
143-
=======
144-
_See code: [src/commands/autopilot/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/export.js)_
145-
>>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
141+
_See code: [src/commands/autopilot/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/export.js)_
146142

147143
## `twilio autopilot:list`
148144

@@ -157,11 +153,7 @@ OPTIONS
157153
--properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant List
158154
```
159155

160-
<<<<<<< HEAD
161-
_See code: [src/commands/autopilot/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/list.js)_
162-
=======
163-
_See code: [src/commands/autopilot/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/list.js)_
164-
>>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
156+
_See code: [src/commands/autopilot/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/list.js)_
165157

166158
## `twilio autopilot:update`
167159

@@ -177,11 +169,7 @@ OPTIONS
177169
--unique-name=unique-name assistant unique name
178170
```
179171

180-
<<<<<<< HEAD
181-
_See code: [src/commands/autopilot/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/update.js)_
182-
=======
183-
_See code: [src/commands/autopilot/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/update.js)_
184-
>>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
172+
_See code: [src/commands/autopilot/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/update.js)_
185173

186174
## `twilio autopilot:fields:create`
187175

@@ -204,7 +192,7 @@ OPTIONS
204192
--unique-name=unique-name (required) field unique name
205193
```
206194

207-
_See code: [src/commands/autopilot/fields/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fields/create.js)_
195+
_See code: [src/commands/autopilot/fields/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fields/create.js)_
208196

209197
## `twilio autopilot:fields:delete`
210198

@@ -225,7 +213,7 @@ OPTIONS
225213
--task-sid=task-sid task sid
226214
```
227215

228-
_See code: [src/commands/autopilot/fields/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fields/delete.js)_
216+
_See code: [src/commands/autopilot/fields/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fields/delete.js)_
229217

230218
## `twilio autopilot:fields:list`
231219

@@ -242,7 +230,7 @@ OPTIONS
242230
--task-sid=task-sid task sid
243231
```
244232

245-
_See code: [src/commands/autopilot/fields/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fields/list.js)_
233+
_See code: [src/commands/autopilot/fields/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fields/list.js)_
246234

247235
## `twilio autopilot:fieldtypes:create`
248236

@@ -259,7 +247,7 @@ OPTIONS
259247
--unique-name=unique-name (required) unique name for the field type
260248
```
261249

262-
_See code: [src/commands/autopilot/fieldtypes/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fieldtypes/create.js)_
250+
_See code: [src/commands/autopilot/fieldtypes/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fieldtypes/create.js)_
263251

264252
## `twilio autopilot:fieldtypes:list`
265253

@@ -275,7 +263,7 @@ OPTIONS
275263
--properties=properties [default: sid, uniqueName] The Autopilot Assistant FieldType List
276264
```
277265

278-
_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fieldtypes/list.js)_
266+
_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fieldtypes/list.js)_
279267

280268
## `twilio autopilot:fieldtypes:update`
281269

@@ -293,7 +281,7 @@ OPTIONS
293281
--unique-name=unique-name field unique name
294282
```
295283

296-
_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fieldtypes/update.js)_
284+
_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fieldtypes/update.js)_
297285

298286
## `twilio autopilot:fieldvalues:upload`
299287

@@ -310,11 +298,7 @@ OPTIONS
310298
--file-name=file-name (required) a CSV file of field values (one on each row with synonyms in columns)
311299
```
312300

313-
<<<<<<< HEAD
314-
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fieldvalues/upload.js)_
315-
=======
316-
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/fieldvalues/upload.js)_
317-
>>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
301+
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/fieldvalues/upload.js)_
318302

319303
## `twilio autopilot:tasks:create`
320304

@@ -331,7 +315,7 @@ OPTIONS
331315
--unique-name=unique-name (required) unique name for task
332316
```
333317

334-
_See code: [src/commands/autopilot/tasks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/tasks/create.js)_
318+
_See code: [src/commands/autopilot/tasks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/tasks/create.js)_
335319

336320
## `twilio autopilot:tasks:delete`
337321

@@ -347,7 +331,7 @@ OPTIONS
347331
--task-sid=task-sid task sid
348332
```
349333

350-
_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/tasks/delete.js)_
334+
_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/tasks/delete.js)_
351335

352336
## `twilio autopilot:tasks:list`
353337

@@ -363,7 +347,7 @@ OPTIONS
363347
--properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant Task List
364348
```
365349

366-
_See code: [src/commands/autopilot/tasks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/tasks/list.js)_
350+
_See code: [src/commands/autopilot/tasks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/tasks/list.js)_
367351

368352
## `twilio autopilot:tasks:update`
369353

@@ -381,7 +365,7 @@ OPTIONS
381365
--unique-name=unique-name task unique name to update
382366
```
383367

384-
_See code: [src/commands/autopilot/tasks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/tasks/update.js)_
368+
_See code: [src/commands/autopilot/tasks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/tasks/update.js)_
385369

386370
## `twilio autopilot:samples:upload`
387371

@@ -396,10 +380,9 @@ OPTIONS
396380
-s, --assistant-sid=assistant-sid (required) assistant that owns the task
397381
--file-name=file-name (required) a CSV file of samples
398382
--task-sid=task-sid task sid
399-
<<<<<<< HEAD
400383
```
401384

402-
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/samples/upload.js)_
385+
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/samples/upload.js)_
403386

404387
## `twilio autopilot:import [TYPE]`
405388

@@ -426,39 +409,7 @@ DESCRIPTION
426409
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
427410
```
428411

429-
_See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/import.js)_
430-
=======
431-
```
432-
433-
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/samples/upload.js)_
434-
435-
## `twilio autopilot:import [TYPE]`
436-
437-
Import a DialogFlow Agent/Alexa Interaction Model
438-
439-
```
440-
USAGE
441-
$ twilio autopilot:import [TYPE]
442-
443-
ARGUMENTS
444-
TYPE (dialogflow|alexa) [default: dialogflow] Type of import DialogFlow/Alexa
445-
446-
OPTIONS
447-
-a, --dfagent=dfagent Dialogflow Agent Name
448-
-b, --dfbackup=dfbackup Dialogflow Agent Backup Zip File Local Path
449-
-m, --model=model Alexa Interaction Model File Path
450-
-p, --profile=profile Shorthand identifier for your profile.
451-
452-
-r, --redirectURL=redirectURL [default: https://inquisitive-stretch-2083.twil.io/generic] Alexa Back-End Hanlder URL
453-
to send back the response
454-
455-
DESCRIPTION
456-
-> twilio autopilot:import dialogflow --dfbackup <dialogflow-backup-zip-file> --dfagent <dialogflow-agent-name>
457-
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
458-
```
459-
460-
_See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/import.js)_
461-
>>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
412+
_See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/import.js)_
462413

463414
## `twilio autopilot:webhooks:create`
464415

@@ -477,7 +428,7 @@ OPTIONS
477428
-w, --webhook-unique-name=webhook-unique-name (required) unique name for webhook
478429
```
479430

480-
_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/webhooks/create.js)_
431+
_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/webhooks/create.js)_
481432

482433
## `twilio autopilot:webhooks:delete`
483434

@@ -493,7 +444,7 @@ OPTIONS
493444
--webhook-sid=webhook-sid SID of the webhook to delete
494445
```
495446

496-
_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/webhooks/delete.js)_
447+
_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/webhooks/delete.js)_
497448

498449
## `twilio autopilot:webhooks:list`
499450

@@ -511,7 +462,7 @@ OPTIONS
511462
webhookMethod] The Autopilot Assistant Webhooks List
512463
```
513464

514-
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/webhooks/list.js)_
465+
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/webhooks/list.js)_
515466

516467
## `twilio autopilot:webhooks:update`
517468

@@ -531,55 +482,7 @@ OPTIONS
531482
--webhook-sid=webhook-sid SID of the webhook to update
532483
```
533484

534-
_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/webhooks/update.js)_
535-
536-
## `twilio autopilot:modelbuilds:create`
537-
538-
Create Model Builds
539-
540-
```
541-
USAGE
542-
$ twilio autopilot:modelbuilds:create
543-
544-
OPTIONS
545-
-p, --profile=profile Shorthand identifier for your profile.
546-
-s, --assistant-sid=assistant-sid (required) assistant that owns the task
547-
-u, --callbackURL=callbackURL URL to get notified of model build status
548-
```
549-
550-
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/modelbuilds/create.js)_
551-
552-
## `twilio autopilot:simulate`
553-
554-
Simulate an assistant
555-
556-
```
557-
USAGE
558-
$ twilio autopilot:simulate
559-
560-
OPTIONS
561-
-p, --profile=profile Shorthand identifier for your profile.
562-
-s, --assistant-sid=assistant-sid (required) assistant sid
563-
-t, --text=text (required) User text input
564-
```
565-
566-
_See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/simulate.js)_
567-
568-
## `twilio autopilot:queries:export`
569-
570-
Export queries of an assistant
571-
572-
```
573-
USAGE
574-
$ twilio autopilot:queries:export
575-
576-
OPTIONS
577-
-p, --profile=profile Shorthand identifier for your profile.
578-
-q, --quantity=quantity (required) number of queries to retrieve
579-
-s, --assistant-sid=assistant-sid (required) assistant that owns the task
580-
```
581-
582-
_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/queries/export.js)_
485+
_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/webhooks/update.js)_
583486

584487
## `twilio autopilot:modelbuilds:create`
585488

@@ -595,7 +498,7 @@ OPTIONS
595498
-u, --callbackURL=callbackURL URL to get notified of model build status
596499
```
597500

598-
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/modelbuilds/create.js)_
501+
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/modelbuilds/create.js)_
599502

600503
## `twilio autopilot:simulate`
601504

@@ -611,7 +514,7 @@ OPTIONS
611514
-t, --text=text (required) User text input
612515
```
613516

614-
_See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/simulate.js)_
517+
_See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/simulate.js)_
615518

616519
## `twilio autopilot:queries:export`
617520

@@ -627,7 +530,7 @@ OPTIONS
627530
-s, --assistant-sid=assistant-sid (required) assistant that owns the task
628531
```
629532

630-
_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/queries/export.js)_
533+
_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.20/src/commands/autopilot/queries/export.js)_
631534

632535
## `twilio help [COMMAND]`
633536

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.19",
4+
"version": "1.0.0-beta.20",
55
"author": "Steve Tingiris",
66
"bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)