Skip to content

Commit 2b2e637

Browse files
author
atighineanu
committed
updated documentation for minima
1 parent 1581b54 commit 2b2e637

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,25 @@ http:
4848
To sync repositories, use `minima sync`.
4949

5050
To search for new MU repositories, use `minima updates -s`.
51+
5152
To search and sync automatically all the new MU repositories:
5253
use `minima updates`.
5354

55+
To cleanup obsolete repositories, use --cleanup option. It should be ran whether with
56+
sync or updates accordingly:
57+
```
58+
./minima sync --cleanup
59+
```
60+
or
61+
```
62+
./minima updates --cleanup
63+
```
64+
If a repository that is not specified in the minima.yaml config file will be identified,
65+
you will be prompted to keep or delete it. If you want to automatically delete all the
66+
repositories that are not specified in minima.yaml, run:
67+
```
68+
./minima sync --cleanup --auto-approve
69+
```
5470

5571
## How to contribute
5672

0 commit comments

Comments
 (0)