Skip to content

Commit

Permalink
Merge pull request #304 from constantstress/patch-1
Browse files Browse the repository at this point in the history
Added description for the `-v` `--validate` flag in Command Line Notes table in token.md
  • Loading branch information
Xemdo authored Dec 30, 2023
2 parents 90a6af4 + a04c8b9 commit ac606e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ None.
| `--user-token` | `-u` | Whether to fetch a user token or not. Default is false. | `token -u` | N |
| `--scopes` | `-s` | The space separated scopes to use when getting a user token. | `-s "user:read:email user_read"` | N |
| `--revoke` | `-r` | Instead of generating a new token, revoke the one passed to this parameter. | `-r 0123456789abcdefghijABCDEFGHIJ` | N |
| `--validate` | `-v` | Instead of generating a new token, validate the one passed to this parameter. | `-v 0123456789abcdefghijABCDEFGHIJ` | N |
| `--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 |
| `--port` | `-p` | Override/manually set the port for token actions. (The default is 3000) | `-p 3030` | N |
| `--client-id` | | Override/manually set client ID for token actions. By default client ID from CLI config will be used. | `--client-id uo6dggojyb8d6soh92zknwmi5ej1q2` | N |
Expand Down

0 comments on commit ac606e4

Please sign in to comment.