Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhagsain committed Dec 4, 2022
1 parent 545572c commit f8b992d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ npm install -g @abhagsain/ai-cli
$ ai COMMAND
running command...
$ ai (--version)
@abhagsain/ai-cli/1.2.0 darwin-x64 node-v14.18.3
@abhagsain/ai-cli/1.2.1 darwin-x64 node-v14.18.3
$ ai --help [COMMAND]
USAGE
$ ai COMMAND
Expand Down Expand Up @@ -91,7 +91,7 @@ EXAMPLES
$ ai ask "Check running process on port 3000"
```

_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.0/dist/commands/ask.ts)_
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.1/dist/commands/ask.ts)_

## `ai auth`

Expand All @@ -108,7 +108,7 @@ EXAMPLES
$ ai auth (Follow the prompt)
```

_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.0/dist/commands/auth.ts)_
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.1/dist/commands/auth.ts)_

## `ai help [COMMAND]`

Expand Down Expand Up @@ -145,5 +145,5 @@ EXAMPLES
$ ai model (Follow the prompt)
```

_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.0/dist/commands/model.ts)_
_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.1/dist/commands/model.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abhagsain/ai-cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "Get answers for CLI commands from GPT3 right from your terminal",
"author": "Anurag Bhagsain @abhagsain",
"bin": {
Expand Down

0 comments on commit f8b992d

Please sign in to comment.