diff --git a/README.md b/README.md index 0b6b065..70ad90f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Generate a temporary token for use in a Twilio client-side SDK application * [Requirements](#requirements) * [Usage](#usage) * [Commands](#commands) -* [ Contributing](#contributing) +* [ Contributing](#-contributing) * [License](#license) # Requirements @@ -39,141 +39,144 @@ USAGE ``` USAGE - $ twilio token:capability:client - -OPTIONS - -l=(debug|info|warn|error|none) [default: info] Level of logging messages. - -o=(columns|json|tsv|none) [default: columns] Format of command output. - -p, --profile=profile Shorthand identifier for your profile. - --allow-incoming=true|false [default: true] Allow incoming calls (true/false) (defaults to true) - --identity=identity (required) The user identity - - --push-credential-sid=push-credential-sid The Push Credential SID for receiving incoming call push notifications, - starts with CRXXX - - --silent Suppress output and logs. This is a shorthand for "-l none -o none". - - --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds) - - --voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX + $ twilio token:capability:client --voice-app-sid --identity [-l (debug|info|warn|error|none)] [-o + (columns|json|tsv|none)] [--silent] [-p ] [--allow-incoming true|false] [--push-credential-sid ] + [--ttl ] + +FLAGS + -l=(debug|info|warn|error|none) [default: info] Level of logging messages. + -o=(columns|json|tsv|none) [default: columns] Format of command output. + -p, --profile= Shorthand identifier for your profile. + --allow-incoming=