jmvx
v0.0.78
Published
JoinMyVerse CLI
Downloads
8
Readme
JoinMyVerse CLI
JoinMyVerse CLI. NPM package https://www.npmjs.com/package/jmvx
Usage
$ npm install -g jmvx
$ jmv COMMAND
running command...
$ jmv (--version)
jmvx/0.0.78 win32-x64 node-v16.15.0
$ jmv --help [COMMAND]
USAGE
$ jmv COMMAND
...
$ npm install -g jmvx
$ jmv COMMAND
running command...
$ jmv (--version)
jmvx/0.0.6 win32-x64 node-v16.15.0
$ jmv --help [COMMAND]
USAGE
$ jmv COMMAND
...
$ npm install -g jmvx
$ jmv COMMAND
running command...
$ jmv (--version)
jmvx/0.0.5 win32-x64 node-v16.15.0
$ jmv --help [COMMAND]
USAGE
$ jmv COMMAND
...
$ npm install -g jmvx
$ jmv COMMAND
running command...
$ jmv (--version)
jmvx/0.0.4 win32-x64 node-v16.15.0
$ jmv --help [COMMAND]
USAGE
$ jmv COMMAND
...
Commands
jmv help [COMMAND]
jmv init
jmv install
jmv plugins
jmv plugins:install PLUGIN...
jmv plugins:inspect PLUGIN...
jmv plugins:install PLUGIN...
jmv plugins:link PLUGIN
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins update
jmv publish
jmv help [COMMAND]
Display help for jmv.
USAGE
$ jmv 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 jmv.
See code: @oclif/plugin-help
jmv init
USAGE
$ jmv init [--projectType Scene|Other]
FLAGS
--projectType=<option> <options: Scene|Other>
See code: dist/commands/init.ts
jmv install
USAGE
$ jmv install
See code: dist/commands/install.ts
jmv plugins
List installed plugins.
USAGE
$ jmv plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ jmv plugins
See code: @oclif/plugin-plugins
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ jmv plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ jmv plugins:inspect myplugin
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ jmv 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
$ jmv plugins:link myplugin
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins update
Update installed plugins.
USAGE
$ jmv plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
jmv publish
USAGE
$ jmv publish [--projectType Scene|Other]
FLAGS
--projectType=<option> <options: Scene|Other>
See code: dist/commands/publish.ts
jmv help [COMMAND]
jmv jmv init
jmv plugins
jmv plugins:install PLUGIN...
jmv plugins:inspect PLUGIN...
jmv plugins:install PLUGIN...
jmv plugins:link PLUGIN
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins update
jmv help [COMMAND]
Display help for jmv.
USAGE
$ jmv 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 jmv.
See code: @oclif/plugin-help
jmv jmv init
USAGE
$ jmv jmv init [--projectType Scene|Other]
FLAGS
--projectType=<option> <options: Scene|Other>
jmv plugins
List installed plugins.
USAGE
$ jmv plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ jmv plugins
See code: @oclif/plugin-plugins
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ jmv plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ jmv plugins:inspect myplugin
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ jmv 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
$ jmv plugins:link myplugin
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins update
Update installed plugins.
USAGE
$ jmv plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
jmv help [COMMAND]
jmv jmv PERSON
jmv jmv world
jmv plugins
jmv plugins:install PLUGIN...
jmv plugins:inspect PLUGIN...
jmv plugins:install PLUGIN...
jmv plugins:link PLUGIN
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins update
jmv help [COMMAND]
Display help for jmv.
USAGE
$ jmv 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 jmv.
See code: @oclif/plugin-help
jmv jmv PERSON
Say jmv
USAGE
$ jmv jmv [PERSON] -f <value>
ARGUMENTS
PERSON Person to say jmv to
FLAGS
-f, --from=<value> (required) Whom is saying jmv
DESCRIPTION
Say jmv
EXAMPLES
$ oex jmv friend --from oclif
$ jmv friend from oclif! (./src/commands/jmv/index.ts)
See code: dist/commands/jmv/index.ts
jmv jmv world
Say hello world
USAGE
$ jmv jmv world
DESCRIPTION
Say hello world
EXAMPLES
$ oex hello world
hello world! (./src/commands/hello/world.ts)
jmv plugins
List installed plugins.
USAGE
$ jmv plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ jmv plugins
See code: @oclif/plugin-plugins
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ jmv plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ jmv plugins:inspect myplugin
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ jmv 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
$ jmv plugins:link myplugin
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins update
Update installed plugins.
USAGE
$ jmv plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
jmv help [COMMAND]
jmv jmv PERSON
jmv jmv world
jmv plugins
jmv plugins:install PLUGIN...
jmv plugins:inspect PLUGIN...
jmv plugins:install PLUGIN...
jmv plugins:link PLUGIN
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins:uninstall PLUGIN...
jmv plugins update
jmv help [COMMAND]
Display help for jmv.
USAGE
$ jmv 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 jmv.
See code: @oclif/plugin-help
jmv jmv PERSON
Say jmv
USAGE
$ jmv jmv [PERSON] -f <value>
ARGUMENTS
PERSON Person to say jmv to
FLAGS
-f, --from=<value> (required) Whom is saying jmv
DESCRIPTION
Say jmv
EXAMPLES
$ oex jmv friend --from oclif
$ jmv friend from oclif! (./src/commands/jmv/index.ts)
See code: dist/commands/jmv/index.ts
jmv jmv world
Say hello world
USAGE
$ jmv jmv world
DESCRIPTION
Say hello world
EXAMPLES
$ oex hello world
hello world! (./src/commands/hello/world.ts)
jmv plugins
List installed plugins.
USAGE
$ jmv plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ jmv plugins
See code: @oclif/plugin-plugins
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ jmv plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ jmv plugins:inspect myplugin
jmv plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ jmv 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
$ jmv plugins add
EXAMPLES
$ jmv plugins:install myplugin
$ jmv plugins:install https://github.com/someuser/someplugin
$ jmv plugins:install someuser/someplugin
jmv plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ jmv 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
$ jmv plugins:link myplugin
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ jmv plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ jmv plugins unlink
$ jmv plugins remove
jmv plugins update
Update installed plugins.
USAGE
$ jmv plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.