simplecloud 0.0.1-beta.48 → 0.0.1-beta.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/cli.js +268 -265
- package/dist/index.js +272 -269
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,6 +134,12 @@ Check status on any host:
|
|
|
134
134
|
sc sync status
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Reset local Syncthing config on a host (creates backup first):
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
sc sync reset --as-root
|
|
141
|
+
```
|
|
142
|
+
|
|
137
143
|
Important: never synchronize `secrets/`, `running/`, or `logs/`.
|
|
138
144
|
|
|
139
145
|
## Generating API
|