You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/token.md
+1
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ None.
152
152
|`--user-token`|`-u`| Whether to fetch a user token or not. Default is false. |`token -u`| N |
153
153
|`--scopes`|`-s`| The space separated scopes to use when getting a user token. |`-s "user:read:email user_read"`| N |
154
154
|`--revoke`|`-r`| Instead of generating a new token, revoke the one passed to this parameter. |`-r 0123456789abcdefghijABCDEFGHIJ`| N |
155
+
|`--validate`|`-v`| Instead of generating a new token, validate the one passed to this parameter. |`-v 0123456789abcdefghijABCDEFGHIJ`| N |
155
156
|`--ip`|| Manually set the port to be used for the User Token web server. The default binds to all interfaces. (0.0.0.0) |`--ip 127.0.0.1`| N |
156
157
|`--port`|`-p`| Override/manually set the port for token actions. (The default is 3000) |`-p 3030`| N |
157
158
|`--client-id`|| Override/manually set client ID for token actions. By default client ID from CLI config will be used. |`--client-id uo6dggojyb8d6soh92zknwmi5ej1q2`| N |
0 commit comments