File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ npm install -g @gr4vy/cli
2222$ gr4vy COMMAND
2323running command...
2424$ gr4vy (--version)
25- @gr4vy/cli/0.1.3 darwin-arm64 node-v16.20.0
25+ @gr4vy/cli/0.1.4 darwin-arm64 node-v16.20.0
2626$ gr4vy --help [COMMAND]
2727USAGE
2828 $ gr4vy COMMAND
@@ -127,7 +127,7 @@ FLAG DESCRIPTIONS
127127 Returns the decoded header and claim from the JWT token without the signature
128128```
129129
130- _ See code: [ dist/commands/embed.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3 /dist/commands/embed.ts ) _
130+ _ See code: [ dist/commands/embed.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4 /dist/commands/embed.ts ) _
131131
132132## ` gr4vy help [COMMANDS] `
133133
@@ -168,7 +168,7 @@ DESCRIPTION
168168 Generates a config file that can be used to generate the token.
169169```
170170
171- _ See code: [ dist/commands/init.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3 /dist/commands/init.ts ) _
171+ _ See code: [ dist/commands/init.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4 /dist/commands/init.ts ) _
172172
173173## ` gr4vy token expiresIn=10d --scope=buyers.read --scope=buyers.write `
174174
@@ -219,5 +219,5 @@ FLAG DESCRIPTIONS
219219 Returns the decoded header and claim from the JWT token without the signature
220220```
221221
222- _ See code: [ dist/commands/token.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.3 /dist/commands/token.ts ) _
222+ _ See code: [ dist/commands/token.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.1.4 /dist/commands/token.ts ) _
223223<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @gr4vy/cli" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " The Gr4vy CLI" ,
55 "author" :
" Gr4vy, Inc <[email protected] >" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments