@@ -117,6 +117,8 @@ USAGE
117117 $ twilio autopilot:delete
118118
119119OPTIONS
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
167169OPTIONS
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
459463OPTIONS
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.6/src/commands/autopilot/webhooks/list.js ) _
0 commit comments