0.1.0 • Published 3 years ago
pz-hello-world4 v0.1.0
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g pz-hello-world4
$ pzhw4 COMMAND
running command...
$ pzhw4 (--version)
pz-hello-world4/0.0.45 linux-x64 node-v14.17.0
$ pzhw4 --help [COMMAND]
USAGE
$ pzhw4 COMMAND
...
Commands
pzhw4 autocomplete [SHELL]
pzhw4 hello PERSON
pzhw4 hello world
pzhw4 help [COMMAND]
pzhw4 plugins
pzhw4 plugins:install PLUGIN...
pzhw4 plugins:inspect PLUGIN...
pzhw4 plugins:install PLUGIN...
pzhw4 plugins:link PLUGIN
pzhw4 plugins:uninstall PLUGIN...
pzhw4 plugins:uninstall PLUGIN...
pzhw4 plugins:uninstall PLUGIN...
pzhw4 plugins update
pzhw4 update [CHANNEL]
pzhw4 autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ pzhw4 autocomplete [SHELL] [-r]
ARGUMENTS
SHELL shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
display autocomplete installation instructions
EXAMPLES
$ pzhw4 autocomplete
$ pzhw4 autocomplete bash
$ pzhw4 autocomplete zsh
$ pzhw4 autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
pzhw4 hello PERSON
Say hello
USAGE
$ pzhw4 hello [PERSON] -f <value>
ARGUMENTS
PERSON Person to say hello to
FLAGS
-f, --from=<value> (required) Whom is saying hello
DESCRIPTION
Say hello
EXAMPLES
$ pzhw hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)
See code: dist/commands/hello/index.ts
pzhw4 hello world
Say4 new 0.0.45 hello world
USAGE
$ pzhw4 hello world
DESCRIPTION
Say4 new 0.0.45 hello world
EXAMPLES
$ pzhw hello world
hello3 world! (./src/commands/hello/world.ts)
pzhw4 help [COMMAND]
Display help for pzhw4.
USAGE
$ pzhw4 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 pzhw4.
See code: @oclif/plugin-help
pzhw4 plugins
List installed plugins.
USAGE
$ pzhw4 plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ pzhw4 plugins
See code: @oclif/plugin-plugins
pzhw4 plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ pzhw4 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
$ pzhw4 plugins add
EXAMPLES
$ pzhw4 plugins:install myplugin
$ pzhw4 plugins:install https://github.com/someuser/someplugin
$ pzhw4 plugins:install someuser/someplugin
pzhw4 plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ pzhw4 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
$ pzhw4 plugins:inspect myplugin
pzhw4 plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ pzhw4 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
$ pzhw4 plugins add
EXAMPLES
$ pzhw4 plugins:install myplugin
$ pzhw4 plugins:install https://github.com/someuser/someplugin
$ pzhw4 plugins:install someuser/someplugin
pzhw4 plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ pzhw4 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
$ pzhw4 plugins:link myplugin
pzhw4 plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ pzhw4 plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ pzhw4 plugins unlink
$ pzhw4 plugins remove
pzhw4 plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ pzhw4 plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ pzhw4 plugins unlink
$ pzhw4 plugins remove
pzhw4 plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ pzhw4 plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ pzhw4 plugins unlink
$ pzhw4 plugins remove
pzhw4 plugins update
Update installed plugins.
USAGE
$ pzhw4 plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
pzhw4 update [CHANNEL]
update the pzhw4 CLI
USAGE
$ pzhw4 update [CHANNEL] [-a] [-v <value> | -i] [--force]
FLAGS
-a, --available Install a specific version.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
DESCRIPTION
update the pzhw4 CLI
EXAMPLES
Update to the stable channel:
$ pzhw4 update stable
Update to a specific version:
$ pzhw4 update --version 1.0.0
Interactively select version:
$ pzhw4 update --interactive
See available versions:
$ pzhw4 update --available
See code: @oclif/plugin-update