@@ -22,7 +22,7 @@ $ npm install -g @gr4vy/cli
2222$ gr4vy COMMAND
2323running command...
2424$ gr4vy (--version)
25- @gr4vy/cli/0.2.0 darwin-arm64 node-v22.15 .0
25+ @gr4vy/cli/0.2.2 linux-x64 node-v24.12 .0
2626$ gr4vy --help [COMMAND]
2727USAGE
2828 $ gr4vy COMMAND
7474 $ gr4vy autocomplete [SHELL] [-r]
7575
7676ARGUMENTS
77- SHELL (zsh|bash|powershell) Shell type
77+ [ SHELL] (zsh|bash|powershell) Shell type
7878
7979FLAGS
8080 -r, --refresh-cache Refresh cache (ignores displaying instructions)
@@ -94,7 +94,7 @@ EXAMPLES
9494 $ gr4vy autocomplete --refresh-cache
9595```
9696
97- _ See code: [ @oclif/plugin-autocomplete ] ( https://github.com/oclif/plugin-autocomplete/blob/v3.2.31 /src/commands/autocomplete/index.ts ) _
97+ _ See code: [ @oclif/plugin-autocomplete ] ( https://github.com/oclif/plugin-autocomplete/blob/v3.2.39 /src/commands/autocomplete/index.ts ) _
9898
9999## ` gr4vy checkout-session --merchant-account-id=default `
100100
@@ -124,7 +124,7 @@ FLAG DESCRIPTIONS
124124 Returns the decoded header and claim from the JWT token without the signature
125125```
126126
127- _ See code: [ src/commands/checkout-session.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.0 /src/commands/checkout-session.ts ) _
127+ _ See code: [ src/commands/checkout-session.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.2 /src/commands/checkout-session.ts ) _
128128
129129## ` gr4vy embed 1299 USD buyer_external_identifier=user-123 `
130130
@@ -158,7 +158,7 @@ FLAG DESCRIPTIONS
158158 Returns the decoded header and claim from the JWT token without the signature
159159```
160160
161- _ See code: [ src/commands/embed.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.0 /src/commands/embed.ts ) _
161+ _ See code: [ src/commands/embed.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.2 /src/commands/embed.ts ) _
162162
163163## ` gr4vy help [COMMAND] `
164164
@@ -169,7 +169,7 @@ USAGE
169169 $ gr4vy help [COMMAND...] [-n]
170170
171171ARGUMENTS
172- COMMAND... Command to show help for.
172+ [ COMMAND...] Command to show help for.
173173
174174FLAGS
175175 -n, --nested-commands Include all nested commands in the output.
@@ -178,7 +178,7 @@ DESCRIPTION
178178 Display help for gr4vy.
179179```
180180
181- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.29 /src/commands/help.ts ) _
181+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.36 /src/commands/help.ts ) _
182182
183183## ` gr4vy init acme sandbox private_key.pem `
184184
@@ -199,7 +199,7 @@ DESCRIPTION
199199 Generates a config file that can be used to generate the token.
200200```
201201
202- _ See code: [ src/commands/init.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.0 /src/commands/init.ts ) _
202+ _ See code: [ src/commands/init.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.2 /src/commands/init.ts ) _
203203
204204## ` gr4vy token expiresIn=10d --scope=buyers.read --scope=buyers.write `
205205
@@ -250,5 +250,5 @@ FLAG DESCRIPTIONS
250250 Returns the decoded header and claim from the JWT token without the signature
251251```
252252
253- _ See code: [ src/commands/token.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.0 /src/commands/token.ts ) _
253+ _ See code: [ src/commands/token.ts] ( https://github.com/gr4vy/gr4vy-cli/blob/v0.2.2 /src/commands/token.ts ) _
254254<!-- commandsstop -->
0 commit comments