Skip to content

Commit 5eeced3

Browse files
committed
3.2.0
1 parent 9276fe1 commit 5eeced3

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ USAGE
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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-token",
33
"description": "Generate a temporary token for use in test applications",
4-
"version": "3.1.4",
4+
"version": "3.2.0",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {

0 commit comments

Comments
 (0)