@@ -43,14 +43,16 @@ USAGE
43
43
44
44
OPTIONS
45
45
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
46
- -o=(columns|json|tsv) [default: columns] Format of command output.
46
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
47
47
-p, --profile=profile Shorthand identifier for your profile.
48
48
--allow-incoming=true|false [default: true] Allow incoming calls (true/false) (defaults to true)
49
49
--identity=identity (required) The user identity
50
50
51
51
--push-credential-sid=push-credential-sid The Push Credential SID for receiving incoming call push notifications,
52
52
starts with CRXXX
53
53
54
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
55
+
54
56
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
55
57
56
58
--voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
66
68
67
69
OPTIONS
68
70
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
69
- -o=(columns|json|tsv) [default: columns] Format of command output.
71
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
70
72
-p, --profile=profile Shorthand identifier for your profile.
73
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
71
74
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
72
75
--worker-sid=worker-sid (required) The Worker SID for this token
73
76
--workspace-sid=workspace-sid (required) The Workspace SID for this token
@@ -83,10 +86,11 @@ USAGE
83
86
84
87
OPTIONS
85
88
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
86
- -o=(columns|json|tsv) [default: columns] Format of command output.
89
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
87
90
-p, --profile=profile Shorthand identifier for your profile.
88
91
--chat-service-sid=chat-service-sid (required) The service SID for the Chat, starts with ISXXX
89
92
--identity=identity (required) The user identity
93
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
90
94
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
91
95
```
92
96
@@ -100,8 +104,9 @@ USAGE
100
104
101
105
OPTIONS
102
106
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
103
- -o=(columns|json|tsv) [default: columns] Format of command output.
107
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
104
108
-p, --profile=profile Shorthand identifier for your profile.
109
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
105
110
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
106
111
--worker-sid=worker-sid (required) The Worker SID for this token
107
112
--workspace-sid=workspace-sid (required) The Workspace SID for this token
@@ -117,9 +122,10 @@ USAGE
117
122
118
123
OPTIONS
119
124
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
120
- -o=(columns|json|tsv) [default: columns] Format of command output.
125
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
121
126
-p, --profile=profile Shorthand identifier for your profile.
122
127
--identity=identity (required) The user identity
128
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
123
129
--sync-service-sid=sync-service-sid (required) The service SID for the Sync, starts with ISXXX
124
130
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
125
131
```
@@ -134,10 +140,11 @@ USAGE
134
140
135
141
OPTIONS
136
142
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
137
- -o=(columns|json|tsv) [default: columns] Format of command output.
143
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
138
144
-p, --profile=profile Shorthand identifier for your profile.
139
145
--identity=identity (required) The user identity
140
146
--room-name=room-name The name of the room this token grants access to
147
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
141
148
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
142
149
```
143
150
@@ -151,14 +158,16 @@ USAGE
151
158
152
159
OPTIONS
153
160
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
154
- -o=(columns|json|tsv) [default: columns] Format of command output.
161
+ -o=(columns|json|tsv|none) [default: columns] Format of command output.
155
162
-p, --profile=profile Shorthand identifier for your profile.
156
163
--allow-incoming=true|false [default: true] Allow incoming calls (true/false) (defaults to true)
157
164
--identity=identity (required) The user identity
158
165
159
166
--push-credential-sid=push-credential-sid The Push Credential SID for receiving incoming call push notifications,
160
167
starts with CRXXX
161
168
169
+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
170
+
162
171
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
163
172
164
173
--voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
0 commit comments