You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/setup/general.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,18 +69,18 @@ mas-cli config sync
69
69
```
70
70
71
71
By default, this will only add new clients and upstream OAuth providers, and will not remove entries that were removed from the configuration file.
72
-
To do so, use the `--purge` option:
72
+
To do so, use the `--prune` option:
73
73
74
74
```sh
75
-
mas-cli config sync --purge
75
+
mas-cli config sync --prune
76
76
```
77
77
78
78
Before synchronizing the configuration file, it is *recommended* to do it in with the `--dry-run` option to see what will be changed, without committing the changes to the database:
0 commit comments