Skip to content

Commit 3858302

Browse files
committed
The documentation mentiones the '--update' flag for 'regolith install-all' command.
1 parent 75a20a0 commit 3858302

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docs/guide/installing-filters.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ regolith install name_ninja --update
104104

105105
Alternatively, you can modify the `version` field in `config.json` and run `regolith install-all`. Regolith install-all is useful for working in a team, when other team members may have to update or add filters to the project.
106106

107+
If you want to update all filters in your project, you can use the `--update` flag with the `install-all` command.
108+
109+
```
110+
regolith install-all --update
111+
```
112+
107113
### Updating resolvers
108114

109115
When using short names for filters, Regolith uses a resolver file from a remote repository to determine the URL of the filter.

0 commit comments

Comments
 (0)