Skip to content

Commit

Permalink
v1.1.0 - add "-n, --noCopy" option to the "sign" and "decode" subcomm…
Browse files Browse the repository at this point in the history
…ands
  • Loading branch information
clarketm committed Nov 13, 2018
1 parent 231574a commit 854a072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhIjoxLCJpYXQiOjE1MjczMTI3NTIsImV4cCI6MTU

> Note: the `sign` subcommand accepts **all** the same options as [`auth0/node-jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken#jwtsignpayload-secretorprivatekey-options-callback) with the exception of `mutatePayload` which is not applicable.
| Option | Description |
| ------------ | --------------------------------------- |
| -n, --noCopy | Don't copy the token to your clipboard. |
| Option | Description |
| -------------- | --------------------------------------- |
| `-n, --noCopy` | Don't copy the token to your clipboard. |

### `verify [options] token secret`

Expand Down Expand Up @@ -79,9 +79,9 @@ copied to clipboard:

> Note: the `decode` subcommand accepts **all** the same options as [`auth0/node-jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback) with the exception of `json` which is not applicable.
| Option | Description |
| ------------ | --------------------------------------- |
| -n, --noCopy | Don't copy the token to your clipboard. |
| Option | Description |
| -------------- | --------------------------------------- |
| `-n, --noCopy` | Don't copy the token to your clipboard. |

## Related

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarketm/jwt-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "Command line tool for working with JSON Web Tokens (JWT)",
"engines": {
"node": ">=8.11.2"
Expand Down

0 comments on commit 854a072

Please sign in to comment.