the_power_cli
v1.1.2
Published
the power cli
Downloads
3
Readme
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g the_power_cli
$ tp COMMAND
running command...
$ tp (--version)
the_power_cli/1.1.1 darwin-x64 node-v14.18.1
$ tp --help [COMMAND]
USAGE
$ tp COMMAND
...
Commands
tp help [COMMAND]
tp plugins
tp plugins:install PLUGIN...
tp plugins:inspect PLUGIN...
tp plugins:install PLUGIN...
tp plugins:link PLUGIN
tp plugins:uninstall PLUGIN...
tp plugins:uninstall PLUGIN...
tp plugins:uninstall PLUGIN...
tp plugins update
tp upload
tp help [COMMAND]
Display help for tp.
USAGE
$ tp 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 tp.
See code: @oclif/plugin-help
tp plugins
List installed plugins.
USAGE
$ tp plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ tp plugins
See code: @oclif/plugin-plugins
tp plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ tp 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
$ tp plugins add
EXAMPLES
$ tp plugins:install myplugin
$ tp plugins:install https://github.com/someuser/someplugin
$ tp plugins:install someuser/someplugin
tp plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ tp 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
$ tp plugins:inspect myplugin
tp plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ tp 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
$ tp plugins add
EXAMPLES
$ tp plugins:install myplugin
$ tp plugins:install https://github.com/someuser/someplugin
$ tp plugins:install someuser/someplugin
tp plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ tp 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
$ tp plugins:link myplugin
tp plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ tp plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ tp plugins unlink
$ tp plugins remove
tp plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ tp plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ tp plugins unlink
$ tp plugins remove
tp plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ tp plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ tp plugins unlink
$ tp plugins remove
tp plugins update
Update installed plugins.
USAGE
$ tp plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
tp upload
Upload application files to storage
USAGE
$ tp upload
DESCRIPTION
Upload application files to storage
EXAMPLES
$ cd app_dir && pow-up
See code: dist/src/commands/upload/index.ts