Skip to content

Commit bb3981b

Browse files
resolving unmet dependency warning
1 parent c11ef67 commit bb3981b

File tree

2 files changed

+27
-34
lines changed

2 files changed

+27
-34
lines changed

README.md

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

109-
_See code: [src/commands/autopilot/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/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-rc.7/src/commands/autopilot/create.js)_
110110

111111
## `twilio autopilot:delete`
112112

@@ -117,14 +117,12 @@ USAGE
117117
$ twilio autopilot:delete
118118
119119
OPTIONS
120-
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
121-
-o=(columns|json|tsv) [default: columns] Format of command output.
122120
-p, --profile=profile Shorthand identifier for your profile.
123121
-s, --assistant-sid=assistant-sid (required) assistant sid
124122
--unique-name=unique-name assistant unique name
125123
```
126124

127-
_See code: [src/commands/autopilot/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/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-rc.7/src/commands/autopilot/delete.js)_
128126

129127
## `twilio autopilot:export`
130128

@@ -140,7 +138,7 @@ OPTIONS
140138
--unique-name=unique-name assistant unique name
141139
```
142140

143-
_See code: [src/commands/autopilot/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/export.js)_
141+
_See code: [src/commands/autopilot/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/export.js)_
144142

145143
## `twilio autopilot:list`
146144

@@ -156,7 +154,7 @@ OPTIONS
156154
https://www.twilio.com/docs/autopilot/api/assistant#assistant-properties
157155
```
158156

159-
_See code: [src/commands/autopilot/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/list.js)_
157+
_See code: [src/commands/autopilot/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/list.js)_
160158

161159
## `twilio autopilot:update`
162160

@@ -167,14 +165,12 @@ USAGE
167165
$ twilio autopilot:update
168166
169167
OPTIONS
170-
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
171-
-o=(columns|json|tsv) [default: columns] Format of command output.
172168
-p, --profile=profile Shorthand identifier for your profile.
173169
-s, --schema=schema (required) path to schema file to use for the update
174170
--unique-name=unique-name assistant unique name
175171
```
176172

177-
_See code: [src/commands/autopilot/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/update.js)_
173+
_See code: [src/commands/autopilot/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/update.js)_
178174

179175
## `twilio autopilot:fields:create`
180176

@@ -197,7 +193,7 @@ OPTIONS
197193
--unique-name=unique-name (required) field unique name
198194
```
199195

200-
_See code: [src/commands/autopilot/fields/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/fields/create.js)_
196+
_See code: [src/commands/autopilot/fields/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/fields/create.js)_
201197

202198
## `twilio autopilot:fields:delete`
203199

@@ -216,7 +212,7 @@ OPTIONS
216212
--task-sid=task-sid task sid
217213
```
218214

219-
_See code: [src/commands/autopilot/fields/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/fields/delete.js)_
215+
_See code: [src/commands/autopilot/fields/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/fields/delete.js)_
220216

221217
## `twilio autopilot:fields:list`
222218

@@ -234,7 +230,7 @@ OPTIONS
234230
--task-sid=task-sid task sid
235231
```
236232

237-
_See code: [src/commands/autopilot/fields/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/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-rc.7/src/commands/autopilot/fields/list.js)_
238234

239235
## `twilio autopilot:fieldtypes:create`
240236

@@ -251,7 +247,7 @@ OPTIONS
251247
--unique-name=unique-name (required) unique name for the field type
252248
```
253249

254-
_See code: [src/commands/autopilot/fieldtypes/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/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-rc.7/src/commands/autopilot/fieldtypes/create.js)_
255251

256252
## `twilio autopilot:fieldtypes:list`
257253

@@ -268,7 +264,7 @@ OPTIONS
268264
https://www.twilio.com/docs/autopilot/api/field-type#fieldtype-properties
269265
```
270266

271-
_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/fieldtypes/list.js)_
267+
_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/fieldtypes/list.js)_
272268

273269
## `twilio autopilot:fieldtypes:update`
274270

@@ -286,7 +282,7 @@ OPTIONS
286282
--unique-name=unique-name field unique name
287283
```
288284

289-
_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/fieldtypes/update.js)_
285+
_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/fieldtypes/update.js)_
290286

291287
## `twilio autopilot:fieldvalues:upload`
292288

@@ -303,7 +299,7 @@ OPTIONS
303299
--file-name=file-name (required) a CSV file of field values (one on each row with synonyms in columns)
304300
```
305301

306-
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/fieldvalues/upload.js)_
302+
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/fieldvalues/upload.js)_
307303

308304
## `twilio autopilot:tasks:create`
309305

@@ -320,7 +316,7 @@ OPTIONS
320316
--unique-name=unique-name (required) unique name for task
321317
```
322318

323-
_See code: [src/commands/autopilot/tasks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/tasks/create.js)_
319+
_See code: [src/commands/autopilot/tasks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/tasks/create.js)_
324320

325321
## `twilio autopilot:tasks:delete`
326322

@@ -336,7 +332,7 @@ OPTIONS
336332
--task-sid=task-sid task sid
337333
```
338334

339-
_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/tasks/delete.js)_
335+
_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/tasks/delete.js)_
340336

341337
## `twilio autopilot:tasks:list`
342338

@@ -353,7 +349,7 @@ OPTIONS
353349
https://www.twilio.com/docs/autopilot/api/task#task-properties
354350
```
355351

356-
_See code: [src/commands/autopilot/tasks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/tasks/list.js)_
352+
_See code: [src/commands/autopilot/tasks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/tasks/list.js)_
357353

358354
## `twilio autopilot:tasks:update`
359355

@@ -371,7 +367,7 @@ OPTIONS
371367
--unique-name=unique-name task unique name to update
372368
```
373369

374-
_See code: [src/commands/autopilot/tasks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/tasks/update.js)_
370+
_See code: [src/commands/autopilot/tasks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/tasks/update.js)_
375371

376372
## `twilio autopilot:samples:upload`
377373

@@ -388,7 +384,7 @@ OPTIONS
388384
--task-sid=task-sid task sid
389385
```
390386

391-
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/samples/upload.js)_
387+
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/samples/upload.js)_
392388

393389
## `twilio autopilot:import [TYPE]`
394390

@@ -415,7 +411,7 @@ DESCRIPTION
415411
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
416412
```
417413

418-
_See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/import.js)_
414+
_See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/import.js)_
419415

420416
## `twilio autopilot:webhooks:create`
421417

@@ -434,7 +430,7 @@ OPTIONS
434430
-w, --webhook-unique-name=webhook-unique-name (required) unique name for webhook
435431
```
436432

437-
_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/webhooks/create.js)_
433+
_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/webhooks/create.js)_
438434

439435
## `twilio autopilot:webhooks:delete`
440436

@@ -450,7 +446,7 @@ OPTIONS
450446
--webhook-sid=webhook-sid SID of the webhook to delete
451447
```
452448

453-
_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/webhooks/delete.js)_
449+
_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/webhooks/delete.js)_
454450

455451
## `twilio autopilot:webhooks:list`
456452

@@ -461,19 +457,16 @@ USAGE
461457
$ twilio autopilot:webhooks:list
462458
463459
OPTIONS
464-
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
465-
-o=(columns|json|tsv) [default: columns] Format of command output.
466460
-p, --profile=profile Shorthand identifier for your profile.
467461
-s, --assistant-sid=assistant-sid (required) assistant sid
468462
469463
--properties=properties [default: sid, uniqueName, webhookUrl, events, dateCreated, dateUpdated,
470464
webhookMethod] webhook properties to list -
471465
https://www.twilio.com/docs/autopilot/api/event-webhooks#webhook-properties
472466
473-
474467
```
475468

476-
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/webhooks/list.js)_
469+
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/webhooks/list.js)_
477470

478471
## `twilio autopilot:webhooks:update`
479472

@@ -493,7 +486,7 @@ OPTIONS
493486
--webhook-sid=webhook-sid SID of the webhook to update
494487
```
495488

496-
_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/webhooks/update.js)_
489+
_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/webhooks/update.js)_
497490

498491
## `twilio autopilot:modelbuilds:create`
499492

@@ -509,7 +502,7 @@ OPTIONS
509502
-u, --callbackURL=callbackURL URL to get notified of model build status
510503
```
511504

512-
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/modelbuilds/create.js)_
505+
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/modelbuilds/create.js)_
513506

514507
## `twilio autopilot:simulate`
515508

@@ -525,7 +518,7 @@ OPTIONS
525518
-t, --text=text (required) User text input
526519
```
527520

528-
_See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/simulate.js)_
521+
_See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/simulate.js)_
529522

530523
## `twilio autopilot:queries:export`
531524

@@ -541,7 +534,7 @@ OPTIONS
541534
-s, --assistant-sid=assistant-sid (required) assistant sid
542535
```
543536

544-
_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.6/src/commands/autopilot/queries/export.js)_
537+
_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.7/src/commands/autopilot/queries/export.js)_
545538

546539
## `twilio help [COMMAND]`
547540

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@dabblelab/plugin-autopilot",
33
"description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant",
4-
"version": "1.0.0-rc.6",
4+
"version": "1.0.0-rc.7",
55
"author": "Steve Tingiris",
66
"bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues",
77
"dependencies": {
88
"@dabblelab/autopilot-core": "^1.0.0-beta.12",
99
"@oclif/command": "^1.5.19",
1010
"@oclif/config": "^1.13.3",
11+
"@oclif/plugin-help": "^2.2.3",
1112
"@twilio/cli-core": "^4.4.0",
1213
"csv-parse": "^4.8.2",
1314
"extract-zip": "^1.6.7",
@@ -23,7 +24,6 @@
2324
"devDependencies": {
2425
"@oclif/dev-cli": "^1.22.2",
2526
"@oclif/test": "^1.2.5",
26-
"@oclif/plugin-help": "^2.2.3",
2727
"chai": "^4.2.0",
2828
"eslint": "^5.16.0",
2929
"eslint-config-oclif": "^3.1.0",

0 commit comments

Comments
 (0)