simplecloud 0.0.1-beta.52 → 0.0.1-beta.53

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.
Files changed (4) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +258 -258
  3. package/dist/index.js +240 -240
  4. 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 config on a host (creates backup first):
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 --as-root
140
+ sc sync reset
141
141
  ```
142
142
 
143
143
  Important: never synchronize `secrets/`, `running/`, or `logs/`.