-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from L-Qun/main
Add install-autoinstaller command documentation
- Loading branch information
Showing
5 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
websites/rushjs.io/docs/pages/commands/rush_install-autoinstaller.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...saurus-plugin-content-docs/current/pages/commands/rush_install-autoinstaller.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters