Get answers for CLI commands from GPT3 right from your terminal
Go to file
Anurag Bhagsain 3fa8d0cf25 0.0.1-2
2022-11-16 01:57:17 +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 console, update README.md 2022-11-16 01:55:44 +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-2 2022-11-16 01:57:17 +05:30
README.md 0.0.1-2 2022-11-16 01:57:17 +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-2 darwin-x64 node-v14.18.3
$ ai --help [COMMAND]
USAGE
  $ ai COMMAND
...

Commands

ai ask [question]

Ask question to GPT3 from your terminal

USAGE
  $ ai ask [question]

ARGUMENTS
  QUESTION  Your question

DESCRIPTION
  Ask question to GPT3 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]

Ask question to GPT3 from your terminal

USAGE
  $ ai ask [question]

ARGUMENTS
  QUESTION  Your question

DESCRIPTION
  Ask question to GPT3 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.