3030* [ ` twilio token:capability:client ` ] ( #twilio-tokencapabilityclient )
3131* [ ` twilio token:capability:worker ` ] ( #twilio-tokencapabilityworker )
3232* [ ` twilio token:chat ` ] ( #twilio-tokenchat )
33- * [ ` twilio token:sync ` ] ( #twilio-tokensync )
3433* [ ` twilio token:flex ` ] ( #twilio-tokenflex )
34+ * [ ` twilio token:sync ` ] ( #twilio-tokensync )
3535* [ ` twilio token:video ` ] ( #twilio-tokenvideo )
3636* [ ` twilio token:voice ` ] ( #twilio-tokenvoice )
3737
@@ -56,7 +56,7 @@ OPTIONS
5656 --voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
5757```
5858
59- _ See code: [ src/commands/token/capability/client.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4 /src/commands/token/capability/client.js ) _
59+ _ See code: [ src/commands/token/capability/client.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0 /src/commands/token/capability/client.js ) _
6060
6161## ` twilio token:capability:worker `
6262
@@ -73,7 +73,7 @@ OPTIONS
7373 --workspace-sid=workspace-sid (required) The Workspace SID for this token
7474```
7575
76- _ See code: [ src/commands/token/capability/worker.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4 /src/commands/token/capability/worker.js ) _
76+ _ See code: [ src/commands/token/capability/worker.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0 /src/commands/token/capability/worker.js ) _
7777
7878## ` twilio token:chat `
7979
@@ -90,24 +90,7 @@ OPTIONS
9090 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
9191```
9292
93- _ See code: [ src/commands/token/chat.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4/src/commands/token/chat.js ) _
94-
95- ## ` twilio token:sync `
96-
97- ```
98- USAGE
99- $ twilio token:sync
100-
101- OPTIONS
102- -l=(debug|info|warn|error|none) [default: info] Level of logging messages.
103- -o=(columns|json|tsv) [default: columns] Format of command output.
104- -p, --profile=profile Shorthand identifier for your profile.
105- --sync-service-sid=sync-service-sid (required) The service SID for the Sync, starts with ISXXX
106- --identity=identity (required) The user identity
107- --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
108- ```
109-
110- _ See code: [ src/commands/token/sync.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.5/src/commands/token/sync.js ) _
93+ _ See code: [ src/commands/token/chat.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/chat.js ) _
11194
11295## ` twilio token:flex `
11396
@@ -124,7 +107,24 @@ OPTIONS
124107 --workspace-sid=workspace-sid (required) The Workspace SID for this token
125108```
126109
127- _ See code: [ src/commands/token/flex.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4/src/commands/token/flex.js ) _
110+ _ See code: [ src/commands/token/flex.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/flex.js ) _
111+
112+ ## ` twilio token:sync `
113+
114+ ```
115+ USAGE
116+ $ twilio token:sync
117+
118+ OPTIONS
119+ -l=(debug|info|warn|error|none) [default: info] Level of logging messages.
120+ -o=(columns|json|tsv) [default: columns] Format of command output.
121+ -p, --profile=profile Shorthand identifier for your profile.
122+ --identity=identity (required) The user identity
123+ --sync-service-sid=sync-service-sid (required) The service SID for the Sync, starts with ISXXX
124+ --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
125+ ```
126+
127+ _ See code: [ src/commands/token/sync.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/sync.js ) _
128128
129129## ` twilio token:video `
130130
@@ -141,7 +141,7 @@ OPTIONS
141141 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
142142```
143143
144- _ See code: [ src/commands/token/video.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4 /src/commands/token/video.js ) _
144+ _ See code: [ src/commands/token/video.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0 /src/commands/token/video.js ) _
145145
146146## ` twilio token:voice `
147147
@@ -164,7 +164,7 @@ OPTIONS
164164 --voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
165165```
166166
167- _ See code: [ src/commands/token/voice.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.1.4 /src/commands/token/voice.js ) _
167+ _ See code: [ src/commands/token/voice.js] ( https://github.com/twilio-labs/plugin-token/blob/v3.2.0 /src/commands/token/voice.js ) _
168168<!-- commandsstop -->
169169# Contributing
170170
0 commit comments