Skip to content

Add install-autoinstaller command documentation #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: rush install-autoinstaller

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a cn translation?

---

```
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)