@tanagram/lore 0.1.168 → 0.1.169
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 +5 -0
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -275,6 +275,11 @@ later retry; only an AuthKit `invalid_grant` response clears local tokens and
|
|
|
275
275
|
requires login again. The CLI does not read token environment variables; use
|
|
276
276
|
`lore logout` to remove the stored tokens.
|
|
277
277
|
|
|
278
|
+
For local development, `pnpm dev <command>` first attempts
|
|
279
|
+
`pnpm bootstrap:dev-auth` so dev-only tokens are refreshed against the currently
|
|
280
|
+
running API process. If the API is unavailable, the bootstrap logs an error and
|
|
281
|
+
the requested command still runs.
|
|
282
|
+
|
|
278
283
|
Run `lore logs` to print the active log file path. In dev, log lines also
|
|
279
284
|
tee to stderr so you see them while iterating; in prod the file is the only
|
|
280
285
|
sink so installed users don't see noise on every command.
|