Skip to content

Commit ac606e4

Browse files
authored
Merge pull request #304 from constantstress/patch-1
Added description for the `-v` `--validate` flag in Command Line Notes table in token.md
2 parents 90a6af4 + a04c8b9 commit ac606e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/token.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ None.
152152
| `--user-token` | `-u` | Whether to fetch a user token or not. Default is false. | `token -u` | N |
153153
| `--scopes` | `-s` | The space separated scopes to use when getting a user token. | `-s "user:read:email user_read"` | N |
154154
| `--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 |
155156
| `--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 |
156157
| `--port` | `-p` | Override/manually set the port for token actions. (The default is 3000) | `-p 3030` | N |
157158
| `--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

Comments
 (0)