@tanagram/lore 0.1.187 → 0.1.189
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 +3 -0
- package/dist/index.js +274 -274
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -188,6 +188,9 @@ Esc to return to the sidebar, and q to exit.
|
|
|
188
188
|
install and start the background uploader; if that step fails, login still
|
|
189
189
|
succeeds and you can rerun `lore enable` manually.
|
|
190
190
|
- `lore logout` — removes the stored CLI tokens.
|
|
191
|
+
- `lore _refresh_auth_token` — diagnostic command that forces an access-token
|
|
192
|
+
refresh with the stored refresh token, prints any non-200 HTTP status and
|
|
193
|
+
response body, and tells you which `whoami` command to run after success.
|
|
191
194
|
- `lore health` — calls the API health endpoint.
|
|
192
195
|
- `lore logs` — prints recent entries from the log file.
|
|
193
196
|
- `lore version` — prints the CLI version.
|