simplecloud 0.0.1-beta.52 → 0.0.1-beta.54
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 +2 -2
- package/dist/cli.js +238 -238
- package/dist/index.js +227 -227
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,10 +134,10 @@ Check status on any host:
|
|
|
134
134
|
sc sync status
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
Reset local Syncthing
|
|
137
|
+
Reset local Syncthing links on a host (keeps same device ID, removes all devices/folders):
|
|
138
138
|
|
|
139
139
|
```bash
|
|
140
|
-
sc sync reset
|
|
140
|
+
sc sync reset
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
Important: never synchronize `secrets/`, `running/`, or `logs/`.
|