@tanagram/lore 0.1.154 → 0.1.155

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 (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +202 -202
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -187,6 +187,8 @@ Esc to return to the sidebar, and q to exit.
187
187
  - `lore health` — calls the API health endpoint.
188
188
  - `lore logs` — prints recent entries from the log file.
189
189
  - `lore version` — prints the CLI version.
190
+ - `lore update` — runs the same update check as the background auto-updater,
191
+ waits for it to finish, and prints the result.
190
192
  - `lore enable` — installs and starts the macOS background uploader.
191
193
  - `lore disable` — stops and removes the macOS background uploader.
192
194
  - `lore restart` — restarts the macOS background uploader.