@@ -43,14 +43,16 @@ USAGE
4343
4444OPTIONS
4545 -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.
4747 -p, --profile=profile Shorthand identifier for your profile.
4848 --allow-incoming=true|false [default: true] Allow incoming calls (true/false) (defaults to true)
4949 --identity=identity (required) The user identity
5050
5151 --push-credential-sid=push-credential-sid The Push Credential SID for receiving incoming call push notifications,
5252 starts with CRXXX
5353
54+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
55+
5456 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
5557
5658 --voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
6668
6769OPTIONS
6870 -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.
7072 -p, --profile=profile Shorthand identifier for your profile.
73+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
7174 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
7275 --worker-sid=worker-sid (required) The Worker SID for this token
7376 --workspace-sid=workspace-sid (required) The Workspace SID for this token
@@ -83,10 +86,11 @@ USAGE
8386
8487OPTIONS
8588 -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.
8790 -p, --profile=profile Shorthand identifier for your profile.
8891 --chat-service-sid=chat-service-sid (required) The service SID for the Chat, starts with ISXXX
8992 --identity=identity (required) The user identity
93+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
9094 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
9195```
9296
@@ -100,8 +104,9 @@ USAGE
100104
101105OPTIONS
102106 -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.
104108 -p, --profile=profile Shorthand identifier for your profile.
109+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
105110 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
106111 --worker-sid=worker-sid (required) The Worker SID for this token
107112 --workspace-sid=workspace-sid (required) The Workspace SID for this token
@@ -117,9 +122,10 @@ USAGE
117122
118123OPTIONS
119124 -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.
121126 -p, --profile=profile Shorthand identifier for your profile.
122127 --identity=identity (required) The user identity
128+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
123129 --sync-service-sid=sync-service-sid (required) The service SID for the Sync, starts with ISXXX
124130 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
125131```
@@ -134,10 +140,11 @@ USAGE
134140
135141OPTIONS
136142 -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.
138144 -p, --profile=profile Shorthand identifier for your profile.
139145 --identity=identity (required) The user identity
140146 --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".
141148 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
142149```
143150
@@ -151,14 +158,16 @@ USAGE
151158
152159OPTIONS
153160 -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.
155162 -p, --profile=profile Shorthand identifier for your profile.
156163 --allow-incoming=true|false [default: true] Allow incoming calls (true/false) (defaults to true)
157164 --identity=identity (required) The user identity
158165
159166 --push-credential-sid=push-credential-sid The Push Credential SID for receiving incoming call push notifications,
160167 starts with CRXXX
161168
169+ --silent Suppress output and logs. This is a shorthand for "-l none -o none".
170+
162171 --ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
163172
164173 --voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
0 commit comments