Skip to content

Commit

Permalink
Merge pull request #233 from L-Qun/main
Browse files Browse the repository at this point in the history
Add install-autoinstaller command documentation
  • Loading branch information
octogonz authored Feb 19, 2025
2 parents 1d100bc + e7ddbbd commit c23f35f
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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)
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ title: rush update-autoinstaller

## 参考

- [rush update-autoinstaller](../commands/rush_update-autoinstaller.md)
- [rush init-autoinstaller](../commands/rush_init-autoinstaller.md)
1 change: 1 addition & 0 deletions websites/rushjs.io/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c23f35f

Please sign in to comment.