Skip to content

Commit 3e1686e

Browse files
committed
Bump version to: 0.2.2 [skip ci]
1 parent ee8aa01 commit 3e1686e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g @gr4vy/cli
2222
$ gr4vy COMMAND
2323
running 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]
2727
USAGE
2828
$ gr4vy COMMAND
@@ -74,7 +74,7 @@ USAGE
7474
$ gr4vy autocomplete [SHELL] [-r]
7575
7676
ARGUMENTS
77-
SHELL (zsh|bash|powershell) Shell type
77+
[SHELL] (zsh|bash|powershell) Shell type
7878
7979
FLAGS
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
171171
ARGUMENTS
172-
COMMAND... Command to show help for.
172+
[COMMAND...] Command to show help for.
173173
174174
FLAGS
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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gr4vy/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "The Gr4vy CLI",
55
"author": "Gr4vy, Inc <code@gr4vy.com>",
66
"bin": {

0 commit comments

Comments
 (0)