jarvisx
v5.1.0
Published
oclif example Hello World CLI (ESM)
Downloads
2
Readme
Jarvis X - The Jarvis Jr
The Smart Command Line Interface for Laymans!
Usage
$ npm install -g jarvisx
$ jarvisx COMMAND
running command...
$ jarvisx (--version)
jarvisx/5.1.0 win32-x64 node-v18.17.0
$ jarvisx --help [COMMAND]
USAGE
$ jarvisx COMMAND
...
Commands
jarvisx code PROMPT
jarvisx do PROMPT
jarvisx fs PROMPT
jarvisx hello PERSON
jarvisx hello world
jarvisx help [COMMANDS]
jarvisx plugins
jarvisx plugins:install PLUGIN...
jarvisx plugins:inspect PLUGIN...
jarvisx plugins:install PLUGIN...
jarvisx plugins:link PLUGIN
jarvisx plugins:uninstall PLUGIN...
jarvisx plugins:uninstall PLUGIN...
jarvisx plugins:uninstall PLUGIN...
jarvisx plugins update
jarvisx code PROMPT
USAGE
$ jarvisx code PROMPT
ARGUMENTS
PROMPT Ask AI to do any compiling or interpreting task
See code: dist/commands/code/index.ts
jarvisx do PROMPT
describe the command here
USAGE
$ jarvisx do PROMPT
DESCRIPTION
describe the command here
See code: dist/commands/do/index.ts
jarvisx fs PROMPT
USAGE
$ jarvisx fs PROMPT
ARGUMENTS
PROMPT Ask AI to do any task
See code: dist/commands/fs/index.ts
jarvisx hello PERSON
Say hello
USAGE
$ jarvisx hello PERSON -f <value>
ARGUMENTS
PERSON Person to say hello to
FLAGS
-f, --from=<value> (required) Who is saying hello
DESCRIPTION
Say hello
EXAMPLES
$ oex hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)
See code: dist/commands/hello/index.ts
jarvisx hello world
Say hello world
USAGE
$ jarvisx hello world
DESCRIPTION
Say hello world
EXAMPLES
$ jarvisx hello world
hello world! (./src/commands/hello/world.ts)
See code: dist/commands/hello/world.ts
jarvisx help [COMMANDS]
Display help for jarvisx.
USAGE
$ jarvisx help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for jarvisx.
See code: @oclif/plugin-help
jarvisx plugins
List installed plugins.
USAGE
$ jarvisx plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ jarvisx plugins
See code: @oclif/plugin-plugins
jarvisx plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jarvisx plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ jarvisx plugins add
EXAMPLES
$ jarvisx plugins:install myplugin
$ jarvisx plugins:install https://github.com/someuser/someplugin
$ jarvisx plugins:install someuser/someplugin
jarvisx plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ jarvisx plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ jarvisx plugins:inspect myplugin
See code: @oclif/plugin-plugins
jarvisx plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jarvisx plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ jarvisx plugins add
EXAMPLES
$ jarvisx plugins:install myplugin
$ jarvisx plugins:install https://github.com/someuser/someplugin
$ jarvisx plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
jarvisx plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ jarvisx plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
$ jarvisx plugins:link myplugin
See code: @oclif/plugin-plugins
jarvisx plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jarvisx plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jarvisx plugins unlink
$ jarvisx plugins remove
jarvisx plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jarvisx plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jarvisx plugins unlink
$ jarvisx plugins remove
See code: @oclif/plugin-plugins
jarvisx plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jarvisx plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jarvisx plugins unlink
$ jarvisx plugins remove
jarvisx plugins update
Update installed plugins.
USAGE
$ jarvisx plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
jarvisx code PROMPT
USAGE
$ jarvisx code PROMPT
ARGUMENTS
PROMPT Ask AI to do any compiling or interpreting task
jarvisx fs PROMPT
USAGE
$ jarvisx fs PROMPT
ARGUMENTS
PROMPT Ask AI assistant to Create, Read, Update or Delete a file or folder.