Skip to content

Commit 9b044b5

Browse files
authored
Merge pull request #18 from manuelf18/16-typo-uniqueName-should-be-unique-name-in-description
changed description name to unique name
2 parents a6a86c0 + d35a785 commit 9b044b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ 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.
120122
-p, --profile=profile Shorthand identifier for your profile.
121123
-s, --assistant-sid=assistant-sid (required) assistant sid
122124
--unique-name=unique-name assistant unique name
@@ -165,6 +167,8 @@ USAGE
165167
$ twilio autopilot:update
166168
167169
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.
168172
-p, --profile=profile Shorthand identifier for your profile.
169173
-s, --schema=schema (required) path to schema file to use for the update
170174
--unique-name=unique-name assistant unique name
@@ -457,13 +461,16 @@ USAGE
457461
$ twilio autopilot:webhooks:list
458462
459463
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.
460466
-p, --profile=profile Shorthand identifier for your profile.
461467
-s, --assistant-sid=assistant-sid (required) assistant sid
462468
463469
--properties=properties [default: sid, uniqueName, webhookUrl, events, dateCreated, dateUpdated,
464470
webhookMethod] webhook properties to list -
465471
https://www.twilio.com/docs/autopilot/api/event-webhooks#webhook-properties
466472
473+
467474
```
468475

469476
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-rc.5/src/commands/autopilot/webhooks/list.js)_

0 commit comments

Comments
 (0)