diff --git a/websites/rushjs.io/docs/pages/commands/rush_install-autoinstaller.md b/websites/rushjs.io/docs/pages/commands/rush_install-autoinstaller.md new file mode 100644 index 00000000..e41ebafc --- /dev/null +++ b/websites/rushjs.io/docs/pages/commands/rush_install-autoinstaller.md @@ -0,0 +1,20 @@ +--- +title: rush install-autoinstaller +--- + +``` +usage: rush install-autoinstaller [-h] --name AUTOINSTALLER_NAME + +Use this command to install dependencies for an autoinstaller folder. + +Optional arguments: + -h, --help Show this help message and exit. + --name AUTOINSTALLER_NAME + The name of the autoinstaller, which must be one of + the folders under common/autoinstallers. +``` + +## See also + +- [rush update-autoinstaller](../commands/rush_update-autoinstaller.md) +- [rush init-autoinstaller](../commands/rush_init-autoinstaller.md) \ No newline at end of file diff --git a/websites/rushjs.io/docs/pages/commands/rush_update-autoinstaller.md b/websites/rushjs.io/docs/pages/commands/rush_update-autoinstaller.md index efbe2728..c3033ef3 100644 --- a/websites/rushjs.io/docs/pages/commands/rush_update-autoinstaller.md +++ b/websites/rushjs.io/docs/pages/commands/rush_update-autoinstaller.md @@ -11,10 +11,11 @@ folder. Optional arguments: -h, --help Show this help message and exit. --name AUTOINSTALLER_NAME - Specifies the name of the autoinstaller, which must - be one of the folders under common/autoinstallers. + The name of the autoinstaller, which must be one of + the folders under common/autoinstallers. ``` ## See also +- [rush install-autoinstaller](../commands/rush_install-autoinstaller.md) - [rush init-autoinstaller](../commands/rush_init-autoinstaller.md) diff --git a/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_install-autoinstaller.md b/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_install-autoinstaller.md new file mode 100644 index 00000000..55d43678 --- /dev/null +++ b/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_install-autoinstaller.md @@ -0,0 +1,20 @@ +--- +title: rush install-autoinstaller +--- + +``` +用法:rush install-autoinstaller [-h] --name AUTOINSTALLER_NAME + +使用该指令给一个项目安装依赖。 + +可选参数: + -h, --help 展示帮助信息并退出 + --name AUTOINSTALLER_NAME + 指定自动安装的包名,它必须是 common/autoinstallers + 下的一个文件夹。 +``` + +## See also + +- [rush update-autoinstaller](../commands/rush_update-autoinstaller.md) +- [rush init-autoinstaller](../commands/rush_init-autoinstaller.md) diff --git a/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_update-autoinstaller.md b/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_update-autoinstaller.md index cdcfc0b2..edfe9587 100644 --- a/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_update-autoinstaller.md +++ b/websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/rush_update-autoinstaller.md @@ -16,4 +16,5 @@ title: rush update-autoinstaller ## 参考 +- [rush update-autoinstaller](../commands/rush_update-autoinstaller.md) - [rush init-autoinstaller](../commands/rush_init-autoinstaller.md) diff --git a/websites/rushjs.io/sidebars.js b/websites/rushjs.io/sidebars.js index 70861e68..dc2eb33b 100644 --- a/websites/rushjs.io/sidebars.js +++ b/websites/rushjs.io/sidebars.js @@ -110,6 +110,7 @@ const sidebars = { 'pages/commands/rush_init-autoinstaller', 'pages/commands/rush_init-deploy', 'pages/commands/rush_install', + 'pages/commands/rush_install-autoinstaller', 'pages/commands/rush_link', 'pages/commands/rush_list', 'pages/commands/rush_publish',