oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g gamekeeper-cli
$ gamekeeper-cli COMMAND
running command...
$ gamekeeper-cli (--version)
gamekeeper-cli/0.0.0 linux-x64 node-v18.12.0
$ gamekeeper-cli --help [COMMAND]
USAGE
$ gamekeeper-cli COMMAND
...
Commands
gamekeeper-cli game add
gamekeeper-cli game list
gamekeeper-cli help [COMMAND]
gamekeeper-cli playthrough
gamekeeper-cli playthrough list
gamekeeper-cli plugins
gamekeeper-cli plugins:install PLUGIN...
gamekeeper-cli plugins:inspect PLUGIN...
gamekeeper-cli plugins:install PLUGIN...
gamekeeper-cli plugins:link PLUGIN
gamekeeper-cli plugins:uninstall PLUGIN...
gamekeeper-cli plugins:uninstall PLUGIN...
gamekeeper-cli plugins:uninstall PLUGIN...
gamekeeper-cli plugins update
gamekeeper-cli record
gamekeeper-cli game add
describe the command here
USAGE
$ gamekeeper-cli game add
DESCRIPTION
describe the command here
EXAMPLES
$ gamekeeper-cli game add
gamekeeper-cli game list
list all the games
USAGE
$ gamekeeper-cli game list
DESCRIPTION
list all the games
gamekeeper-cli help [COMMAND]
Display help for gamekeeper-cli.
USAGE
$ gamekeeper-cli 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 gamekeeper-cli.
See code: @oclif/plugin-help
gamekeeper-cli playthrough
record playthrough of game
USAGE
$ gamekeeper-cli playthrough
DESCRIPTION
record playthrough of game
ALIASES
$ gamekeeper-cli record
See code: dist/commands/playthrough/index.ts
gamekeeper-cli playthrough list
list latest playthroughs
USAGE
$ gamekeeper-cli playthrough list
DESCRIPTION
list latest playthroughs
gamekeeper-cli plugins
List installed plugins.
USAGE
$ gamekeeper-cli plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ gamekeeper-cli plugins
See code: @oclif/plugin-plugins
gamekeeper-cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ gamekeeper-cli 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
$ gamekeeper-cli plugins add
EXAMPLES
$ gamekeeper-cli plugins:install myplugin
$ gamekeeper-cli plugins:install https://github.com/someuser/someplugin
$ gamekeeper-cli plugins:install someuser/someplugin
gamekeeper-cli plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ gamekeeper-cli 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
$ gamekeeper-cli plugins:inspect myplugin
gamekeeper-cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ gamekeeper-cli 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
$ gamekeeper-cli plugins add
EXAMPLES
$ gamekeeper-cli plugins:install myplugin
$ gamekeeper-cli plugins:install https://github.com/someuser/someplugin
$ gamekeeper-cli plugins:install someuser/someplugin
gamekeeper-cli plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ gamekeeper-cli 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
$ gamekeeper-cli plugins:link myplugin
gamekeeper-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ gamekeeper-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ gamekeeper-cli plugins unlink
$ gamekeeper-cli plugins remove
gamekeeper-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ gamekeeper-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ gamekeeper-cli plugins unlink
$ gamekeeper-cli plugins remove
gamekeeper-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ gamekeeper-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ gamekeeper-cli plugins unlink
$ gamekeeper-cli plugins remove
gamekeeper-cli plugins update
Update installed plugins.
USAGE
$ gamekeeper-cli plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
gamekeeper-cli record
record playthrough of game
USAGE
$ gamekeeper-cli record
DESCRIPTION
record playthrough of game
ALIASES
$ gamekeeper-cli record