Get answers for CLI commands from GPT3 right from your terminal
Go to file
Anurag Bhagsain 7f4882845d 0.0.1-1
2022-11-16 01:41:08 +05:30
.github feat: add gpt3 2022-11-07 09:50:04 +05:30
.vscode feat: add gpt3 2022-11-07 09:50:04 +05:30
bin feat: add gpt3 2022-11-07 09:50:04 +05:30
src refactor: 🛠️ remove @oclif/plugins 2022-11-16 01:40:04 +05:30
.editorconfig feat: add gpt3 2022-11-07 09:50:04 +05:30
.eslintignore feat: add gpt3 2022-11-07 09:50:04 +05:30
.eslintrc feat: add gpt3 2022-11-07 09:50:04 +05:30
.gitignore feat: add gpt3 2022-11-07 09:50:04 +05:30
.mocharc.json feat: add gpt3 2022-11-07 09:50:04 +05:30
LICENSE refactor: 🛠️ add publishConfig & license 2022-11-16 01:22:21 +05:30
package.json 0.0.1-1 2022-11-16 01:41:08 +05:30
README.md 0.0.1-1 2022-11-16 01:41:08 +05:30
tsconfig.json feat: add gpt3 2022-11-07 09:50:04 +05:30

GPT3 Powered CLI

Get answers from GPT3 right inside your terminal.

oclif Version Downloads/week

Usage

$ npm install -g @abhagsain/ai-cli
$ ai COMMAND
running command...
$ ai (--version)
@abhagsain/ai-cli/0.0.1-1 darwin-x64 node-v14.18.3
$ ai --help [COMMAND]
USAGE
  $ ai COMMAND
...

Commands

ai ask [question]

Get answers from GPT3 right from your terminal

USAGE
  $ ai ask [question]

ARGUMENTS
  QUESTION  Your question

DESCRIPTION
  Get answers from GPT3 right from your terminal

EXAMPLES
  $ ai ask "Check running process on port 3000"

See code: dist/commands/ask.ts

ai auth

Add existing or new OpenAI API Key

USAGE
  $ ai auth

DESCRIPTION
  Add existing or new OpenAI API Key

EXAMPLES
  $ ai auth (Follow the prompt)

See code: dist/commands/auth.ts

ai help [COMMAND]

Display help for ai.

USAGE
  $ ai help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for ai.

See code: @oclif/plugin-help

ai ask [question]

Get answers from GPT3 right inside your terminal

USAGE
  $ ai ask [question]

ARGUMENTS
  QUESTION  Your question

DESCRIPTION
  Get answers from GPT3 right from your terminal

EXAMPLES
  $ ai ask "Check running process on port 3000"

See code: dist/commands/ask.ts

ai auth

Add existing or new OpenAI API Key

USAGE
  $ ai auth

DESCRIPTION
  Add existing or new OpenAI API Key

EXAMPLES
  $ ai auth (Follow the prompt)

See code: dist/commands/auth.ts

ai help [COMMAND]

Display help for ai.

USAGE
  $ ai help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for ai.