|
@@ -26,7 +26,8 @@ USAGE
|
|
# Commands
|
|
# Commands
|
|
<!-- commands -->
|
|
<!-- commands -->
|
|
* [`jianyu create`](#jianyu-create)
|
|
* [`jianyu create`](#jianyu-create)
|
|
-* [`jianyu help [COMMAND]`](#jianyu-help-command)
|
|
|
|
|
|
+* [`jianyu cz`](#jianyu-cz)
|
|
|
|
+* [`jianyu help [COMMANDS]`](#jianyu-help-commands)
|
|
* [`jianyu init DIR`](#jianyu-init-dir)
|
|
* [`jianyu init DIR`](#jianyu-init-dir)
|
|
* [`jianyu plugins`](#jianyu-plugins)
|
|
* [`jianyu plugins`](#jianyu-plugins)
|
|
* [`jianyu plugins:install PLUGIN...`](#jianyu-pluginsinstall-plugin)
|
|
* [`jianyu plugins:install PLUGIN...`](#jianyu-pluginsinstall-plugin)
|
|
@@ -38,7 +39,6 @@ USAGE
|
|
* [`jianyu plugins:uninstall PLUGIN...`](#jianyu-pluginsuninstall-plugin-2)
|
|
* [`jianyu plugins:uninstall PLUGIN...`](#jianyu-pluginsuninstall-plugin-2)
|
|
* [`jianyu plugins:update`](#jianyu-pluginsupdate)
|
|
* [`jianyu plugins:update`](#jianyu-pluginsupdate)
|
|
* [`jianyu sync`](#jianyu-sync)
|
|
* [`jianyu sync`](#jianyu-sync)
|
|
-* [`jianyu update`](#jianyu-update)
|
|
|
|
|
|
|
|
## `jianyu create`
|
|
## `jianyu create`
|
|
|
|
|
|
@@ -55,16 +55,31 @@ EXAMPLES
|
|
$ jianyu create
|
|
$ jianyu create
|
|
```
|
|
```
|
|
|
|
|
|
-## `jianyu help [COMMAND]`
|
|
|
|
|
|
+## `jianyu cz`
|
|
|
|
+
|
|
|
|
+git 提交规范 - 交互式
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+USAGE
|
|
|
|
+ $ jianyu cz
|
|
|
|
+
|
|
|
|
+DESCRIPTION
|
|
|
|
+ git 提交规范 - 交互式
|
|
|
|
+
|
|
|
|
+EXAMPLES
|
|
|
|
+ $ jianyu cz
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+## `jianyu help [COMMANDS]`
|
|
|
|
|
|
Display help for jianyu.
|
|
Display help for jianyu.
|
|
|
|
|
|
```
|
|
```
|
|
USAGE
|
|
USAGE
|
|
- $ jianyu help [COMMAND] [-n]
|
|
|
|
|
|
+ $ jianyu help [COMMANDS] [-n]
|
|
|
|
|
|
ARGUMENTS
|
|
ARGUMENTS
|
|
- COMMAND Command to show help for.
|
|
|
|
|
|
+ COMMANDS Command to show help for.
|
|
|
|
|
|
FLAGS
|
|
FLAGS
|
|
-n, --nested-commands Include all nested commands in the output.
|
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -73,7 +88,7 @@ DESCRIPTION
|
|
Display help for jianyu.
|
|
Display help for jianyu.
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.8/src/commands/help.ts)_
|
|
|
|
|
|
## `jianyu init DIR`
|
|
## `jianyu init DIR`
|
|
|
|
|
|
@@ -81,7 +96,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.1
|
|
|
|
|
|
```
|
|
```
|
|
USAGE
|
|
USAGE
|
|
- $ jianyu init [DIR] -f <value>
|
|
|
|
|
|
+ $ jianyu init DIR -f <value>
|
|
|
|
|
|
ARGUMENTS
|
|
ARGUMENTS
|
|
DIR 目录名,同时用于项目名
|
|
DIR 目录名,同时用于项目名
|
|
@@ -115,7 +130,7 @@ EXAMPLES
|
|
$ jianyu plugins
|
|
$ jianyu plugins
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/index.ts)_
|
|
|
|
|
|
## `jianyu plugins:install PLUGIN...`
|
|
## `jianyu plugins:install PLUGIN...`
|
|
|
|
|
|
@@ -135,7 +150,6 @@ FLAGS
|
|
|
|
|
|
DESCRIPTION
|
|
DESCRIPTION
|
|
Installs a plugin into the CLI.
|
|
Installs a plugin into the CLI.
|
|
-
|
|
|
|
Can be installed from npm or a git url.
|
|
Can be installed from npm or a git url.
|
|
|
|
|
|
Installation of a user-installed plugin will override a core plugin.
|
|
Installation of a user-installed plugin will override a core plugin.
|
|
@@ -144,6 +158,7 @@ DESCRIPTION
|
|
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
|
|
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.
|
|
the CLI without the need to patch and update the whole CLI.
|
|
|
|
|
|
|
|
+
|
|
ALIASES
|
|
ALIASES
|
|
$ jianyu plugins:add
|
|
$ jianyu plugins:add
|
|
|
|
|
|
@@ -170,6 +185,9 @@ FLAGS
|
|
-h, --help Show CLI help.
|
|
-h, --help Show CLI help.
|
|
-v, --verbose
|
|
-v, --verbose
|
|
|
|
|
|
|
|
+GLOBAL FLAGS
|
|
|
|
+ --json Format output as json.
|
|
|
|
+
|
|
DESCRIPTION
|
|
DESCRIPTION
|
|
Displays installation properties of a plugin.
|
|
Displays installation properties of a plugin.
|
|
|
|
|
|
@@ -177,7 +195,7 @@ EXAMPLES
|
|
$ jianyu plugins:inspect myplugin
|
|
$ jianyu plugins:inspect myplugin
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/inspect.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/inspect.ts)_
|
|
|
|
|
|
## `jianyu plugins:install PLUGIN...`
|
|
## `jianyu plugins:install PLUGIN...`
|
|
|
|
|
|
@@ -197,7 +215,6 @@ FLAGS
|
|
|
|
|
|
DESCRIPTION
|
|
DESCRIPTION
|
|
Installs a plugin into the CLI.
|
|
Installs a plugin into the CLI.
|
|
-
|
|
|
|
Can be installed from npm or a git url.
|
|
Can be installed from npm or a git url.
|
|
|
|
|
|
Installation of a user-installed plugin will override a core plugin.
|
|
Installation of a user-installed plugin will override a core plugin.
|
|
@@ -206,6 +223,7 @@ DESCRIPTION
|
|
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
|
|
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.
|
|
the CLI without the need to patch and update the whole CLI.
|
|
|
|
|
|
|
|
+
|
|
ALIASES
|
|
ALIASES
|
|
$ jianyu plugins:add
|
|
$ jianyu plugins:add
|
|
|
|
|
|
@@ -217,7 +235,7 @@ EXAMPLES
|
|
$ jianyu plugins:install someuser/someplugin
|
|
$ jianyu plugins:install someuser/someplugin
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/install.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/install.ts)_
|
|
|
|
|
|
## `jianyu plugins:link PLUGIN`
|
|
## `jianyu plugins:link PLUGIN`
|
|
|
|
|
|
@@ -236,17 +254,17 @@ FLAGS
|
|
|
|
|
|
DESCRIPTION
|
|
DESCRIPTION
|
|
Links a plugin into the CLI for development.
|
|
Links a plugin into the CLI for development.
|
|
-
|
|
|
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
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'
|
|
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.
|
|
command will override the user-installed or core plugin implementation. This is useful for development work.
|
|
|
|
|
|
|
|
+
|
|
EXAMPLES
|
|
EXAMPLES
|
|
$ jianyu plugins:link myplugin
|
|
$ jianyu plugins:link myplugin
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/link.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/link.ts)_
|
|
|
|
|
|
## `jianyu plugins:uninstall PLUGIN...`
|
|
## `jianyu plugins:uninstall PLUGIN...`
|
|
|
|
|
|
@@ -294,7 +312,7 @@ ALIASES
|
|
$ jianyu plugins:remove
|
|
$ jianyu plugins:remove
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/uninstall.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/uninstall.ts)_
|
|
|
|
|
|
## `jianyu plugins:uninstall PLUGIN...`
|
|
## `jianyu plugins:uninstall PLUGIN...`
|
|
|
|
|
|
@@ -335,7 +353,7 @@ DESCRIPTION
|
|
Update installed plugins.
|
|
Update installed plugins.
|
|
```
|
|
```
|
|
|
|
|
|
-_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/update.ts)_
|
|
|
|
|
|
+_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/update.ts)_
|
|
|
|
|
|
## `jianyu sync`
|
|
## `jianyu sync`
|
|
|
|
|
|
@@ -351,19 +369,4 @@ DESCRIPTION
|
|
EXAMPLES
|
|
EXAMPLES
|
|
$ jianyu sync
|
|
$ jianyu sync
|
|
```
|
|
```
|
|
-
|
|
|
|
-## `jianyu update`
|
|
|
|
-
|
|
|
|
-检测 CLI 版本更新
|
|
|
|
-
|
|
|
|
-```
|
|
|
|
-USAGE
|
|
|
|
- $ jianyu update
|
|
|
|
-
|
|
|
|
-DESCRIPTION
|
|
|
|
- 检测 CLI 版本更新
|
|
|
|
-
|
|
|
|
-EXAMPLES
|
|
|
|
- $ jianyu update
|
|
|
|
-```
|
|
|
|
<!-- commandsstop -->
|
|
<!-- commandsstop -->
|