simplecloud 0.0.1-beta.47 → 0.0.1-beta.49

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 +6 -0
  2. package/dist/cli.js +279 -276
  3. package/dist/index.js +258 -255
  4. 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