astronuts-ai
v0.3.0
Published
Astronuts AI CLI Runner
Downloads
130
Readme
astronuts-ai
Astronuts AI CLI Runner
Usage
$ npm install -g astronuts-ai
$ astronuts-ai COMMAND
running command...
$ astronuts-ai (--version)
astronuts-ai/0.3.0 linux-x64 node-v18.20.4
$ astronuts-ai --help [COMMAND]
USAGE
$ astronuts-ai COMMAND
...
Commands
astronuts-ai analyze
Astronuts AI Pull Request analyzer
USAGE
$ astronuts-ai analyze [-p <value>] [-h] [-v]
FLAGS
-h, --help Show CLI help.
-p, --pull-request=<value> GitHub Pull Request URL
-v, --version Show CLI version.
DESCRIPTION
Astronuts AI Pull Request analyzer
Runs detailed PR analysis including walkthroughs and line by line code review.
EXAMPLES
$ astronuts-ai analyze
See code: src/commands/analyze/index.ts
astronuts-ai help [COMMAND]
Display help for astronuts-ai.
USAGE
$ astronuts-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 astronuts-ai.
See code: @oclif/plugin-help